diff options
| -rw-r--r-- | README.md | 18 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 13 insertions, 7 deletions
| @@ -168,13 +168,19 @@ PRs are welcome.  Release Notes  ------------- -Changes in git (not yet released) +1.60 (2017-09-14) -- Added a new option to ignore keyboard layout; this might be useful for users of non-Latin keyboards. -- Firefox support.  This is a work in progress; please report any issues [here](https://github.com/philc/vimium/issues?q=is%3Aopen+sort%3Aupdated-desc). -- Reworked key handling; please report any new key-handling bugs [here](https://github.com/philc/vimium/issues?q=is%3Aopen+sort%3Aupdated-desc). -- Fixed search completion for Firefox (released as 1.59.1, Firefox only). -- Fixed issue affecting hint placement when the display is zoomed. +- Features: +    - There's a new (advanced) option to ignore the keyboard layout; this can +      be helpful for users of non-Latin keyboards. +    - Firefox support.  This is a work in progress; please report any issues +      [here](https://github.com/philc/vimium/issues?q=is%3Aopen+sort%3Aupdated-desc); +      see the [add +      on](https://addons.mozilla.org/en-GB/firefox/addon/vimium-ff/). + +- Bug fixes: +    - Fixed issue affecting hint placement when the display is zoomed. +    - Fixed search completion for Firefox (released as 1.59.1, Firefox only).  1.59 (2017-04-07) diff --git a/manifest.json b/manifest.json index c8a847c3..34b62ea0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.59.2", +  "version": "1.60",    "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", | 
