@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Added country and language code validation functions and updated browser geolocation handling.
15
15
- Added configuration options in ` config.yaml ` for activity handling and error notifications:
16
16
- ` apprise.notify.incomplete-activity ` for incomplete activity notifications.
17
+ - ` apprise.notify.login-code ` for login with phone code notifications.
17
18
- Added reset functionality to delete session files and terminate Chrome processes.
18
19
- Added CODEOWNERS file for repository management.
19
20
- Added Docker build for easier deployment and execution.
@@ -32,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
33
- Improved logging for activity completion, error reporting, and localization warnings.
33
34
- Enhanced JSON response handling in ` utils.py ` and updated parameters in ` run.ps1 ` .
34
35
- Replaced ` accounts.json ` with account information now stored in ` config.yaml ` for better configuration management.
36
+ - Adjusted cooldowns and wait times for better performance.
35
37
36
38
### Fixed
37
39
@@ -40,11 +42,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
42
- Fixed activities containing non-breakable spaces in their names.
41
43
- Fixed Google Trends API integration and improved trend keyword handling.
42
44
- Fixed click handling in ` activities.py ` to use the correct answer element.
45
+ - Fixed issue related to mobile search for level 1 users.
46
+ - Fixed Apprise notification error.
47
+ - Fixed exit code to return ` exit 1 ` on errors instead of ` exit 0 ` .
43
48
44
49
### Removed
45
50
46
51
- Removed unused imports and deprecated classes for cleaner codebase.
47
52
- Removed ` MS_reward.bat ` in favor of the more robust ` run.ps1 ` script.
53
+ - Removed ` config-private.yaml ` in favor of consolidating configurations into ` config.yaml ` .
54
+ - Removed password logging.
55
+
56
+ ### Other
57
+
58
+ - Added locked/banned user detection.
59
+ - Skipped un-doable activities.
48
60
49
61
## [ 1.1.0] - 2024-08-30
50
62
0 commit comments