> 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-id/catatan-rilis/v6.8.1.1.md).

# Versi 6.8.1.1

Dirilis pada **2 Agustus 2026**.

{% hint style="info" %}
Versi terbaru Geo Prospector Established Edition adalah **6.8.1.1**. Nama installer tetap **GeoProspectorSetup.exe** agar kompatibel dengan pola instalasi dan updater versi sebelumnya.
{% endhint %}

## Ringkasan pembaruan

* Arsitektur Finder direfaktor menjadi komponen yang lebih modular dan mudah dipelihara.
* Alur pencarian, pause, resume, stop, pemuatan hasil, filter, dan export tetap dipertahankan.
* Koordinator terpisah diterapkan untuk kriteria pencarian, runtime pencarian, hasil dan export, lisensi, serta pengaturan.
* Modul Market Research yang sudah tidak digunakan resmi dihapus.
* Folder kosong dan shell legacy yang tidak lagi digunakan dibersihkan.
* Runtime Windows dibuat self-contained dengan Node.js, Playwright Chromium, dan backend Email Finder.
* Payload rilis dilindungi dengan security-anchor manifest dan signature.
* Paket rilis, installer Inno Setup, metadata versi, dan startup rilis telah melalui validasi otomatis.

## Unduh

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

* **Versi:** 6.8.1.1
* **Platform:** Windows 10/11 64-bit
* **Ukuran installer:** 273815270 byte
* **SHA-256:** `B73F5CEDC83C9FB14C53C72333191F8D5012C40E8988397ABB8FE7D7949D6B03`

## Verifikasi installer

Jalankan perintah berikut dari PowerShell setelah installer selesai diunduh:

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

Hash yang benar:

```
B73F5CEDC83C9FB14C53C72333191F8D5012C40E8988397ABB8FE7D7949D6B03
```

## Kebijakan pembaruan

* Pembaruan ini tidak dipaksa secara otomatis.
* Pengguna tetap dapat mengunduh dan memasang versi terbaru secara manual.
* Halaman rilis GitHub tersedia melalui tautan berikut:

[Lihat rilis v6.8.1.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.8.1.1)

## Catatan kompatibilitas

* Nama installer tetap `GeoProspectorSetup.exe`.
* Folder instalasi dan identitas aplikasi tetap kompatibel dengan versi Established sebelumnya.
* Konfigurasi pengguna yang sudah tersimpan tetap menggunakan jalur penyimpanan aplikasi yang sama.
* Market Research tidak lagi tersedia karena modul tersebut telah dihentikan.


---

# 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-id/catatan-rilis/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.
