306 Commits

Author SHA1 Message Date
7e4c519b3b feat: Update version to 2.56.3 in package.json 2025-11-09 22:51:17 +01:00
9e3aa9a79f feat: Add version check before updates to enhance update process and prevent unnecessary restarts 2025-11-09 22:48:16 +01:00
967801515f feat: Simplify update process by removing deprecated methods and enhancing README; improve type safety in tests 2025-11-09 22:23:46 +01:00
e03761adfc feat: Enhance update mechanism with anti-loop protection and improved logging
- Implemented a restart counter to prevent infinite update loops.
- Added checks for update success using marker files.
- Improved logging for update attempts and failures.
- Created comprehensive documentation for npm commands and setup processes.
- Introduced a new update system using GitHub API for seamless updates.
- Added troubleshooting guidelines for common issues.
2025-11-09 20:13:30 +01:00
842218ca4d feat: Refactor configuration files for clarity and structure; enhance error reporting with obfuscated webhook URL 2025-11-09 19:38:32 +01:00
a9d73f45e2 feat: Update the version to 2.56.2 in package.json and package-lock.json 2025-11-09 19:26:21 +01:00
95073e6fbb Enhance documentation with new sections on notifications and troubleshooting
- Updated index.md to improve structure and navigation, added new guides for getting started and feature explanations.
- Created notifications.md detailing setup for Discord webhooks and NTFY mobile alerts, including examples and troubleshooting tips.
- Added troubleshooting.md covering common issues, installation problems, login issues, account problems, browser issues, configuration problems, performance issues, and diagnostic log retrieval.
2025-11-09 19:24:44 +01:00
5f9aafdd0f feat: Centralize timeout constants and improve navigation error handling in Login flow 2025-11-09 18:58:25 +01:00
123b2f76b8 feat: Refactor compromised mode handling and improve error logging across flows 2025-11-09 18:45:43 +01:00
3df985c7d9 feat: Update examples in DesktopFlow and MobileFlow for clarity and consistency 2025-11-09 18:33:48 +01:00
3afab721cf feat: Improve error handling and TOTP secret extraction with fallback selectors 2025-11-09 18:19:23 +01:00
3a3f416d92 feat: Centralize timeout constants and improve logging validation across modules 2025-11-09 18:15:01 +01:00
2c55fff61d feat: Improve error logging and validation across various flows and utilities 2025-11-09 18:05:43 +01:00
9fb5911fa2 feat: Centralize browser instance creation to eliminate duplication in Desktop and Mobile flows
fix: Update error message for HTTP 400 checks to English
refactor: Improve logging for network idle wait timeout in Workers
fix: Initialize lastError in Axios client to prevent undefined errors
chore: Update tsconfig to include path mappings for better module resolution
2025-11-09 17:56:46 +01:00
56aacd3667 feat: Add automatic error reporting feature with configuration options and documentation 2025-11-09 17:36:07 +01:00
2a168bd06a fix: Ignore password requirement messages in email error handling 2025-11-09 14:49:51 +01:00
fd6dfb817e refactor: Replace warning logs with console messages for browser interaction instructions 2025-11-09 14:42:55 +01:00
69e8fff51e feat: Enhance CLI with auto-accept options and improve usage documentation 2025-11-09 14:29:37 +01:00
8c94ce5b87 Remove outdated documentation files: dashboard-quickstart.md, diagnostics.md, docker.md, humanization.md, jobstate.md, ntfy.md, proxy.md, schedule.md, security.md, update.md 2025-11-09 13:44:22 +01:00
9e166c0959 Fix doc 2025-11-09 13:42:40 +01:00
a9640128f1 Refactor getting started guide for Microsoft Rewards Bot: improved structure, added prerequisites, clarified setup steps, and enhanced instructions for account creation and configuration. 2025-11-09 13:41:37 +01:00
6b2b4fe966 docs: Update README and getting-started guide for clarity and structure; remove git conflict resolution guide 2025-11-09 13:39:06 +01:00
29f408a852 feat: Simplify account creation commands and enhance recovery email and 2FA handling 2025-11-09 13:19:33 +01:00
d64bbaccf8 feat: Update account creation commands to clarify recovery email and 2FA setup options 2025-11-09 12:54:43 +01:00
cbe9a11f95 feat: Add recovery email and 2FA support to account creation process 2025-11-09 12:43:31 +01:00
e495fa18b2 Refactor: Improve CAPTCHA handling and reduce delays in the account creation process 2025-11-09 12:18:32 +01:00
1239f9de05 refactor: Optimize logging and reduce delays in account creation process 2025-11-09 12:04:22 +01:00
1bf483b76e fix: Enhance email input verification with SMART handling for Microsoft domain separation 2025-11-09 11:26:33 +01:00
fbbdd370ce Fix: Update version number to 2.56.0 in package-lock.json; comment out utility methods in AccountCreator for future use 2025-11-09 11:19:48 +01:00
393379900c Update config.jsonc to adjust delay settings and enable critical stop in risk management
- Changed minimum delay from 3 minutes to 2 minutes
- Changed maximum delay from 5 minutes to 4 minutes
- Enabled stopping on critical issues in risk management
2025-11-09 11:17:31 +01:00
22adf44f63 Refactor: Simplify bot login handling in DesktopFlow and MobileFlow; initialize Login instance in MicrosoftRewardsBot 2025-11-09 00:18:10 +01:00
3bdb94adb5 Fix: Update version number to 2.56.0 in README, package.json, and package-lock.json 2025-11-08 23:58:21 +01:00
4c5d5ef9a8 feat: Implement main application logic and UI styling
- Added app.js to manage global state, WebSocket connections, and API interactions.
- Implemented functions for theme toggling, toast notifications, and updating UI elements.
- Created functions to fetch and display account metrics, logs, and status updates.
- Added event handlers for starting, stopping, and restarting the bot.
- Introduced WebSocket handling for real-time updates.
- Added style.css for consistent theming and responsive design across the application.
- Included styles for various UI components such as buttons, cards, logs, and empty states.
- Implemented light theme support with appropriate styles.
2025-11-08 23:56:21 +01:00
773304fc85 Refactor: Simplify recovery email handling and validation; update documentation for clarity 2025-11-08 21:26:06 +01:00
5e322af2c0 Fix: Enhance error handling and timeout management across various modules; improve validation and documentation 2025-11-08 18:52:31 +01:00
ca356075fa Refactor: Update README to indicate Account Creator is in BETA; improve error messages for recoveryEmail validation 2025-11-08 18:37:32 +01:00
52fbbd79b1 Fix: Enable auto-update for configuration and enhance task execution handling for multi-pass runs 2025-11-08 18:32:58 +01:00
6b687a1018 Remove BuyMode and fix 2025-11-08 18:25:51 +01:00
40dd9b9fd8 Refactor: Remove deprecated sync endpoint and BuyModeHandler module; streamline configuration and loading processes 2025-11-08 18:06:23 +01:00
03b6c3a4d8 feature: Add the BuyModeManual module to manage manual purchase sessions 2025-11-08 12:40:00 +01:00
6e859902d0 feature: Integrate the SummaryReporter module to improve results reporting 2025-11-08 12:24:43 +01:00
d04289948e Fix: Reorganize imports for better clarity in test files 2025-11-08 12:20:38 +01:00
8eefd15b80 feat: Refactor and modularize flow handling for improved maintainability
- Extracted BuyModeHandler, DesktopFlow, MobileFlow, and SummaryReporter into separate modules for better organization and testability.
- Enhanced type safety and added interfaces for various return types in Load, Logger, UserAgent, and flow modules.
- Implemented comprehensive error handling and logging throughout the new modules.
- Added unit tests for DesktopFlow, MobileFlow, and SummaryReporter to ensure functionality and correctness.
- Updated existing utility functions to support new flow structures and improve code clarity.
2025-11-08 12:19:34 +01:00
1ff521f505 Refactor imports and improve error handling across multiple files for better maintainability and clarity 2025-11-08 10:55:51 +01:00
c150fa8657 feature: Add scheduling management to the configuration 2025-11-08 10:23:51 +01:00
6be9cca80f feat: Implement account creation module with realistic data generation
- Add DataGenerator class for generating emails, passwords, birthdates, and names.
- Create README.md detailing features, usage, and process flow for account creation.
- Develop CLI for initiating account creation with optional referral URL.
- Introduce nameDatabase for realistic first and last name generation.
- Define CreatedAccount interface for structured account data.
2025-11-07 20:45:18 +01:00
555efa1db0 Improve handling of navigation errors in the connection flow: implement recovery attempts for navigation errors and proxy connection failures. 2025-11-06 22:34:06 +01:00
0d6ab38b48 Improved interactive mode: added an automatic job reset option for scheduled tasks and improved stealth mode to bypass CAPTCHAs. 2025-11-05 22:44:16 +01:00
ee28e92866 Fix auto update github api 2025-11-05 22:12:40 +01:00
107c5db52e Improved start validation: replace warnings with informational messages for TOTP users and clarify the intended behavior of passesPerRun. 2025-11-05 22:04:16 +01:00