Commit Graph

7 Commits

Author SHA1 Message Date
Bauke 596487a835
Add session-based history for queued items. 2021-09-02 15:59:18 +02:00
Bauke 64cc7a6ed9
Big and ugly commit to clean a bunch of stuff up. 2021-09-02 15:34:32 +02:00
David Welch a668da05a1 Increase the maximum number of URLs queued.
The number of URLs queued is restricted to ~60 because the queue is stored as a single item and is therefore is restricted to 8k.
Instead store each URLs as a separate item with a name 'qi'+number and gather them into a single array when loading/storing.
2020-11-25 19:38:18 +00:00
Bauke 93a665dc63
Add some text to the version number when Queue is updated. 2020-11-14 18:24:20 +01:00
Bauke 0f115971c6
Fix dates not being initialized when retrieved from storage. 2020-11-11 18:47:21 +01:00
Bauke 5798eefb72
Add the AMO ID and use sync storage instead of local. 2020-11-11 18:34:59 +01:00
Bauke badcdb39c7
Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00