> 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-nl/release-opmerkingen/v6.8.1.1.md).

# Versie 6.8.1.1

Uitgebracht op **2 augustus 2026**.

{% hint style="info" %}
De nieuwste versie van Geo Prospector Established Edition is **6.8.1.1**. De naam van het installatieprogramma blijft **GeoProspectorSetup.exe** om compatibel te blijven met het installatiepatroon en de updater van eerdere versies.
{% endhint %}

## Samenvatting van de updates

* De Finder-architectuur is geherstructureerd tot meer modulaire en beter onderhoudbare componenten.
* De zoek-, pauze-, hervat-, stop-, resultaatlaad-, filter- en exportworkflow blijven behouden.
* Er is een aparte coördinator geïmplementeerd voor zoekcriteria, zoektijd, resultaten en export, licentie en instellingen.
* De verouderde Market Research-module is officieel verwijderd.
* Lege mappen en verouderde shells die niet langer worden gebruikt, zijn opgeschoond.
* De Windows-runtime is self-contained gemaakt met Node.js, Playwright Chromium en de Email Finder-backend.
* De release-payload is beveiligd met een security-anchor-manifest en handtekening.
* Het releasepakket, het Inno Setup-installatieprogramma, de versiemetadata en de release-startup zijn automatisch gevalideerd.

## Download

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

* **Versie:** 6.8.1.1
* **Platform:** Windows 10/11 64-bit
* **Grootte van installatieprogramma:** 273815270 bytes
* **SHA-256:** `B73F5CEDC83C9FB14C53C72333191F8D5012C40E8988397ABB8FE7D7949D6B03`

## Installatieprogramma verifiëren

Voer de volgende opdracht uit in PowerShell nadat het installatieprogramma is gedownload:

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

Juiste hash:

```
B73F5CEDC83C9FB14C53C72333191F8D5012C40E8988397ABB8FE7D7949D6B03
```

## Updatebeleid

* Deze update wordt niet automatisch afgedwongen.
* Gebruikers kunnen nog steeds handmatig de nieuwste versie downloaden en installeren.
* De GitHub-releasepagina is beschikbaar via de volgende link:

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

## Compatibiliteitsopmerkingen

* De naam van het installatieprogramma blijft `GeoProspectorSetup.exe`.
* De installatiemap en applicatie-identiteit blijven compatibel met eerdere Established-versies.
* Opgeslagen gebruikersconfiguraties blijven hetzelfde opslagpad van de applicatie gebruiken.
* Market Research is niet langer beschikbaar omdat die module is stopgezet.


---

# 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-nl/release-opmerkingen/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.
