23 Commits

Author SHA1 Message Date
Xx
9237f883c9 feat: Enhance installation script and improve user feedback
- Corrected character encoding issues in binary verification messages in `install.sh`.
- Updated download progress display and error handling for binary downloads.
- Added a new configuration location message in `main.go` for better user guidance.
- Removed obsolete binary files from releases to streamline the project structure.

These changes improve the reliability of the installation process and enhance user experience with clearer feedback and updated messaging.
2024-12-11 17:39:13 +08:00
Xx
53be4b55fd fix: Correct binary verification message and improve download error handling in install.sh
- Fixed a character encoding issue in the binary verification message to ensure proper display.
- Updated the curl command to use a progress bar instead of verbose output, enhancing user experience during downloads.
- Improved the error message for failed binary downloads to include HTTP status information for better debugging.

These changes enhance the reliability and clarity of the installation script, providing users with more accurate feedback during the installation process.
2024-12-11 17:25:45 +08:00
Xx
e46a7ecfec chore: Update installation script and .gitignore for improved functionality
- Enhanced `install.sh` by adding network connectivity checks and executable file format validation to ensure a smoother installation process.
- Updated the installation directory creation logic to handle errors more gracefully.
- Modified the download URL to point to the correct repository branch and improved the curl command to show download progress.
- Cleaned up `.gitignore` by removing obsolete entries related to binaries and IDE configurations, streamlining the ignored files list.
- Added a new function to clean up old versions of the binary during installation.

These changes improve the reliability and user experience of the installation process.
2024-12-11 17:23:22 +08:00
Xx
bedce7425b fix: Correct closing syntax in install.sh and improve error message
- Fixed a syntax error by replacing the incorrect closing brace with `fi` in the `verify_binary` function.
- Updated the error message for setting executable permissions to ensure proper display without encoding issues.

This commit enhances the reliability of the installation script by correcting syntax and improving user feedback.
2024-12-11 17:12:51 +08:00
Xx
61392768a9 fix: Correct syntax error in install.sh
- Fixed a syntax error in the `check_requirements` function by replacing the incorrect closing brace with `fi`.
- This change ensures proper script execution and improves error handling for user permissions.

This commit addresses a critical issue in the installation script to enhance reliability.
2024-12-11 17:08:47 +08:00
Xx
44226aebf1 refactor: Revise README.md for clarity and structure
- Streamlined the description and usage guidelines for the Cursor Free Trial Reset Tool.
- Improved formatting of platform support and installation instructions for better readability.
- Updated download URLs in installation instructions to reflect the latest paths.
- Enhanced bilingual support by ensuring consistent formatting in both English and Chinese sections.
- Added troubleshooting tips and cautions to guide users effectively.

This commit enhances the documentation to provide clearer instructions and improve user experience.
2024-12-11 17:07:31 +08:00
Xx
af6c9f05de feat: Update installation script and improve error handling
- Updated `install.sh` to include versioning and enhanced bilingual messages for better user feedback.
- Refactored platform detection logic to dynamically set binary names based on the version.
- Added checks for system requirements, including curl installation and write permissions.
- Improved error handling with context-specific messages for better debugging.
- Cleaned up the `go.mod` file by consolidating dependency requirements.

This commit enhances the installation process and user experience by providing clearer feedback and ensuring necessary prerequisites are met.
2024-12-11 17:02:59 +08:00
Xx
2e27634c8d feat: Remove obsolete binaries and update module dependencies
- Deleted outdated binary files for Windows, Linux, and macOS platforms to streamline the project.
- Updated `go.mod` to change the module path to `cursor-id-modifier` and adjusted dependency versions for `github.com/fatih/color` and `golang.org/x/sys`.
- Modified `install.sh` to reflect new binary naming conventions and download URLs.
- Cleaned up whitespace in `main.go` for improved code readability.

This commit focuses on cleaning up the project structure and ensuring dependencies are up-to-date.
2024-12-11 16:40:22 +08:00
煎饼果子卷鲨鱼辣椒
394e144a2e
Merge pull request #9 from dacrab/master
Improvements
2024-12-11 13:14:31 +08:00
Vaggelis kavouras
70dda905d6 feat: Improve configuration management and enhance user experience
- Refactored configuration handling in `main.go` to streamline processes and improve structure.
- Added new methods for better management of configuration files.
- Enhanced user feedback with distinct color-coded success and warning messages.
- Updated build scripts for improved error handling and output clarity.
- Enhanced documentation in `README.md` to clarify usage guidelines and system compatibility.

This commit focuses on refining configuration processes and improving overall user interaction with the tool.
2024-12-10 21:19:50 +02:00
Vaggelis kavouras
3d288e3bd8 feat: Update module path and dependencies; enhance README
- Changed module path from `go-cursor-help` to `github.com/yuaotian/go-cursor-help` in `go.mod`.
- Updated `golang.org/x/sys` dependency version from `v0.25.0` to `v0.28.0`.
- Enhanced `README.md` with improved formatting, added badges, and clarified installation instructions.
- Included important usage guidelines and disclaimers for the Cursor Free Trial Reset Tool, emphasizing compliance with trial terms.

This commit improves module management and enhances documentation clarity for users.
2024-12-10 21:13:47 +02:00
Xx
ea56925a52 v2.0.0 app 2024-12-10 22:33:23 +08:00
Xx
f7fe868d5e feat: Add language support and ID comparison feature
- Introduced a new language display in the banner, showing the current language (Simplified Chinese or English).
- Added a function to display a comparison of old and new IDs after configuration updates.
- Implemented a new function to read existing configuration from a file.
- Updated success and warning messages to use distinct colors for better visibility.

This commit enhances user experience by providing language context and ID comparison during configuration updates.
v0.0.2
2024-12-10 22:24:47 +08:00
Xx
a1c2203752 feat: Enhance configuration management and build scripts
- Updated `go.mod` to include new dependencies for color output.
- Refactored `main.go` to improve `StorageConfig` structure and add new methods for configuration management.
- Implemented a progress spinner and error handling for file operations.
- Enhanced build scripts (`build_all.bat` and `build_all.sh`) for better output and error handling, including versioning and cleanup processes.
- Removed obsolete binary files for various platforms.
- Updated VSCode settings for spell checking.

This commit improves the overall functionality and user experience of the Cursor ID Modifier tool.
2024-12-10 22:19:20 +08:00
煎饼果子卷鲨鱼辣椒
fb2358c86f
Merge pull request #4 from scoful/master
enhance:增加备份文件功能
2024-12-10 21:56:53 +08:00
scoful
7b3418f169 enhance:增加备份文件功能 2024-12-10 16:44:55 +08:00
羽大大
32eb8297a5
Merge pull request #1 from HappySinha/patch-1
Window path update: Roaming
2024-12-09 22:27:20 +08:00
Abhishek Kumar
835b6622a2
Window path update: Roaming 2024-12-09 18:36:12 +05:30
Xx
99a6e6ba10 Update README.md to reflect that MacOS and Linux are now tested and supported, enhancing clarity on system compatibility. 2024-12-09 19:17:58 +08:00
Xx
98883c15ef Update README.md to include important usage guidelines and disclaimers for the Cursor Free Trial Reset Tool, clarifying intended scenarios and emphasizing compliance with trial terms. 2024-12-09 16:18:43 +08:00
Xx
5de4106ee6 Fix formatting in README.md by removing extra whitespace at the end of the file 2024-12-09 15:24:03 +08:00
Xx
9402a4b1d3 Add README.md for Cursor Free Trial Reset Tool with usage instructions and system support v0.0.1 2024-12-09 15:17:17 +08:00
Xx
089f5a9572 初始化版本 2024-12-09 15:00:45 +08:00