Skip to content

Commit 5f55f55

Browse files
committed
Update CHANGELOG.md to reflect recent changes including new login code notification, performance adjustments, and various fixes
1 parent bad271b commit 5f55f55

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Added country and language code validation functions and updated browser geolocation handling.
1515
- Added configuration options in `config.yaml` for activity handling and error notifications:
1616
- `apprise.notify.incomplete-activity` for incomplete activity notifications.
17+
- `apprise.notify.login-code` for login with phone code notifications.
1718
- Added reset functionality to delete session files and terminate Chrome processes.
1819
- Added CODEOWNERS file for repository management.
1920
- 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
3233
- Improved logging for activity completion, error reporting, and localization warnings.
3334
- Enhanced JSON response handling in `utils.py` and updated parameters in `run.ps1`.
3435
- Replaced `accounts.json` with account information now stored in `config.yaml` for better configuration management.
36+
- Adjusted cooldowns and wait times for better performance.
3537

3638
### Fixed
3739

@@ -40,11 +42,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4042
- Fixed activities containing non-breakable spaces in their names.
4143
- Fixed Google Trends API integration and improved trend keyword handling.
4244
- 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`.
4348

4449
### Removed
4550

4651
- Removed unused imports and deprecated classes for cleaner codebase.
4752
- 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.
4860

4961
## [1.1.0] - 2024-08-30
5062

0 commit comments

Comments
 (0)