> 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-ja/rirsunto/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-ja/rirsunto/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.
