Skip to content

Releases: yeongpin/cursor-free-vip

v1.7.11

17 Mar 10:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.10...v1.7.11

v1.7.10

16 Mar 04:55
2cb788d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.09...v1.7.10

v1.7.09

16 Mar 03:01
Compare
Choose a tag to compare

What's Changed

  • Revert "feat: Add GitHub-based trial reset" by @yeongpin in #250

Full Changelog: v1.7.08...v1.7.09

v1.7.08

15 Mar 15:53
d5fceb2
Compare
Choose a tag to compare

What's Changed

  • fix(script): avoid empty version when call release api by @imbajin in #226
  • doc: unify the README & CHANGELOG style by @imbajin in #227
  • feat: Add Google and GitHub OAuth Authentication with Lifetime Access… by @mALIk-sHAHId in #243

New Contributors

Full Changelog: v1.7.07...v1.7.08

v1.7.07

14 Mar 04:22
3200271
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.06...v1.7.07

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