about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-12-15 22:43:41 +0100
committeraszlig <aszlig@nix.build>2022-12-15 22:57:18 +0100
commit9d6a27b3b797aff9992327c814163f718aaa0b05 (patch)
tree6058c935b5d86eb59a0ce9947939fc187e679193
parent7dad4c893e18f703a2a6e8fb94a7a09fd193f37e (diff)
pkgs/firefox: Update Tridactyl to version 1.23.0
New features:

  * :back and :forward tab completions with tree style history
  * Local and global marks added. m[a-zA-Z] to add a mark, lowercase
    makes a local mark (unique to that page), uppercase makes a global
    mark. Global marks are preserved between browser restarts. Press
    backtick followed by a key to go to a mark. See the eighth page of
    the :tutor for more information
  * :tgroup* functionality added for "tab groups" for showing/hiding
    groups of tabs and switching between them. See :help tgroupcreate
    and :help tgroupswitch for usage tips
  * Proxy support added with :proxyadd, :set proxy and :autocontain
    support
  * :tab completions now shows whether tabs are pinned (P), audible (A),
    muted (M), or discarded (D) and allows filtering by these
    characters. :set statusstylepretty true to display emojis instead
    (but always use the same characters for filtering)
  * If bookmarking the current URL, :bmark will now use the tab's title
    if one is not provided, even if a folder path is provided
  * :gobble mode now accepts key combinations as terminators rather than
    just counts of key presses to accept. This lays the groundwork for
    making Tridactyl friendlier to more keyboard layouts
  * :set jsurls.[keyword] added which work like searchurls but provide
    js functions whose return value is called by {,tab,win}open. See
    :help jsurls for more information
  * searchurls now support array slicing with %s[n:m]
  * :tabopen --focus-address-bar added to open a new tab and give focus
    to the address bar
  * {search,js}url now support aliases
  * :autocmd now lets you modify requestHeaders and responseHeaders, for
    example if you want to change your User-Agent
  * ex.insert_space command added to insert a space in the command line,
    bound to <C-Space> by default

Bug fixes:
  * visual mode will now exit erroneously less often
  * Hint mode will now open more links in new tabs when requested,
    rather than falling back to opening things in the current tab
  * :open should now work with bookmarklets
  * :find now searches from view and gains some new arguments to control
    its behaviour
  * :issue should now prefill its fields correctly
  * You can no longer attempt to save files to illegal filenames
  * Flickering when opening a new tab with dark mode enabled has been
    reduced
  * forced-color CSS support improved
  * :mktridactylrc doesn't make :seturls into global settings
  * :set tabsort mru now displays the current tab at the bottom

Miscellaneous:
  * More :bind --mode=browser bind slots added
  * We've added the arg argument parsing library so excmd arguments
    might become more consistent one day :)
  * Documentation of :allowautofocus and :unfocus improved
  * Documentation of :native for containerised (Snap, Flatpak, etc)
    installations of Firefox improved
  * Documentation for :autocmd improved
  * :bind [key] now returns a valid :bind command that you can edit
  * :get [setting] no longer returns an equals sign so it can be more
    easily changed into a :set
  * :tutor is now viewable directly on GitHub

Full upstream changelog with authors and issue numbers:

https://github.com/tridactyl/tridactyl/blob/5bf126699f37e1981458c5c27b78b41dfd140af1/CHANGELOG.md#release-1230--2022-11-28

Signed-off-by: aszlig <aszlig@nix.build>
-rw-r--r--pkgs/aszlig/firefox/addons.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/aszlig/firefox/addons.json b/pkgs/aszlig/firefox/addons.json
index 48684040..c7e9cc00 100644
--- a/pkgs/aszlig/firefox/addons.json
+++ b/pkgs/aszlig/firefox/addons.json
@@ -8,8 +8,8 @@
     "hash": "sha256:b30b14e9c4fa0c8d490d57e6b7d8afe6cc71e2f459b974b5c6fa2bfa32210294"
   },
   "tridactyl-vim": {
-    "url": "https://addons.mozilla.org/firefox/downloads/file/3926466/tridactyl_vim-1.22.1.xpi",
-    "hash": "sha256:ed0337dd67516142d1f02a77cab910c7cb95ca575ec1ee4b1f5cf8971918b0f6"
+    "url": "https://addons.mozilla.org/firefox/downloads/file/4036604/tridactyl_vim-1.23.0.xpi",
+    "hash": "sha256:08b7af97bef05300ab3ac3ad721322ff00505631233482568fc4489c16d51b71"
   },
   "multi-account-containers": {
     "url": "https://addons.mozilla.org/firefox/downloads/file/3932862/multi_account_containers-8.0.7.xpi",