> 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-de/versionshinweise/v6.8.1.1.md).

# Version 6.8.1.1

Veröffentlicht am **2. August 2026**.

{% hint style="info" %}
Die neueste Version der Geo Prospector Established Edition ist **6.8.1.1**. Der Name des Installers bleibt **GeoProspectorSetup.exe** um mit dem Installationsmuster und den Updatern früherer Versionen kompatibel zu bleiben.
{% endhint %}

## Update-Zusammenfassung

* Die Finder-Architektur wurde zu modulareren und wartungsfreundlicheren Komponenten refaktoriert.
* Der Such-, Pause-, Fortsetzen-, Stopp-, Ergebnisladen-, Filter- und Export-Workflow bleibt erhalten.
* Separate Koordinatoren wurden für Suchkriterien, Suchlaufzeit, Ergebnisse und Export, Lizenz sowie Einstellungen eingeführt.
* Das nicht mehr verwendete Market-Research-Modul wurde offiziell entfernt.
* Leere Ordner und veraltete Legacy-Shells, die nicht mehr verwendet werden, wurden bereinigt.
* Die Windows-Laufzeitumgebung wurde mit Node.js, Playwright Chromium und dem Email-Finder-Backend eigenständig gemacht.
* Das Release-Paket ist durch ein Security-Anchor-Manifest und eine Signatur geschützt.
* Das Release-Paket, das Inno-Setup-Installationsprogramm, die Versionsmetadaten und der Release-Start wurden automatisch validiert.

## Herunterladen

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

* **Version:** 6.8.1.1
* **Plattform:** Windows 10/11 64-Bit
* **Größe des Installationsprogramms:** 273815270 Byte
* **SHA-256:** `B73F5CEDC83C9FB14C53C72333191F8D5012C40E8988397ABB8FE7D7949D6B03`

## Installationsprogramm verifizieren

Führen Sie nach dem Herunterladen des Installationsprogramms den folgenden Befehl in PowerShell aus:

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

Der korrekte Hash:

```
B73F5CEDC83C9FB14C53C72333191F8D5012C40E8988397ABB8FE7D7949D6B03
```

## Aktualisierungsrichtlinie

* Dieses Update wird nicht automatisch erzwungen.
* Benutzer können weiterhin die neueste Version manuell herunterladen und installieren.
* Die GitHub-Release-Seite ist über den folgenden Link verfügbar:

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

## Kompatibilitätshinweise

* Der Name des Installers bleibt `GeoProspectorSetup.exe`.
* Das Installationsverzeichnis und die Anwendungsidentität bleiben mit der vorherigen Established-Version kompatibel.
* Bereits gespeicherte Benutzerkonfigurationen verwenden weiterhin denselben Anwendungsspeicherpfad.
* Market Research ist nicht mehr verfügbar, da das Modul eingestellt wurde.


---

# 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-de/versionshinweise/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.
