v1.0.0-beta13 (2023-01-09)
- replaced globalThis with global.
- updated dependencies
- updated README to add supported NodeJS version information
v1.0.0-beta12 (2021-10-11)
- fixed missing await statement, that might have caused the db file to corrupt
- return proper error message when the db can't be loaded on start
- added some more and better logging
v1.0.0-beta11 (2021-10-07)
- keep searching same item over and over
- remove orphaned items from db
v1.0.0-beta10 (2021-10-03)
- When all items from all lists are searched, it would keep repeating the last item searched.
v1.0.0-beta9 (2021-10-02)
- small bug when dealing with multiple lists
- small bug when saving db file
- When all items from all lists are searched, it will keep repeating the last item searched. Will be fixed in next version
v1.0.0-beta8 (2021-10-02)
- When using multiple lists it would keep repeat searching items from first list more often than others.
- Exclude keywords: used wrong option, also updated config parameter and migrating old config. (Thanks for reporting!) #13
- Saving already searched items through restarts
- Search interval will now be set immediatly after config change, extension restart was required before.
- Option to exclude users (please check README for some notes) #7
- Option to prevent or allow downloading dupes (Share dupes or Queue dupes) #7
- Option to remove Queue/Share dupe items from search #7
- some cleanup
- adding some typings
- don't pack .ts files
- Update dependencies
v1.0.0-beta7 (2021-08-15)
- Priority IDs #13
v1.0.0-beta6 (2021-08-15)
- Option to exclude keywords
- Option to require exact match
- Option to allow queueing all items from search result
v1.0.0-beta4 (2021-08-08)
- Ensure to only download the best match
- Update dependencies
v1.0.0-beta3 (2021-01-10)
- auto priority
- Default priority set to auto
v1.0.0-beta2 (2021-01-07)
Initial release