Releases: yeongpin/cursor-free-vip
Releases · yeongpin/cursor-free-vip
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
v1.5.01
Update .env
v1.4.08
Update .env
v1.4.07
Update CHANGELOG.md
v1.4.06
Merge pull request #101 from aliensb/main add support for linux
v1.4.05
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