From e721f625c8871cc015e05fd77b8fe4065d4ec7c1 Mon Sep 17 00:00:00 2001 From: Colin Caine Date: Thu, 19 Apr 2018 11:22:33 +0100 Subject: [PATCH] release 1.9.3 --- doc/changelog.md | 7 +++++++ src/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/changelog.md b/doc/changelog.md index eba6baa8..b47aaff6 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,12 @@ # Tridactyl changelogs +## Release 1.9.3 + +- Fix unbind issues +- Add more default binds from Vimperator +- Change the `^` bind to `` (matches vim) +- :bmark now supports folders + ## Release 1.9.2 - Fix #392 (bug with keyseq) diff --git a/src/manifest.json b/src/manifest.json index 3260da8b..9db2fa4c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Tridactyl", - "version": "1.9.2", + "version": "1.9.3", "icons": { "64": "static/logo/Tridactyl_64px.png", "100": "static/logo/Tridactyl_100px.png",