diff --git a/CHANGELOG.md b/CHANGELOG.md index c1972970..b0c225b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Tridactyl changelog +## Release 1.10.1 / 2018-05-04 + +- Add tabcloseallto{right,left} bound to `gx0` and `gx$` +- Update tab page and other documentation to reflect new ignore mode binding +- Fix #474: you can open a handful of about:* pages without the native messenger again +- Improve feedback when native messenger is not correctly installed + ## Release 1.10.0 / 2018-05-03 - Native messenger (for OSX/Linux only, for now)! On Linux/OSXRun `:installnative` to install, then: diff --git a/src/manifest.json b/src/manifest.json index c0fe56cb..d45cd0ec 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Tridactyl", - "version": "1.10.0", + "version": "1.10.1", "icons": { "64": "static/logo/Tridactyl_64px.png", "100": "static/logo/Tridactyl_100px.png",