Commit Graph

63 Commits

Author SHA1 Message Date
Bauke f54b3d6712
Update dependency names. 2022-10-03 18:44:28 +02:00
Bauke 526642158c
Format code. 2022-09-28 19:21:33 +02:00
Bauke 13542fe219
Update dependencies, fix issues. 2022-09-27 12:49:00 +02:00
Bauke 2f08cc8e26
Rewrite readme. 2022-09-27 12:21:53 +02:00
Bauke 639d2b4462
Version 0.2.6. 2022-03-24 15:02:25 +01:00
Bauke 88a1066081
Replace separated manifests with createManifest function. 2022-03-24 14:56:42 +01:00
Bauke 46bacf20f4
Disable minification correctly. 🤦 2022-03-24 10:22:32 +01:00
Bauke 6f6c2937d8
Adjust installation section. 2022-03-23 13:24:22 +01:00
Bauke f582543a30
Add badges for Chrome and Microsoft stores. 2022-03-22 10:34:24 +01:00
Bauke 4eb9e911be
Rename screenshots folder to images. 2022-03-21 13:52:43 +01:00
Bauke c9627fed24
Version 0.2.5. 2022-03-21 10:44:18 +01:00
Bauke 4b9a890861
Move ifs to the bottom. 2022-03-21 10:43:24 +01:00
Bauke 1abab7f635
Fix context menus not being initialized in Firefox. 2022-03-21 10:42:39 +01:00
Bauke 587f049e08
Version 0.2.4. 2022-03-21 01:49:36 +01:00
Bauke f43dee71ec
Move contextMenus.onClicked listener to initialize. 2022-03-21 01:48:26 +01:00
Bauke 6fc61d476c
Version 0.2.3. 2022-03-20 22:18:37 +01:00
Bauke c89156fe88
(De)serialize local history items the same as settings. 2022-03-20 22:06:11 +01:00
Bauke 0aa26aa809
Move the version number into Vite config. 2022-03-20 21:52:53 +01:00
Bauke 163f838ffc
Adjust usage details for missing Chromium functionality. 2022-03-20 19:59:00 +01:00
Bauke bdb06a1b15
Add context menus to action button in Chromium. 2022-03-20 19:43:44 +01:00
Bauke dcf395f01d
Make the background script/service worker Chromium compatible. 2022-03-20 19:39:46 +01:00
Bauke ded38c7bf7
Make contextMenus usage Chromium compatible. 2022-03-20 19:24:45 +01:00
Bauke 8d99e8200b
Make updateBadge Chromium compatible. 2022-03-20 19:23:59 +01:00
Bauke bf8712dbf6
Fix dates not being serialized properly in Chromium. 2022-03-20 19:21:52 +01:00
Bauke 62f2188070
Add build support for Chromium with Manifest V3. 2022-03-20 19:02:37 +01:00
Bauke e18714c9f2
Add a link to the wiki. 2022-03-20 14:18:30 +01:00
Bauke e6d1834a42
Version 0.2.2. 2022-03-17 15:55:02 +01:00
Bauke bb9680c19b
Make the icon slightly bigger. 2022-03-17 15:17:04 +01:00
Bauke 3a5f4f7027
Make summary text bold. 2022-03-17 15:13:34 +01:00
Bauke 21e29bf655
Remove $schema from extension manifest. 2022-03-17 14:20:48 +01:00
Bauke c25e390f68
Replace Link with @holllo/gram's PrivacyLink. 2022-03-17 14:11:06 +01:00
Bauke 5c9d6668b3
Replace custom ConfirmButton. 2022-03-17 14:06:27 +01:00
Bauke 7312aa1039
Add the @holllo/gram package. 2022-03-17 14:03:35 +01:00
Bauke 11bb3c695c
Disable Vite's minification. 2022-03-17 14:03:08 +01:00
Bauke f4d0009f73
Update the badge when opening next link in new tab. 2022-03-17 13:43:01 +01:00
Bauke adab28447d
Update the badge on start up. 2022-03-16 11:20:29 +01:00
Bauke 1489da6101
Version 0.2.1. 2022-03-15 11:48:56 +01:00
Bauke e0fd79f81f
Add a favicon to the options page. 2022-03-15 00:10:24 +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 d20a98c0a4
Add some utilities to the options page to dump the settings and backup data. 2020-11-26 18:31:13 +01:00
Bauke f00b4161c3
Add a system to create migrations for existing storage. 2020-11-26 18:21:00 +01:00
Bauke e4e52ae5f7
Merge pull request #2 from davidwelch158/main
Increase the maximum number of URLs queued.
2020-11-26 15:32:27 +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 792bd26d4f
Use the tab title when adding from tab menu. 2020-11-20 19:02:15 +01:00
Bauke 4aef9cae6e
Fix the clone and install script. 2020-11-20 15:01:33 +01:00
Bauke 6f88a5f8b8
Add a bunch of stuff to the Readme. 2020-11-20 14:58:32 +01:00