Releases: AsoStrife/Rewards-Search-Automator
Releases · AsoStrife/Rewards-Search-Automator
v2.2.0
v2.2.0
Add Stop button, stop action and persistence
Add a hidden "Stop Searches" button to the popup and implement stop behavior. Popup now shows/hides the stop button when searches start/stop, sends a stop message to the background, and persists user settings (desktop/mobile counts and wait times) in localStorage and restores them on open. Background script: implement stopSearches (clears alarms, detaches debugger when appropriate, resets and removes persisted state), improve state save/load/resume logic, refactor agent/emulation calls, and ensure alarms schedule correctly. Config and manifest: bump app/extension version to 2.2.0 and update the author "thanks" link. Also include various formatting and minor refactors across files.
v2.1.0
Changelog v2.1.0
- Background execution: Searches now continue running even when the popup is closed
- Persistent state: Search progress is saved and restored automatically if the browser restarts
- Updated mobile emulation: Modern User-Agent (Chrome 131, Android 13, Samsung Galaxy S21) for proper Bing mobile detection
- Client Hints support: Added User-Agent metadata for better mobile device emulation
- Touch emulation: Enabled touch events simulation for mobile searches
- New permissions: Added
tabs,alarms, andstoragepermissions to support background execution