Commit Graph

19 Commits

Author SHA1 Message Date
Bauke 13542fe219
Update dependencies, fix issues. 2022-09-27 12:49:00 +02:00
Bauke c89156fe88
(De)serialize local history items the same as settings. 2022-03-20 22:06:11 +01:00
Bauke 8d99e8200b
Make updateBadge Chromium compatible. 2022-03-20 19:23:59 +01:00
Bauke ffb19a6d96
Simplify opening the next queued link by using tabs.update().
Previously we would use messaging to open the next link with either
a loaded content script in the current tab or a new tab if the tab
can't load a content script. This makes it simpler and also has the
added benefit of no longer requiring the permission to access
all websites.
2022-03-14 23:59:39 +01:00
Bauke f7c66feb76
Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
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
Bauke a67d78c099
Fix migrations not upgrading the existing data consecutively. 2020-11-30 14:40:23 +01:00
Bauke f00b4161c3
Add a system to create migrations for existing storage. 2020-11-26 18:21:00 +01: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 ec9f64e1d3
Add a link to Liberapay. 2020-11-16 22:46:01 +01:00
Bauke e1cbcc8d9b
Add a menu item to open the options page. 2020-11-16 22:38:44 +01:00
Bauke b2d92796a9
Add a menu item to open the next link in a new tab. 2020-11-16 22:28:31 +01:00
Bauke 93a665dc63
Add some text to the version number when Queue is updated. 2020-11-14 18:24:20 +01:00
Bauke fe9509cec0
Allow tabs to be right-clicked and added to queue. 2020-11-14 14:12:49 +01:00
Bauke 6ce6b9ba28
Add a badge to the extension icon that shows the number of items saved. 2020-11-12 22:42:21 +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