From e2d7c1c496c5834eb230882dea5afa7c3ddefee7 Mon Sep 17 00:00:00 2001 From: yeongpin Date: Mon, 31 Mar 2025 12:35:35 +0800 Subject: [PATCH] chore: update version to 1.8.04 and enhance CHANGELOG with new features and fixes --- .env | 4 ++-- .github/workflows/build.yml | 2 +- CHANGELOG.md | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 5b2edca..e485b0b 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -version=1.8.03 -VERSION=1.8.03 +version=1.8.04 +VERSION=1.8.04 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b01720..b27e0d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: version: description: 'Version number (e.g. 1.0.9)' required: true - default: '1.8.02' + default: '1.8.04' permissions: contents: write diff --git a/CHANGELOG.md b/CHANGELOG.md index 0615c1d..62d76b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v1.8.04 +1. Update totally_reset_cursor.py | 更新 totally_reset_cursor.py +2. Fix: improve Linux Chrome visibility and root user handling | 修復 Linux Chrome 可見性以及 root 用戶處理 +3. Fix: improve Linux path handling and fix permission issues | 修復 Linux 路徑處理以及修復權限問題 +4. Fix: Some Issues | 修復一些問題 + ## v1.8.03 1. Fix: Improve Linux path handling and add case-insensitive Cursor directory detection | 修復Linux系統路徑錯誤以及添加cursor 路徑偵測 2. Fix: Some Issues | 修復一些問題