18 KiB
Change Log
v1.8.02
- Fix: Disable Auto Update | 修復禁用自動更新
- Add: Config Options | 增加配置選項
- Add: Contributors Options | 增加貢獻者選項
- Optimize Row & Colume Options | 優化行與列選項
- Add: Update Windows Machine ID | 增加更新 Windows 機器 ID
- Fix: Too Many Free Trial On Some Machine | 修復某些機器上太多免費試用
- Fix: Some Issues | 修復一些問題
v1.8.01
- Add: Cursor Account Info | 增加 Cursor 賬號信息
- Fix: Disable Auto Update | 修復禁用自動更新
- Add: 0.48.x Version Support | 增加 0.48.x 版本支持
- Revert: Totally Reser Cursor to Beta | 恢復完全重置 Cursor 到 Beta
- Reopen: Totally Reset Cursor | 重新開啟完全重置 Cursor
- Fix: Logo.py Center | 修復 Logo.py 居中
- Fix: Linux Chrome Not Open Correct | 修復 Linux Chrome 未正確打開
- Fix: Some Issues | 修復一些問題
v1.7.18
- Fix: No Write Permission | 修復沒有寫入權限
- Fix: Improve Linux path detection and config handling | 修正 linux 路徑和config寫入讀取
- Fix: Locale path_no_exist missing | 修正 path_no_exist 語言遺失
- Fix: Some Issues | 修復一些問題
v1.7.17
- Fix: Remove 10 options Totally Reset Cursor | 修復完全重置 Cursor 選項
v1.7.16
- Add bulgarian language | 增加保加利亚语
- Fix: Some Issues | 修復一些問題
- Add: Contributors | 增加貢獻者
- Fix: Total Reset Cursor | 修復完全重置 Cursor
- Add: Display Features and Warnings | 增加顯示功能與警告
- Fix: Totally Reset Cursor | 修復完全重置 Cursor
- Remake: Logo.py Center | 重做 Logo.py 居中
v1.7.15
- Fix: Cant Verify the User is Human | 修復無法驗證用戶是否為人類
- Added temporary email & GitHub + Cursor AI registration automation | 增加临时邮箱 & GitHub + Cursor AI 注册自动化
- Added Turkish language support | 增加土耳其语支持
- Removed outdated temporary option in Option 2 | 移除选项2中的过期临时添加项
- Enhanced machine ID reset (Linux, Windows, macOS), bypasses Cursor free trial detection | 机器 ID 重置支持 Linux/Windows/macOS,绕过 Cursor 免费试用检测
- Expanded Cursor AI file detection, deep removal of leftover trial files | 扩展 Cursor AI 文件检测,深度清理残留试用文件
- Optimized logging, replaced print with logging module, added verification steps | 日志优化,统一采用 logging 模块,增加验证步骤提示
- Added retry mechanism for email verification | 增加邮箱验证重试机制
- Automated GitHub OAuth login for Cursor AI | 自动 GitHub OAuth 登录 Cursor AI
- Saved registered GitHub accounts and timestamps | 保存 GitHub 账户和注册时间戳
- Added user confirmation before execution | 添加用户确认步骤,防止误操作
- Displayed feature list & warnings before actions | 显示功能与风险警告
- Improved Selenium flow and error handling | 增强 Selenium 流程与错误处理
- Added Chrome process tracking and cleanup | 增加 Chrome 进程跟踪和清理
v1.7.14
-
Added a Russian locale to program, fixed a typo in readme.md. Also translated other files |
為程式新增了俄語語系,修正了 readme.md 的拼寫錯誤,並翻譯了其他文件。 -
Changing the directory from ~/.config/Cursor to ~/.config/cursor |
將目錄從~/.config/Cursor
更改為~/.config/cursor
。 -
Changing the filename from machineId to machineid |
將檔案名稱從machineId
更改為machineid
。 -
Updated all related paths in: |
更新了以下檔案中的相關路徑:reset_machine_manual.py
config.py
-
Added Linux path note in README.md |
在README.md
中新增了 Linux 路徑的說明。 -
These changes align with Linux filesystem conventions and fix issues with Chrome/Chromium integration |
這些變更符合 Linux 文件系統的規範,並修復了與 Chrome/Chromium 整合的問題。 -
This PR adds retry logic to handle the 'Can't verify the user is human' error during registration |
此 PR 新增了重試機制,以處理註冊時的「無法驗證用戶是否為人類」錯誤。 -
Added max 5 retries for form submission when human verification fails |
當人類驗證失敗時,最多允許 5 次表單提交重試。 -
Added random delays between retries (2-4 seconds) |
在重試之間隨機延遲 2-4 秒。 -
Enhanced browser fingerprint randomization to better bypass detection |
增強了瀏覽器指紋的隨機性,以更好地繞過檢測。 -
Added new translation strings for retry status messages |
新增了重試狀態訊息的翻譯字串。 -
Improved error handling and user feedback |
改進了錯誤處理和用戶回饋機制。 -
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
-
Added _delete_current_account method to handle account deletion via API | 新增 _delete_current_account 方法,透過 API 處理帳號刪除
-
Updated account reset logic to use the appropriate auth method based on auth_type | 更新帳號重置邏輯,根據 auth_type 選擇適當的驗證方式
-
Maintained existing Google OAuth reset functionality | 維持現有的 Google OAuth 重置功能
-
Added proper error handling for account deletion failures | 新增帳號刪除失敗時的錯誤處理
-
Ensures GitHub authentication maintains its flow when resetting accounts | 確保 GitHub 認證在帳號重置時保持正常流程
-
The _delete_current_account method makes a POST request to https://www.cursor.com/api/dashboard/delete-account |
_delete_current_account 方法會發送 POST 請求至 https://www.cursor.com/api/dashboard/delete-account -
After successful deletion, redirects back to the authentication page | 刪除成功後,會導回驗證頁面
-
Uses Promise-based JavaScript for reliable API communication | 使用 Promise-based JavaScript,確保 API 通訊穩定
-
Includes proper error handling and logging | 包含適當的錯誤處理與日誌記錄
-
Add Brazilian Portuguese language | 新增巴西葡萄牙語
v1.7.12
- Add: Changelog Show in Menu | 增加更新日志在菜單中
- Remake Create Mail Logic | 重做創建郵箱邏輯
- Fix: Some Issues | 修復一些問題
v1.7.11 ( Skip & Merge to v1.7.12 )
- Add: Multi-language Support | 增加多語言支持
- Add: German Language | 增加德語
- Add: Dutch Language | 增加荷蘭語
- Add: French Language | 增加法語
- Add: Auto Detect Max Use Count | 增加自動檢測最大使用次數
- Add: Detect & Auto Delete Account | 增加檢測 & 自動刪除賬號
- Add: Optimize Some Logic | 優化一些邏輯
- Add: Local Blocked Domains | 增加本地被屏蔽域名
- Fix : Get Verification Code for None | 修復獲取驗證碼為 None
v1.7.10
- Add: Totally Reset Cursor | 增加完全重置 Cursor
- Add: Multi-language Support for Totally Reset | 增加完全重置多語言支持
v1.7.09
- Add: Development Version Check | 增加開發版本檢查
- Remove: Github Trial Reset | 移除 Github 試用重置
- Fixed: Some Issues | 修復一些問題
v1.7.08
- Add: Google OAuth Authentication | 增加 Google OAuth 認證
- Add: GitHub OAuth Authentication | 增加 GitHub OAuth 認證
- Add: Lifetime Access for OAuth Users | 增加 OAuth 用戶終身訪問權限
- Add: OAuth Authentication Integration | 增加 OAuth 認證集成
- Update: Menu System with OAuth Options | 更新菜單系統,添加 OAuth 選項
- Add: Multi-language Support for OAuth | 增加 OAuth 多語言支持
v1.7.07
- Add: Vietnamese Language | 增加越南語言
- Add: Admin Privilege Management for Windows Executable | 增加 Windows 可執行文件管理員權限
- Implement admin privilege detection for Windows platform | 實現 Windows 平台管理員權限檢測
- Add functions to check and request admin rights when running as a frozen executable | 增加檢查和請求管理員權限的功能
- Enhance startup process with admin privilege verification | 增強啟動過程中的管理員權限驗證
- Add new admin-related emoji to the EMOJI dictionary | 增加新的管理員相關表情符號到 EMOJI 字典
- Provide fallback mechanism for non-Windows platforms (macos and linux ) | 提供非 Windows 平台(macos 和 linux)的回退機制 These changes make the application more user-friendly by only requesting admin privileges when necessary (when running as an executable). | 這些改進使應用程序更易於使用,只在必要時(當作為可執行文件運行時)請求管理員權限。
v1.7.06
- Add: Update Confirm | 增加更新確認
- Add: Update Skipped | 增加更新跳過
- Add: Invalid Choice | 增加無效選擇
- Fix: Cursor Path | 修復 Cursor 路徑
- Fix: Path Encoding | 修復路徑編碼
- Fix: Getting Verification Code | 修復獲取驗證碼
- Fix: Setting Password | 修復設置密碼
- Fix: Disable Auto Update | 修復禁用自動更新
- Add Config.py | 增加 Config.py
- Add utils.py | 增加 utils.py
- Rebuild some logic | 重新構建一些邏輯
v1.7.05
- Fix: Cursor Version Check | 修復 Cursor 版本檢查
- Fix: Small Problem | 修復一些小問題
v1.7.04
- Hotfix: Small Problem | 修復一些小問題
v1.7.03
- Hotfix: Small Problem | 修復一些小問題
v1.7.02
- Fix: Cursor Path | 修復 Cursor 路徑
- Add: Config File | 增加配置文件
- Remove: Workbench Cursor Path | 移除 Workbench Cursor 路徑
- Remove: Cursor Main JS | 移除 Cursor main.js
v1.7.01
- Refactoring: Extract configuration-related code from the
setup_driver
function to an independentsetup_config
function - Optimization: Improve code maintainability and make configuration management and browser settings more clear
- Improvement: The creation and update logic of the configuration file is clearer and more independent
v1.6.03
- Hotfix: Small Problem | 修復一些問題
v1.6.02
- Hotfix: Small Problem | 修復一些問題
- Add: Test some Bypass Code | 測試一些繞過代碼
v1.6.01
- Fix: Cursor Auth | 修復 Cursor Auth
- Add: Create Account Maximum Retry | 增加創建賬號最大重試次數
- Fix: Cursor Auth Error | 修復 Cursor Auth 錯誤
- Fix: Update Curl Faild | 修復更新 Curl 失敗
v1.5.03
- HOTFIX: Stuck on starting browser | 修復啟動瀏覽器卡住問題
- Small Fix: Error Handling | 小修錯誤處理
- Small Fix: Translation | 小修翻譯
- Small Fix: Performance | 小修性能
v1.5.02
- Add: Generate Random Name Alias | 增加生成隨機真實姓名
- Add: Realistic Name Input | 增加真實姓名輸入
- Optimize: Error Handling | 優化錯誤處理
- Optimize: Translation | 優化翻譯
- Optimize: Performance | 優化性能
v1.5.01
- Add: Check Latest Version | 增加檢查最新版本
- Add: Update Command | 增加更新命令
v1.4.08
- Add: Print Some Account Info | 增加打印一些賬號信息
v1.4.07
- Add Removed break statements after each operation | 修改結束 event 後的 break 暫停應用
- Added print_menu() calls to show the menu again | 添加 print_menu()調用以再次顯示菜單
- Updated error handling to show menu instead of exiting | 更新錯誤處理以顯示菜單而不是退出
v1.4.06
- Add: Blocked Domains Loaded | 增加被屏蔽的域名加載
- Fix: Cleanup Error | 修復清理進程時出錯
- Fix: Blocked Domains Loaded Error | 修復被屏蔽的域名加載錯誤
- Fix: Available Domains Loaded Error | 修復可用域名加載錯誤
- Fix: Domains Filtered Error | 修復過濾後剩餘域名錯誤
- Fix: Domains Excluded Error | 修復排除域名錯誤
v1.4.05
- Fix: macOS Language Detection | 修復 macOS 語言檢測
v1.4.04
- Change Some Language Info to English | 更改一些語言信息為英文
- Add Auto Detect System Language | 增加自動檢測系統語言
- Fixed Some Issues | 修復一些問題
v1.4.03
- Switch to API-based Registration System | 改用 API 註冊系統替代瀏覽器操作
- Add Support for Latest Cursor Version | 增加支持最新版本 Cursor
- Enhance Translation System | 優化多語言翻譯系統
- Add Database Connection Status Messages | 增加數據庫連接狀態提示
- Improve Error Handling for Database Operations | 改進數據庫操作的錯誤處理
- Add New API Integration | 新增 API 集成
- Optimize Performance and Stability | 優化性能和穩定性
v1.4.01
- Add Disable Cursor Auto Upgrade | 增加禁用 Cursor 自動升級
v1.3.02
- Add Buy Me a Coffee | 增加請我喝杯咖啡
- Add PayPal | 增加 PayPal
- Very Small Fix | 非常小的修復
- Fix main.py option number | 修復 main.py 選項數量
v1.3.01
- Add Manual Email Input | 增加手動輸入郵箱地址
- Add Manual Code Input | 增加手動輸入驗證碼
- Fix Cursor Options | 修復 Cursor 選項
v1.2.02
- Add PBlock | 增加 PBlock
- Remove uBlock0.chromium | 移除 uBlock0.chromium
- Optimize the logic of the script | 優化腳本邏輯
- Optimize Size | 優化大小
v1.2.01
- Fix Cursor Cloudflare Human Verification Problem | 修復 Cursor Cloudflare 人機驗證問題
- Change to automatic registration account | 全面改為自動註冊賬號
- Change Mail Site | 改變郵箱網站
- Fix Cursor Cloudflare Problem | 修復 Cursor Cloudflare 問題
v1.1.01
- Hot Fix Cursor Cloudflare Problem | 修復 Cursor Cloudflare 問題
- Fix Cursor Cloudflare Human Verification Problem | 修復 Cursor Cloudflare 人機驗證問題
- Remake signup logic | 重做註冊邏輯
v1.0.10
- Hot Fix Mac Chrome Problem | 修復 Mac Chrome 問題
- Fix Linux Start Donet Problem | 修復 Linux 啟動開發者問題
v1.0.9
- Fixed New 0.45.x Version Reset Machine | 修復新 0.45 版本重置機器
- Fix Locale Language | 修復多語言
- Add Support Crypto Machine Regedit | 增加支持加密機器註冊
- Add Remake main.js | 重做 main.js
v1.0.8
- Fix New 0.45 Version Reset Machine | 修復新 0.45 版本重置機器
- Fix Locale Language | 修復多語言
- Add Support Crypto Machine Regedit | 增加支持加密機器註冊
v1.0.7 - HotFix
- Fix Reset Machine | 修復重置機器
- Fix Locale Language | 修復多語言
v1.0.7
- Add Locale Language Support | 增加多語言支持
v1.0.6
- Add Quit Cursor Option | 增加退出 Cursor 選項
- Add Recaptcha Path Patch | 增加 Recaptcha 路徑修復
- Fix Admin Permission | 修復管理員權限問題
- Remove all need admin permission | 移除所有需要管理員權限
v1.0.5 - HotFix
- Fix: Mac Browser Control | 修復 Mac 瀏覽器控制問題
- Fix: Verification Code Cant Patch | 修復驗證碼無法修復問題
- Add Linux Support | 增加 Linux 支持
v1.0.5
- Remove MachineID | 移除機器碼 ID
- Change to automatic registration account | 全面改為自動註冊賬號
- Use your own exclusive new account | 使用自己獨享的新賬號
- Fully automatic reset machine configuration | 全面自動化重置機器配置
v1.0.4
- Fix: Cursor's configuration | 修復 Cursor 的配置問題
- Fix Cloud Lame | 修復雲端慢速模式
v1.0.3
- Fix: Cursor's configuration | 修復 Cursor 的配置問題
- Add Manual Reset Machine | 增加手動重置機器
- Add CDN Cloud Control WatchDog | 增加 CDN 雲端控制 WatchDog
- Add Mac OS Support | 增加 Mac OS 支持
- 759 ++ People use , but star only a few | 759 ++人使用,但只有幾個人點贊
v1.0.2
- Fix: Some known issues | 修復了一些已知問題
- Add cloud control device code | 增加雲端控制設備碼
- Cloud reset device code | 雲端重置設備碼
- Remove official WatchDog monitoring | 移除官方 WatchDog 監控
- Remove Proxy official prompt | 移除 Proxy 官方提示
- Fix: Too Many Computer | 修復 Too Many Computer 問題
- Fix Billing Issue | 修復計費問題
- Fix: Cursor's configuration | 修復 Cursor 的配置問題
- Fix cursor-slow mode | 修復 cursor-slow 模式
v1.0.1
- Fix: Reset machine ID | 修復了重置機器 ID 的問題
- Fix: Bypass membership check | 修復了 繞過會員檢查的問題
- Fix: Auto upgrade to "pro" membership | 修復了 自動升級為 pro 會員的問題
- Fix: Real-time send Token request | 修復了 實時發送 Token 請求的問題
- Fix: Reset Cursor's configuration | 修復了 重置 Cursor 的配置的問題
v1.0
- Preview Image | 預覽圖