Releases: yeongpin/cursor-free-vip
Releases · yeongpin/cursor-free-vip
v1.7.06
feat: Refactor Project Structure and Add Configuration Management - Add `config.py` for centralized configuration management - Add `utils.py` for cross-platform utility functions - Remove `browser.py` and `control.py` to simplify project structure - Update version to 1.7.06 - Modify build specification to reflect new file structure - Update localization files with new update confirmation messages - Enhance configuration loading and path detection across different platforms
v1.7.05
fix: Improve Cursor Version Check and Configuration Handling - Enhance version checking in `reset_machine_manual.py` with more robust error handling - Add detailed error messages and logging for version detection - Update configuration paths in `new_signup.py` to include Cursor application path - Add configuration initialization in `main.py` - Update localization files with new error and version-related messages
v1.7.04
feat: Add Linux ARM64 Support and Update Build Workflow - Extend GitHub Actions workflow to build Linux x64 and ARM64 executables - Update install script to detect Linux architecture (x64 or ARM64) - Modify release process to include both Linux architecture artifacts - Rename Linux build job to clarify x64 architecture
v1.7.03
hotfix: Improve Signup Flow and Timing Configuration - Add comprehensive timing configuration for signup process - Refactor random wait time generation with more flexible config options - Update form filling and verification code handling with configurable wait times - Enhance localization support for new timing-related messages - Update version to 1.7.03 across project files
v1.7.02
refactor: Optimize Signup Flow and Error Handling - Implement direct URL-based signup with pre-filled parameters - Enhance password setting process with improved error detection - Add more robust retry mechanism for password input - Improve error handling for email availability and submission - Refactor signup and password setting methods for better reliability
v1.7.01
feat: Implement Configuration Management and Enhance Browser Setup - Add `setup_config` function to manage configuration file across platforms - Extract configuration-related code from `setup_driver` into a separate function - Implement dynamic Chrome path detection for Windows, macOS, and Linux - Add configurable Turnstile verification settings - Update README.md with configuration file details - Enhance localization support for configuration-related messages - Improve code maintainability and platform compatibility
v1.6.03
chore: Bump version to 1.6.03 - Update version in .env file - Update CHANGELOG.md with version 1.6.03 details - Minor hotfix and maintenance release
v1.6.02
fix: Update GitHub Link in Workbench JS Modification - Correct GitHub repository link to point to specific project repository - Modify onClick handler to open the correct GitHub page for the project
v1.6.01
- Update version in .env file to 1.6.01
- Add Mac-specific run_venv script to .gitignore
- Enhance Cursor Auth platform detection with more precise sys.platform checks
- Add maximum retry mechanism for email creation
- Improve error handling and platform support in cursor_auth.py
v1.5.02
feat: Enhance Name Generation and Improve Account Registration Process - Implement realistic name generation with predefined name lists - Modify first name letter for uniqueness - Add more descriptive console output with emojis and translations - Update localization files with new registration-related keys - Optimize random name generation in registration modules