> 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-hi/release-notes/v6.8.1.1.md).

# संस्करण 6.8.1.1

जारी किया गया **2 अगस्त 2026**.

{% hint style="info" %}
Geo Prospector Established Edition का नवीनतम संस्करण है **6.8.1.1**. इंस्टॉलर का नाम वही रहता है **GeoProspectorSetup.exe** ताकि यह पिछले संस्करणों के इंस्टॉलेशन पैटर्न और अपडेटर के साथ संगत रहे।
{% endhint %}

## अपडेट सारांश

* फाइंडर आर्किटेक्चर को अधिक मॉड्यूलर और रखरखाव में आसान घटकों में रिफैक्टर किया गया है।
* खोज, विराम, पुनः प्रारंभ, रोकें, परिणाम लोडिंग, फ़िल्टर, और निर्यात का प्रवाह जस का तस रखा गया है।
* खोज मानदंड, खोज रनटाइम, परिणाम और निर्यात, लाइसेंस, तथा सेटिंग्स के लिए अलग-अलग समन्वयक लागू किए गए हैं।
* अब उपयोग में नहीं रहे Market Research मॉड्यूल को आधिकारिक रूप से हटा दिया गया है।
* खाली फ़ोल्डर और अब उपयोग न होने वाले पुराने शेल साफ़ कर दिए गए हैं।
* Windows रनटाइम को Node.js, Playwright Chromium, और Email Finder बैकएंड के साथ स्व-निहित बनाया गया है।
* रिलीज़ पेलोड को security-anchor manifest और signature से संरक्षित किया गया है।
* रिलीज़ पैकेज, 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-hi/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.
