Skip to content

Releases: yeongpin/cursor-free-vip

v1.7.06

11 Mar 03:56
Compare
Choose a tag to compare
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

10 Mar 09:49
Compare
Choose a tag to compare
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

10 Mar 08:35
Compare
Choose a tag to compare
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

10 Mar 04:27
Compare
Choose a tag to compare
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

10 Mar 03:47
Compare
Choose a tag to compare
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

07 Mar 03:22
Compare
Choose a tag to compare
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

06 Mar 10:41
Compare
Choose a tag to compare
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

06 Mar 10:17
Compare
Choose a tag to compare
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

06 Mar 04:22
Compare
Choose a tag to compare
  • 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

03 Mar 04:01
Compare
Choose a tag to compare
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