Add local blocked domains feature and enhance verification code retrieval with retry mechanism. Update CHANGELOG.md to reflect new feature.

This commit is contained in:
yeongpin
2025-03-17 17:17:58 +08:00
parent bef2162509
commit a7433ec032
3 changed files with 99 additions and 44 deletions

View File

@@ -33,7 +33,8 @@ a = Analysis(
('new_tempemail.py', '.'),
('quit_cursor.py', '.'),
('cursor_register_manual.py', '.'),
('.env', '.')
('.env', '.'),
('block_domain.txt', '.')
],
hiddenimports=[
'cursor_auth',