From fea2b88a8e6c9c6046f4ee3473041c3189cf6b20 Mon Sep 17 00:00:00 2001 From: yeongpin Date: Mon, 7 Apr 2025 12:43:35 +0800 Subject: [PATCH] Update CHANGELOG.md to reflect recent changes, including a new entry for bypassing Cursor version checks and documentation for header configuration. Adjusted existing entries for clarity. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb4a8c..aa1aec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ 3. Fix: Google Auth & Github Auth JWT Problem | 修復 Google Auth & Github Auth JWT 問題 4. Fix: Totally reset import & import * raw options problem | 修復 totally reset import & import * raw 選項問題 5. Fix: reset.file_not_found problem | 修復 reset.file_not_found 問題 -6. Fix: Some Issues | 修復一些問題 +6. Outdated: Bypass Cursor Version Check | 過期:繞過 Cursor 版本檢查 +7. Document: i.header.set("x-cursor-config-version", "UUID4-xxxxxx-xxxxxx-xxxxxx-xxxxxx"); | 文檔:i.header.set("x-cursor-config-version", "UUID4-xxxxxx-xxxxxx-xxxxxx-xxxxxx"); +8. Fix: Some Issues | 修復一些問題 ## v1.8.07 1. Add: Bypass Cursor Version Check | 添加繞過 Cursor 版本檢查