mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-03 04:57:36 +08:00
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.
This commit is contained in:
parent
c243e9f2f6
commit
6d182fda55
2
.github/ISSUE_TEMPLATE/cn_bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/cn_bug_report.yml
vendored
@ -43,7 +43,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: 版本
|
label: 版本
|
||||||
description: 您正在运行的 Cursor Free Vip 版本是什么?
|
description: 您正在运行的 Cursor Free Vip 版本是什么?
|
||||||
placeholder: 例如 v1.0.0
|
placeholder: 例如 v1.0.0 ( 不是 Cursor AI 版本 )
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/en_bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/en_bug_report.yml
vendored
@ -43,7 +43,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version of Cursor Free Vip are you running?
|
description: What version of Cursor Free Vip are you running?
|
||||||
placeholder: For example v1.0.0
|
placeholder: For example v1.0.0 ( Not Cursor AI Version )
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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.10.03'
|
default: '1.10.04'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## v1.10.04
|
||||||
|
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' 的問題
|
||||||
|
2. Fix: Some Issues | 修復一些問題
|
||||||
|
|
||||||
## v1.10.03
|
## v1.10.03
|
||||||
1. Add: Manual Registration | 增加手動註冊
|
1. Add: Manual Registration | 增加手動註冊
|
||||||
2. Only support your own Email | 只支持自己的Email 請勿使用Temp Email 註冊 註冊假賬號.
|
2. Only support your own Email | 只支持自己的Email 請勿使用Temp Email 註冊 註冊假賬號.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user