From 468faa2858bea95584ba8356e6fd1f2f0cd2cb13 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 14 Sep 2017 09:51:43 +0100 Subject: Bump version number to 1.60. --- README.md | 18 ++++++++++++------ manifest.json | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d4ec0859..c8e9178f 100644 --- a/README.md +++ b/README.md @@ -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", -- cgit v1.2.3