chore: update version to 1.8.04 and enhance CHANGELOG with new features and fixes

This commit is contained in:
yeongpin 2025-03-31 12:35:35 +08:00
parent a56b978669
commit e2d7c1c496
3 changed files with 9 additions and 3 deletions

4
.env
View File

@ -1,2 +1,2 @@
version=1.8.03 version=1.8.04
VERSION=1.8.03 VERSION=1.8.04

View File

@ -6,7 +6,7 @@ on:
version: version:
description: 'Version number (e.g. 1.0.9)' description: 'Version number (e.g. 1.0.9)'
required: true required: true
default: '1.8.02' default: '1.8.04'
permissions: permissions:
contents: write contents: write

View File

@ -1,5 +1,11 @@
# Change Log # 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 ## v1.8.03
1. Fix: Improve Linux path handling and add case-insensitive Cursor directory detection 修復Linux系統路徑錯誤以及添加cursor 路徑偵測 1. Fix: Improve Linux path handling and add case-insensitive Cursor directory detection 修復Linux系統路徑錯誤以及添加cursor 路徑偵測
2. Fix: Some Issues | 修復一些問題 2. Fix: Some Issues | 修復一些問題