Commit Graph

  • ffb19a6d96
    Simplify opening the next queued link by using tabs.update(). Bauke 2022-03-14 23:58:05 +0100
  • f7c66feb76
    Version 0.2.0, fix all the things. 0.2.0 Bauke 2022-03-05 14:10:45 +0100
  • 596487a835
    Add session-based history for queued items. 0.1.9 Bauke 2021-09-02 15:59:18 +0200
  • 64cc7a6ed9
    Big and ugly commit to clean a bunch of stuff up. Bauke 2021-09-01 12:46:29 +0200
  • a67d78c099
    Fix migrations not upgrading the existing data consecutively. 0.1.8 Bauke 2020-11-30 14:40:23 +0100
  • d20a98c0a4
    Add some utilities to the options page to dump the settings and backup data. 0.1.7 Bauke 2020-11-26 18:31:13 +0100
  • f00b4161c3
    Add a system to create migrations for existing storage. Bauke 2020-11-26 18:21:00 +0100
  • e4e52ae5f7
    Merge pull request #2 from davidwelch158/main Bauke 2020-11-26 15:32:27 +0100
  • 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. David Welch 2020-11-25 19:38:18 +0000
  • 792bd26d4f
    Use the tab title when adding from tab menu. 0.1.6 Bauke 2020-11-20 18:55:20 +0100
  • 4aef9cae6e
    Fix the clone and install script. Bauke 2020-11-20 15:01:33 +0100
  • 6f88a5f8b8
    Add a bunch of stuff to the Readme. Bauke 2020-11-20 14:58:32 +0100
  • 5966de4307
    Update dependencies. Bauke 2020-11-20 03:40:43 +0100
  • ec9f64e1d3
    Add a link to Liberapay. 0.1.5 Bauke 2020-11-16 22:46:01 +0100
  • e1cbcc8d9b
    Add a menu item to open the options page. Bauke 2020-11-16 22:38:44 +0100
  • b2d92796a9
    Add a menu item to open the next link in a new tab. Bauke 2020-11-16 22:28:31 +0100
  • 13cd59bbe0
    If the next link can't be opened in the current tab, create a new one for it instead. Bauke 2020-11-16 22:17:56 +0100
  • 93a665dc63
    Add some text to the version number when Queue is updated. 0.1.4 Bauke 2020-11-14 18:24:20 +0100
  • a651cd1138
    Use the Love Dark variable instead. Bauke 2020-11-14 18:21:17 +0100
  • fe9509cec0
    Allow tabs to be right-clicked and added to queue. Bauke 2020-11-14 14:12:49 +0100
  • 6ce6b9ba28
    Add a badge to the extension icon that shows the number of items saved. 0.1.3 Bauke 2020-11-12 22:42:21 +0100
  • 182d7afaf2
    Fix delete item button alignment. 0.1.2 Bauke 2020-11-11 19:10:30 +0100
  • 0f115971c6
    Fix dates not being initialized when retrieved from storage. Bauke 2020-11-11 18:47:21 +0100
  • 5798eefb72
    Add the AMO ID and use sync storage instead of local. 0.1.1 Bauke 2020-11-11 18:34:59 +0100
  • badcdb39c7
    Initial 0.1.0 commit! 🎉 0.1.0 Bauke 2020-11-11 18:17:37 +0100