From 5b64e54e902cba49e22734fedee24853efef9b8e Mon Sep 17 00:00:00 2001 From: yeongpin Date: Sat, 12 Apr 2025 17:31:14 +0800 Subject: [PATCH] Update CHANGELOG.md for version 1.9.02 with new features and fixes - Added entry for bypassing Cursor JWT expiration issue. - Fixed redirect issue in Cursor editor that caused automatic logout. - Retained existing fixes for configuration file path, Windows user permissions, and other issues. --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a7fe7..84d050d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Change Log ## v1.9.02 -1. Fix: Config File Path | 修復配置文件路徑 -2. Fix: window user permission | 修復 window 用戶權限 -3. Fix: Some Issues | 修復一些問題 +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 | 修復一些問題 ## v1.9.01 1. Add: Bypass Token Limit | 添加繞過 Token 限制