Releases: yuaotian/go-cursor-help
Releases · yuaotian/go-cursor-help
v0.0.4
Changelog
Features
- 8a28f29: feat: Add MD5 checksum generation to build_all.bat (@yuaotian)
- e3fed51: feat: Add MD5 checksums for built files and update cSpell dictionary (@yuaotian)
- f89aa17: feat: lean automated releases (@realies)
- 3316f8b: feat: 添加自动安装脚本并优化文档 (@yuaotian)
Bug Fixes
- 0d03e6c: fix: Correct download link for cursor_modifier.bat in README.md (@yuaotian)
- 627c222: fix: Update script download links in README.md for accuracy (@yuaotian)
Others
v0.0.3
Release v2.5.0
🌟 English
New Features
- Added script installation support (Linux/macOS/Windows)
- Optimized system language auto-detection
- Added runtime process detection and auto-closure
- Improved configuration file modification stability
Downloads
Binary Files
- Windows x64: cursor_id_modifier_v2.5.0_windows_amd64.exe
- Linux x64: cursor_id_modifier_v2.5.0_linux_amd64
- Linux ARM64: cursor_id_modifier_v2.5.0_linux_arm64
- macOS Intel: cursor_id_modifier_v2.5.0_darwin_amd64
- macOS M-series: cursor_id_modifier_v2.5.0_darwin_arm64
Script Files
- Linux/macOS: cursor_modifier.sh
- Windows: cursor_modifier.bat
Major Updates
-
Script Installation Support
- Added Linux/macOS bash script
- Added Windows batch script
- One-click installation and configuration
-
Feature Optimization
- Automatic system language detection (Chinese/English)
- Smart detection and closure of running Cursor processes
- Enhanced configuration file backup mechanism
- Improved user interface interaction
-
Stability Improvements
- Enhanced error handling mechanism
- Improved logging
- Optimized file operation security
Installation Guide
For detailed installation steps, please refer to README.md
Notes
- Ensure Cursor is completely closed before use
- Backup configuration file recommended
- Requires administrator/root privileges
🌏 中文
新功能
- 新增脚本安装方式支持(Linux/macOS/Windows)
- 优化系统语言自动检测机制
- 增加运行时进程检测与自动关闭
- 改进配置文件修改的稳定性
下载
二进制文件
- Windows x64: cursor_id_modifier_v2.5.0_windows_amd64.exe
- Linux x64: cursor_id_modifier_v2.5.0_linux_amd64
- Linux ARM64: cursor_id_modifier_v2.5.0_linux_arm64
- macOS Intel: cursor_id_modifier_v2.5.0_darwin_amd64
- macOS M系列: cursor_id_modifier_v2.5.0_darwin_arm64
脚本文件
- Linux/macOS: cursor_modifier.sh
- Windows: cursor_modifier.bat
主要更新
-
脚本安装支持
- 新增 Linux/macOS bash 脚本
- 新增 Windows batch 脚本
- 支持一键安装与配置
-
功能优化
- 自动检测系统语言(中文/英文)
- 智能检测并关闭运行中的 Cursor 进程
- 优化配置文件备份机制
- 改进用户界面交互体验
-
稳定性提升
- 增强错误处理机制
- 完善日志记录
- 优化文件操作安全性
安装说明
详细安装步骤请参考 README.md
注意事项
- 使用前请确保已完全关闭 Cursor
- 建议在操作前备份配置文件
- 需要管理员/root权限运行
MD5 Checksums
c3f03388afd01cd2d9f6c58348abf8e1 cursor_id_modifier_v2.5.0_windows_amd64.exe
b2caec6c3bede8f51245e5b74b11b96c cursor_id_modifier_v2.5.0_darwin_amd64_intel
8e93f913d653e26bf522bde78b51a26a cursor_id_modifier_v2.5.0_darwin_arm64_m1
73db2eb340c0f5878a206ddc63693f77 cursor_id_modifier_v2.5.0_linux_amd64
v0.0.2
v2.0.0
🚀 更新内容 | Updates
- 增强语言检测,支持多环境变量 | Enhanced language detection with multi-env support
- 新增 Windows/Unix 系统检测 | Added Windows/Unix system detection
- 重构进程管理逻辑 | Refactored process management
- 优化配置加载流程 | Optimized config loading
feat: Enhance language detection and process management in main.go