diff options
| author | Stephen Blott | 2016-10-01 10:29:04 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-10-01 10:29:04 +0100 |
| commit | 4d58c8a9324475f41986e84cd0fac19f05c5dd6d (patch) | |
| tree | 0f01a1c6872bc564eb0f0ac39811b21fad581968 | |
| parent | c39ba088359a0572c9f5b7267ba4f638a209a114 (diff) | |
| download | vimium-4d58c8a9324475f41986e84cd0fac19f05c5dd6d.tar.bz2 | |
| -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", |
