Browse Source

支持版本更新

pull/351/head v0.0.130
煎饼果子卷鲨鱼辣椒 3 months ago
parent
commit
7b0e701422
  1. 8
      README.md
  2. 6
      README_CN.md
  3. 2
      scripts/run/cursor_win_id_modifier.ps1

8
README.md

@ -15,7 +15,7 @@
> ⚠️ **IMPORTANT NOTICE** > ⚠️ **IMPORTANT NOTICE**
> >
> This tool currently supports: > This tool currently supports:
> - ✅ Cursor v0.44.11 and below
> - ✅ Cursor v0.45.x and below
> - ✅ Windows: Latest 0.47.x versions (Supported) > - ✅ Windows: Latest 0.47.x versions (Supported)
> - ✅ Mac/Linux: Latest 0.47.x versions (Supported, feedback welcome) > - ✅ Mac/Linux: Latest 0.47.x versions (Supported, feedback welcome)
> >
@ -28,7 +28,7 @@
### 🌟 Latest Versions ### 🌟 Latest Versions
- v0.45.11 (2025-02-07) - Latest Release - v0.45.11 (2025-02-07) - Latest Release
- v0.44.11 (2025-01-03) - Most Stable Release
- v0.45.x (2025-01-03) - Most Stable Release
[View Full Version History](CursorHistoryDown.md) [View Full Version History](CursorHistoryDown.md)
@ -36,7 +36,7 @@
### 📥 Direct Download Links ### 📥 Direct Download Links
**v0.44.11 (Recommended Stable Version)**
**v0.45.x (Recommended Stable Version)**
- 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) - 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)
- Mac: [Apple Silicon](https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64) - Mac: [Apple Silicon](https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64)
@ -50,7 +50,7 @@
> - This modification may temporarily affect network connectivity > - This modification may temporarily affect network connectivity
> - You can skip this step when prompted during execution > - You can skip this step when prompted during execution
> >
> 💾 **Download Cursor v0.44.11**
> 💾 **Download Cursor v0.45.x**
> >
> Windows: > Windows:
> - [Download from Cursor Official](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64) > - [Download from Cursor Official](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64)

6
README_CN.md

@ -15,7 +15,7 @@
> ⚠️ **重要提示** > ⚠️ **重要提示**
> >
> 本工具当前支持版本: > 本工具当前支持版本:
> - ✅ Cursor v0.44.11 及以下版本
> - ✅ Cursor v0.45.x 及以下版本
> - ✅ Windows: 最新的 0.47.x 版本(已支持) > - ✅ Windows: 最新的 0.47.x 版本(已支持)
> - ✅ Mac/Linux: 最新的 0.47.x 版本(已支持,欢迎测试并反馈问题) > - ✅ Mac/Linux: 最新的 0.47.x 版本(已支持,欢迎测试并反馈问题)
> >
@ -28,7 +28,7 @@
### 🌟 最新版本 ### 🌟 最新版本
- v0.45.11 (2025-02-07) - 最新发布 - v0.45.11 (2025-02-07) - 最新发布
- v0.44.11 (2025-01-03) - 最稳定版本
- v0.45.x (2025-01-03) - 最稳定版本
[查看完整版本历史](CursorHistoryDown.md) [查看完整版本历史](CursorHistoryDown.md)
@ -36,7 +36,7 @@
### 📥 直接下载链接 ### 📥 直接下载链接
**v0.44.11 (推荐稳定版)**
**v0.45.x (推荐稳定版)**
- 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) - 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)
- Mac: [Apple Silicon](https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64) - Mac: [Apple Silicon](https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64)

2
scripts/run/cursor_win_id_modifier.ps1

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

Loading…
Cancel
Save