From a7c4631ea442cb5e537fd58db5574489a40f48dc Mon Sep 17 00:00:00 2001 From: yeongpin Date: Sat, 12 Apr 2025 17:36:56 +0800 Subject: [PATCH] Update CHANGELOG.md for version 1.9.02 with new features and fixes - Added support for more browsers including Opera, Brave, Edge, and Firefox. - Introduced a manual browser path configuration option. - Enhanced existing features by fixing browser profile selection and addressing the Cursor JWT expiration issue. - Retained fixes for configuration file path, Windows user permissions, and other minor issues. --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d050d..b102b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Change Log ## v1.9.02 -1. Add: Bypass Cursor JWT EXP Problem | 添加繞過 Cursor JWT EXP 問題 -2. Fix: Cursor editor redirects to logout page and logout automatically | 修復 Cursor 編輯器重定向到登出頁面並自動登出 -3. Fix: Config File Path | 修復配置文件路徑 -4. Fix: window user permission | 修復 window 用戶權限 -5. Fix: Some Issues | 修復一些問題 +1. Add: Bypass Token Limit | 添加繞過 Token 限制 +2. Add: More Browser Support | 添加更多瀏覽器支持 +3. Add: Bypass Cursor JWT EXP Problem | 添加繞過 Cursor JWT EXP 問題 +3. Support: Add Opera, Brave, Edge, Firefox | 添加支持 Opera, Brave, Edge, Firefox +4. Add config manual browser path | 添加配置手動選擇遊覽器路徑 +5. Fix: Browser Profile Selection | 修復瀏覽器配置文件選擇 +6. Fix: Cursor editor redirects to logout page and logout automatically | 修復 Cursor 編輯器重定向到登出頁面並自動登出 +7. Fix: Config File Path | 修復配置文件路徑 +8. Fix: window user permission | 修復 window 用戶權限 +9. Fix: Some Issues | 修復一些問題 ## v1.9.01 1. Add: Bypass Token Limit | 添加繞過 Token 限制