Skip to content

Commit 6d182fd

Browse files
committed
Update CHANGELOG for v1.10.04 with hotfix for 'main_path' access issue on Windows and macOS, and general bug fixes. Modify issue templates to clarify version placeholder for bug reports.
1 parent c243e9f commit 6d182fd

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.10.03
2-
VERSION=1.10.03
1+
version=1.10.04
2+
VERSION=1.10.04

.github/ISSUE_TEMPLATE/cn_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body:
4343
attributes:
4444
label: 版本
4545
description: 您正在运行的 Cursor Free Vip 版本是什么?
46-
placeholder: 例如 v1.0.0
46+
placeholder: 例如 v1.0.0 ( 不是 Cursor AI 版本 )
4747
validations:
4848
required: true
4949

.github/ISSUE_TEMPLATE/en_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body:
4343
attributes:
4444
label: Version
4545
description: What version of Cursor Free Vip are you running?
46-
placeholder: For example v1.0.0
46+
placeholder: For example v1.0.0 ( Not Cursor AI Version )
4747
validations:
4848
required: true
4949

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
version:
77
description: 'Version number (e.g. 1.0.9)'
88
required: true
9-
default: '1.10.03'
9+
default: '1.10.04'
1010

1111
permissions:
1212
contents: write

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v1.10.04
4+
1. Hotfix: Reset Process Error: cannot access local variable 'main_path' where it is not associated with a value on windows & macos | 修復在 Windows 和 macOS 上無法訪問局部變量 'main_path' 的問題
5+
2. Fix: Some Issues | 修復一些問題
6+
37
## v1.10.03
48
1. Add: Manual Registration | 增加手動註冊
59
2. Only support your own Email | 只支持自己的Email 請勿使用Temp Email 註冊 註冊假賬號.

0 commit comments

Comments
 (0)