> 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-th/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 %}

## สรุปการอัปเดต

* สถาปัตยกรรม Finder ถูกปรับโครงสร้างใหม่ให้เป็นคอมโพเนนต์ที่เป็นโมดูลาร์มากขึ้นและบำรุงรักษาได้ง่ายขึ้น
* โฟลว์การค้นหา พักต่อ ทำงานต่อ หยุด การโหลดผลลัพธ์ ตัวกรอง และการส่งออก ยังคงได้รับการคงไว้
* มีการนำตัวประสานงานแยกต่างหากมาใช้สำหรับเกณฑ์การค้นหา รันไทม์การค้นหา ผลลัพธ์และการส่งออก ใบอนุญาต และการตั้งค่า
* โมดูล Market Research ที่เลิกใช้งานแล้วถูกลบออกอย่างเป็นทางการ
* มีการล้างโฟลเดอร์ว่างและเชลล์แบบเดิมที่ไม่ใช้แล้ว
* รันไทม์ของ Windows ถูกทำให้เป็นแบบ self-contained ด้วย Node.js, Playwright Chromium และแบ็กเอนด์ของ Email Finder
* เพย์โหลดของรีลีสได้รับการปกป้องด้วย manifest ของ security-anchor และลายเซ็น
* แพ็กเกจรีลีส ตัวติดตั้ง Inno Setup เมตาดาต้าเวอร์ชัน และ startup ของรีลีสผ่านการตรวจสอบอัตโนมัติแล้ว

## ดาวน์โหลด

[ดาวน์โหลด 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-th/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.
