> For the complete documentation index, see [llms.txt](https://visi-digital-internasional.gitbook.io/geo-prospector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/release-notes/v6.8.1.1.md).

# 버전 6.8.1.1

출시일 **2026년 8월 2일**.

{% hint style="info" %}
Geo Prospector Established Edition의 최신 버전은 **6.8.1.1**. 설치 프로그램 이름은 그대로 유지됩니다 **GeoProspectorSetup.exe** 이전 버전의 설치 패턴 및 업데이트 프로그램과 호환되도록 합니다.
{% endhint %}

## 업데이트 요약

* Finder 아키텍처가 더 모듈화되고 유지 관리하기 쉬운 구성 요소로 리팩터링되었습니다.
* 검색, 일시 중지, 재개, 중지, 결과 로드, 필터, 내보내기 흐름은 그대로 유지됩니다.
* 검색 기준, 검색 런타임, 결과 및 내보내기, 라이선스, 설정에 대해 별도의 코디네이터가 적용되었습니다.
* 더 이상 사용되지 않는 Market Research 모듈이 공식적으로 제거되었습니다.
* 비어 있는 폴더와 더 이상 사용되지 않는 레거시 셸이 정리되었습니다.
* Windows 런타임은 Node.js, Playwright Chromium, Email Finder 백엔드를 포함한 독립형으로 구성되었습니다.
* 릴리스 페이로드는 security-anchor 매니페스트와 서명으로 보호됩니다.
* 릴리스 패키지, Inno Setup 설치 프로그램, 버전 메타데이터, 릴리스 시작 항목은 자동 검증을 거쳤습니다.

## 다운로드

[GeoProspectorSetup.exe 다운로드](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.8.1.1/GeoProspectorSetup.exe)

* **버전:** 6.8.1.1
* **플랫폼:** Windows 10/11 64비트
* **설치 프로그램 크기:** 273815270바이트
* **SHA-256:** `B73F5CEDC83C9FB14C53C72333191F8D5012C40E8988397ABB8FE7D7949D6B03`

## 설치 프로그램 검증

설치 프로그램 다운로드가 완료된 후 PowerShell에서 다음 명령을 실행하세요:

```powershell
Get-FileHash -LiteralPath ".\GeoProspectorSetup.exe" -Algorithm SHA256
```

올바른 해시:

```
B73F5CEDC83C9FB14C53C72333191F8D5012C40E8988397ABB8FE7D7949D6B03
```

## 업데이트 정책

* 이 업데이트는 자동으로 강제되지 않습니다.
* 사용자는 여전히 최신 버전을 수동으로 다운로드하고 설치할 수 있습니다.
* GitHub 릴리스 페이지는 다음 링크에서 확인할 수 있습니다:

[v6.8.1.1 릴리스 보기](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.8.1.1)

## 호환성 참고 사항

* 설치 프로그램 이름은 그대로 유지됩니다 `GeoProspectorSetup.exe`.
* 설치 폴더와 애플리케이션 식별자는 이전 Established 버전과 계속 호환됩니다.
* 이미 저장된 사용자 구성은 동일한 애플리케이션 저장 경로를 계속 사용합니다.
* 해당 모듈이 중단되었기 때문에 Market Research는 더 이상 사용할 수 없습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/release-notes/v6.8.1.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
