From aa225538eda171c218c9e7a8755345450642023e Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Tue, 8 Sep 2026 14:37:54 +0200 Subject: [PATCH] release 1.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Release 1.25.1 / 2026-09-08 - New features - `:tabmove [amount] [index]` added for use primarily in ex-mode binds ([#5045](https://github.com/tridactyl/tridactyl/issues/5045)) - Bug fixes - `:mode [custom]` now works again ([#5518](https://github.com/tridactyl/tridactyl/issues/5518)) - `:mkt` is now noisier about paths and failure - `:set logging.` works again ([#5513](https://github.com/tridactyl/tridactyl/issues/5513)) - `searchurls` can now have `%s` in their subdomains ([#5523](https://github.com/tridactyl/tridactyl/issues/5523)) - Miscellaneous - noreply email addresses are henceforth banned from commits ([#5517](https://github.com/tridactyl/tridactyl/issues/5517)) - flag documentation formalised to preserve metadata for eventual reuse ([#5511](https://github.com/tridactyl/tridactyl/issues/5511)) Thanks to all of our contributors for this release: Oliver Blanthorn, Robert Hill, dependabot[bot] and Marc González Moratona. Extra special thanks go to Marc González Moratona and Robert Hill who both contributed for the first time. Last, but not least - thank you to everyone who reported the issues we closed in this release: bovine3dom, pennae, stevium, syntaxenjoyer and veivataan. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c726d94..8c862af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Tridactyl changelog -# Release 1.25.1 / Unreleased +# Release 1.25.1 / 2026-09-08 - New features