diff options
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -159,12 +159,15 @@ Please see [CONTRIBUTING.md](https://github.com/philc/vimium/blob/master/CONTRIB Release Notes ------------- +<!-- Changes since the previous release (not in the Chrome Store version) +--> + +1.57 (2016-10-01) - New commands: - `toggleMuteTab` - mute or unmute the current tab (default binding - `<a-m>`), see also [advanced - usage](https://github.com/philc/vimium/wiki/Tips-and-Tricks#muting-tabs). + `<a-m>`), see also [advanced usage](https://github.com/philc/vimium/wiki/Tips-and-Tricks#muting-tabs). - Other new features: - You can now map `<backspace>` to a Vimium command (e.g. `map <backspace> goBack`). - For link hints, when one hint marker is covered by another, `<Space>` now diff --git a/manifest.json b/manifest.json index 1409b272..d95ca9f6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.56", + "version": "1.57", "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", |
