From 47e4a752a330aa23a829ca8bd2e961d5ea9fe61c Mon Sep 17 00:00:00 2001 From: Pin Studios Date: Fri, 21 Mar 2025 09:48:47 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2fe00..6e9f36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Change Log +## v1.7.14 +1. Added a Russian locale to program, fixed a typo in readme.md. Also translated other files | + 為程式新增了俄語語系,修正了 readme.md 的拼寫錯誤,並翻譯了其他文件。 + +2. Changing the directory from ~/.config/Cursor to ~/.config/cursor | + 將目錄從 `~/.config/Cursor` 更改為 `~/.config/cursor`。 + +3. Changing the filename from machineId to machineid | + 將檔案名稱從 `machineId` 更改為 `machineid`。 + +4. Updated all related paths in: | + 更新了以下檔案中的相關路徑: + - `reset_machine_manual.py` + - `config.py` + +5. Added Linux path note in README.md | + 在 `README.md` 中新增了 Linux 路徑的說明。 + +6. These changes align with Linux filesystem conventions and fix issues with Chrome/Chromium integration | + 這些變更符合 Linux 文件系統的規範,並修復了與 Chrome/Chromium 整合的問題。 + +**#337** + +7. This PR adds retry logic to handle the 'Can't verify the user is human' error during registration | + 此 PR 新增了重試機制,以處理註冊時的「無法驗證用戶是否為人類」錯誤。 + +8. Added max 5 retries for form submission when human verification fails | + 當人類驗證失敗時,最多允許 5 次表單提交重試。 + +9. Added random delays between retries (2-4 seconds) | + 在重試之間隨機延遲 2-4 秒。 + +10. Enhanced browser fingerprint randomization to better bypass detection | + 增強了瀏覽器指紋的隨機性,以更好地繞過檢測。 + +11. Added new translation strings for retry status messages | + 新增了重試狀態訊息的翻譯字串。 + +12. Improved error handling and user feedback | + 改進了錯誤處理和用戶回饋機制。 + +13. The changes ensure a more robust registration process by automatically retrying when human verification fails, while maintaining human-like behavior through randomized delays and improved browser fingerprinting | + 這些變更確保了更穩定的註冊流程,透過自動重試機制處理人類驗證失敗的情況,同時透過隨機延遲與增強的瀏覽器指紋技術,維持類似人類的行為模式。 + ## v1.7.13 1. Added _delete_current_account method to handle account deletion via API | 新增 _delete_current_account 方法,透過 API 處理帳號刪除