562 Commits

Author SHA1 Message Date
jahv
2d1604c646 增强邮件验证功能,新增发件人邮箱检查,确保发件人包含'cursor'字符串以提高邮件处理的准确性。 2025-04-30 07:56:28 +08:00
jahv
be950c510c 增强邮件检查功能,新增验证码缓存机制,优化获取验证码的方法,并更新相关文档注释。 2025-04-30 07:49:54 +08:00
jahv
e190a81ee4 优化邮件检查功能,简化逻辑,直接检查邮件列表中的第一个邮件是否为新邮件,并更新相关文档注释。 2025-04-30 07:41:12 +08:00
cjahv
fa74b17dce
Merge branch 'yeongpin:main' into main 2025-04-29 10:17:23 +08:00
jahv
db490718c5 更新邮件检查功能,支持检查最近3分钟内的邮件,并更新错误处理信息。同时,添加了主程序入口以便于直接运行和测试TempMailPlusTab类。 2025-04-29 10:07:02 +08:00
Pin Studios
50c3d0e522 Update README.md to reflect support for the latest 0.49.x version, ensuring accurate versioning information. v1.11.02 2025-04-28 12:31:54 +08:00
Pin Studios
2aae59a905 Update README.md to include a badge for DeepWiki.com, enhancing visibility and support options for the project. 2025-04-28 12:21:51 +08:00
Pin Studios
c9a294af0b Update CHANGELOG for missing translations, add manual custom authentication feature, and enhance error handling in cursor authentication. Fix: ensure proper handling of database connection errors and improve user feedback in various languages. 2025-04-28 12:16:32 +08:00
Pin Studios
d3d73798f6 Add: update CHANGELOG for new features including Japanese and Italian language support, TempMailPlus integration, and a script for auto-translating missing translation keys. Fix: address Chrome user data directory permission issues on mac. 2025-04-28 11:36:27 +08:00
Pin Studios
5b091bfaf1 fix: add missing comma in Chinese translation for tracking processes 2025-04-28 11:34:34 +08:00
Pin Studios
0e4d91843f
Merge pull request #788 from Ahmed-Nagi1/auto-translate-missing-keys
Add script to auto-translate missing keys in translation files
2025-04-28 11:33:22 +08:00
Pin Studios
f39435f2de
Merge branch 'main' into auto-translate-missing-keys 2025-04-28 11:33:16 +08:00
Pin Studios
a1588c7e00 Enhance translation script to utilize Google Translate API, add error handling, and improve language code mapping. Introduce interactive menu for processing language files and backup options. Update Bulgarian, Japanese, and Chinese translations with new keys and improved error messages. 2025-04-28 11:25:17 +08:00
Pin Studios
8e94fa4e46
Merge pull request #800 from Dragonzhoulong/test-chrome-permissions-fix
fix: 修复 Chrome 用户数据目录权限问题
2025-04-28 11:03:42 +08:00
along
8d7407c72e fix: 修复 Chrome 用户数据目录权限问题 2025-04-27 22:42:56 +08:00
Pin Studios
d365e86952
Merge pull request #785 from cjahv/main
新增TempMailPlus配置,支持临时邮箱验证功能
2025-04-27 14:09:16 +08:00
Pin Studios
7c2ac9b734
Update README.md 2025-04-27 02:25:17 +08:00
Pin Studios
f5b0f4f9ea
Update README.md 2025-04-26 21:15:28 +08:00
Ahmed Nagi
1158068a31 Add script to auto-translate missing keys in translation files with colored output and parallel processing 2025-04-26 13:13:35 +02:00
陈佳慧
dee6a788bb 新增TempMailPlus配置,支持临时邮箱验证功能。更新CursorRegistration类以集成TempMailPlus,并添加相应的国际化支持。新增EmailTabInterface和TempMailPlusTab类以实现邮箱验证逻辑。 2025-04-26 10:29:20 +08:00
Pin Studios
4286b94a86 Update version to 1.11.02, add Japanese and Italian language support, refactor account generation using Faker, and fix various issues. Update CHANGELOG.md to reflect these changes. 2025-04-24 15:05:46 +08:00
Pin Studios
60bd46f192
Merge pull request #763 from wang93wei/main
refactor: Account Generation with Faker and Update requirements.txt
2025-04-24 15:03:51 +08:00
Pin Studios
63d84e0f4d
Merge pull request #762 from Wheeeeeeeeels/add-japanese-italian-support
feat: add Japanese and Italian language support
2025-04-24 14:48:56 +08:00
alanwang
23036da768 Introduced the Faker library in the CursorRegistration class to generate random account information, replacing the original random name generation logic.
Also updated the password generation method to use Faker for creating more complex passwords. Additionally, updated requirements.txt to include the Faker dependency.
2025-04-24 14:35:26 +08:00
wheels
1002c9ca11 feat: add Japanese and Italian language support 2025-04-24 14:03:49 +08:00
Pin Studios
809dac091d Update CHANGELOG.md to include mandatory update notice for version 1.11.01, enhancing user awareness of the new features and improvements. v1.11.01 2025-04-24 11:21:12 +08:00
Pin Studios
da5bff5994 Update version to 1.11.01 and enhance localization for OAuth profile selection. Added new features including Arabic language support, machine ID restoration from backup, and improved error handling in the update process. Updated menu options and fixed various issues for a better user experience. 2025-04-24 11:20:21 +08:00
Pin Studios
296a69bf73 Add CursorGoogleAccountDeleter class for Google account deletion via OAuth. Implemented robust authentication flow, including dynamic waits, error handling, and user feedback. This tool enhances user experience by providing a streamlined process for account deletion. 2025-04-24 10:51:09 +08:00
Pin Studios
5ca6c97d96 Add OAuthHandler class for Google and GitHub authentication, including profile selection and browser setup. Implemented error handling and user feedback for various authentication states. This new functionality enhances the user experience by streamlining the OAuth process. 2025-04-24 10:50:21 +08:00
Pin Studios
fb52888f9c
Merge pull request #756 from ppanphper/main
增加备份的机器ID还原功能
2025-04-24 10:47:52 +08:00
Pin Studios
8e6df1d1f8
Merge branch 'main' into main 2025-04-24 10:47:28 +08:00
Pin Studios
be5a17c861 Update localization files to add "restore_machine_id" entry in English, Vietnamese, Simplified Chinese, and Traditional Chinese, enhancing user feedback consistency across languages. 2025-04-24 10:45:44 +08:00
Pin Studios
ca496ea53f Remove "restore_machine_id" entry from English localization file to streamline user feedback messages. 2025-04-24 10:45:00 +08:00
Pin Studios
52eaecd040 Update localization files to add new language configuration messages for English, Vietnamese, Simplified Chinese, and Traditional Chinese. Added "language_config_saved" and "lang_invalid_choice" entries to enhance user feedback. 2025-04-24 10:43:01 +08:00
Pin Studios
5fac4d6e45
Merge pull request #751 from TranMC/main
Language configuration saved setting
2025-04-24 10:39:06 +08:00
ppanphper
271d5d9db9
Merge branch 'yeongpin:main' into main 2025-04-23 16:40:44 +08:00
ppanphper
c2af657c88 添加恢复机器ID功能,新增restore_machine_id.py文件并更新主菜单以支持该功能。更新多语言支持,包含相关提示信息和错误处理。 2025-04-23 16:31:53 +08:00
TranMC
cf55c91117 Merge branch 'main' of https://github.com/TranMC/cursor-free-vip 2025-04-23 12:58:27 +07:00
TranMC
9abf4f4899 Change something in language file 2025-04-23 12:58:24 +07:00
TranMC
a78b1160c2 Merge branch 'main' of https://github.com/TranMC/cursor-free-vip 2025-04-23 12:56:22 +07:00
TranMC
c5453a4374 Merge branch 'main' of https://github.com/TranMC/cursor-free-vip 2025-04-23 12:49:06 +07:00
TranMC
8c497d7639 Commit vui vui 2025-04-23 12:48:58 +07:00
TranMC
c0c2cd6120
Merge branch 'main' into main 2025-04-23 12:46:52 +07:00
Pin Studios
e36f6d986e
Merge pull request #745 from Ahmed-Nagi1/add-arabic-translation
Add Arabic language
2025-04-23 13:13:05 +08:00
TranMC
0b547c0542 Fix nofitication 2025-04-23 12:09:02 +07:00
TranMC
ef17ba8803 Small language change 2025-04-23 12:04:03 +07:00
TranMC
31bf75e4de Update language configuration 2025-04-23 11:38:17 +07:00
TranMC
63e4e72ec7 Add language config saved 2025-04-23 10:57:50 +07:00
Ahmed Nagi
b51d9c7a74 Add Arabic language option to all locale files and support proper Arabic text display in terminal
- Added "ar" (Arabic) to the languages section in all translation JSON files in the locales directory.
- Implemented Arabic text reshaping and bidi support in main.py using arabic_reshaper and python-bidi for correct RTL display in terminal when Arabic is selected.
2025-04-22 10:57:51 +02:00
yeongpin
4aba849cf1 Refactor GitHub Actions workflow to adjust job dependencies for build processes, ensuring that version determination occurs before tag creation for Linux and macOS builds. 2025-04-22 11:15:15 +08:00