From 3d1450ced08d3e7f5aecd08357a75b2003a1d331 Mon Sep 17 00:00:00 2001 From: yeongpin Date: Sun, 23 Mar 2025 21:13:08 +0800 Subject: [PATCH] Update CHANGELOG for v1.7.18 with fixes for write permissions and other issues. Add new translation keys for error messages in English and Chinese (Simplified and Traditional) locales. --- CHANGELOG.md | 4 ++++ locales/en.json | 4 ++-- locales/zh_cn.json | 3 ++- locales/zh_tw.json | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4355127..63b9d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v1.7.18 (Pre-Release) +1. Fix: No Write Permission | 修復沒有寫入權限 +2. Fix: Some Issues | 修復一些問題 + ## v1.7.17 1. Fix: Remove 10 options Totally Reset Cursor | 修復完全重置 Cursor 選項 diff --git a/locales/en.json b/locales/en.json index de6b1a2..1f40309 100644 --- a/locales/en.json +++ b/locales/en.json @@ -102,8 +102,8 @@ "package_not_found": "Package.json Not Found: {path}", "check_version_failed": "Check Version Failed: {error}", "stack_trace": "Stack Trace", - "version_too_low": "Cursor Version Too Low: {version} < 0.45.0" - + "version_too_low": "Cursor Version Too Low: {version} < 0.45.0", + "no_write_permission": "No Write Permission: {path}" }, "register": { "title": "Cursor Registration Tool", diff --git a/locales/zh_cn.json b/locales/zh_cn.json index 32a1fd1..728b025 100644 --- a/locales/zh_cn.json +++ b/locales/zh_cn.json @@ -102,7 +102,8 @@ "package_not_found": "package.json未找到: {path}", "check_version_failed": "检查版本失败: {error}", "stack_trace": "堆栈跟踪", - "version_too_low": "Cursor版本太低: {version} < 0.45.0" + "version_too_low": "Cursor版本太低: {version} < 0.45.0", + "no_write_permission": "没有写入权限: {path}" }, "register": { "title": "Cursor 注册工具", diff --git a/locales/zh_tw.json b/locales/zh_tw.json index e904c19..cdc9eeb 100644 --- a/locales/zh_tw.json +++ b/locales/zh_tw.json @@ -100,7 +100,8 @@ "package_not_found": "package.json未找到: {path}", "check_version_failed": "檢查版本失敗: {error}", "stack_trace": "堆疊跟踪", - "version_too_low": "Cursor版本太低: {version} < 0.45.0" + "version_too_low": "Cursor版本太低: {version} < 0.45.0", + "no_write_permission": "沒有寫入權限: {path}" }, "register": {