Skip to content

Releases: yeongpin/cursor-free-vip

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

v1.5.01

03 Mar 03:20
fe3e275
Compare
Choose a tag to compare
Update .env

v1.4.08

02 Mar 05:58
d7116b8
Compare
Choose a tag to compare
Update .env

v1.4.07

27 Feb 02:31
87b99b0
Compare
Choose a tag to compare
Update CHANGELOG.md

v1.4.06

25 Feb 16:00
68b7888
Compare
Choose a tag to compare
Merge pull request #101 from aliensb/main

add support for linux

v1.4.05

25 Feb 04:20
Compare
Choose a tag to compare
fix: Improve Windows Language Detection and Platform Compatibility

- Correct Windows language detection method in Translator class
- Update platform system check for Windows-specific imports
- Refactor language detection to use platform-specific checks
- Ensure more robust cross-platform language detection logic