diff options
| author | Stephen Blott | 2017-10-27 09:29:20 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2017-10-27 09:29:20 +0100 | 
| commit | 9665f030fb339eb1dbe16d929e1b55e2537d8ac7 (patch) | |
| tree | dde2760862c2cbb96c75bd9c1ac9fa059bf66fec | |
| parent | 6f48cd04e7edcbc390c3253e9b95493249f4bb61 (diff) | |
| download | vimium-9665f030fb339eb1dbe16d929e1b55e2537d8ac7.tar.bz2 | |
Bump to 1.61v1.61
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 3 insertions, 2 deletions
| @@ -168,12 +168,13 @@ PRs are welcome.  Release Notes  ------------- -In `master` (not yet released) +1.61 (2017-10-27)  - For *filtered hints*, you can now now use alphabetical hint characters    instead of digits; use `<Shift>` for hint characters.  - With `map R reload hard`, the reload command now asks Chrome to bypass its cache.  - You can now map `<c-[>` to a command (in which case it will not be treated as `Escape`). +- Various bug fixes, particularly for Firefox.  1.60 (2017-09-14) diff --git a/manifest.json b/manifest.json index a9629530..659ca7ed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.60.4", +  "version": "1.61",    "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", | 
