Skip to content

Commit 7b0e701

Browse files
committed
支持版本更新
1 parent 4f8f988 commit 7b0e701

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
> ⚠️ **IMPORTANT NOTICE**
1616
>
1717
> This tool currently supports:
18-
> - ✅ Cursor v0.44.11 and below
18+
> - ✅ Cursor v0.45.x and below
1919
> - ✅ Windows: Latest 0.47.x versions (Supported)
2020
> - ✅ Mac/Linux: Latest 0.47.x versions (Supported, feedback welcome)
2121
>
@@ -28,15 +28,15 @@
2828

2929
### 🌟 Latest Versions
3030
- v0.45.11 (2025-02-07) - Latest Release
31-
- v0.44.11 (2025-01-03) - Most Stable Release
31+
- v0.45.x (2025-01-03) - Most Stable Release
3232

3333
[View Full Version History](CursorHistoryDown.md)
3434

3535
</div>
3636

3737
### 📥 Direct Download Links
3838

39-
**v0.44.11 (Recommended Stable Version)**
39+
**v0.45.x (Recommended Stable Version)**
4040
- Windows: [Official](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64) | [Mirror](https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.44.11%20-%20Build%20250103fqxdt5u9z-x64.exe)
4141
- Mac: [Apple Silicon](https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64)
4242

@@ -50,7 +50,7 @@
5050
> - This modification may temporarily affect network connectivity
5151
> - You can skip this step when prompted during execution
5252
>
53-
> 💾 **Download Cursor v0.44.11**
53+
> 💾 **Download Cursor v0.45.x**
5454
>
5555
> Windows:
5656
> - [Download from Cursor Official](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64)

README_CN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
> ⚠️ **重要提示**
1616
>
1717
> 本工具当前支持版本:
18-
> - ✅ Cursor v0.44.11 及以下版本
18+
> - ✅ Cursor v0.45.x 及以下版本
1919
> - ✅ Windows: 最新的 0.47.x 版本(已支持)
2020
> - ✅ Mac/Linux: 最新的 0.47.x 版本(已支持,欢迎测试并反馈问题)
2121
>
@@ -28,15 +28,15 @@
2828

2929
### 🌟 最新版本
3030
- v0.45.11 (2025-02-07) - 最新发布
31-
- v0.44.11 (2025-01-03) - 最稳定版本
31+
- v0.45.x (2025-01-03) - 最稳定版本
3232

3333
[查看完整版本历史](CursorHistoryDown.md)
3434

3535
</div>
3636

3737
### 📥 直接下载链接
3838

39-
**v0.44.11 (推荐稳定版)**
39+
**v0.45.x (推荐稳定版)**
4040
- Windows: [官方下载](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64) | [镜像下载](https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.44.11%20-%20Build%20250103fqxdt5u9z-x64.exe)
4141
- Mac: [Apple Silicon](https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64)
4242

scripts/run/cursor_win_id_modifier.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ if ($cursorVersion) {
554554
$compareResult = Compare-Version $cursorVersion "0.45.0"
555555
if ($compareResult -ge 0) {
556556
Write-Host "$RED[错误]$NC 当前版本 ($cursorVersion) 暂不支持"
557-
Write-Host "$YELLOW[建议]$NC 请使用 v0.44.11 及以下版本"
557+
Write-Host "$YELLOW[建议]$NC 请使用 v0.45.x 及以下版本"
558558
Write-Host "$YELLOW[建议]$NC 可以从以下地址下载支持的版本:"
559559
Write-Host "Windows: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.44.11%20-%20Build%20250103fqxdt5u9z-x64.exe"
560560
Write-Host "Mac ARM64: https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64"

0 commit comments

Comments
 (0)