diff options
| author | Stephen Blott | 2017-12-15 10:26:01 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2017-12-15 10:26:01 +0000 | 
| commit | 2a2eff708e3880c5d3e29abfff3f2c863e3467e5 (patch) | |
| tree | 6596649eeeebe9e7250e085a4bcbbc56f66c0842 | |
| parent | 8db85ce1c8c5f959981730a58ba351b3e49b0db2 (diff) | |
| download | vimium-2a2eff708e3880c5d3e29abfff3f2c863e3467e5.tar.bz2 | |
Bump to 1.62.5.
After merging #2870 and #2871.
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 6 insertions, 1 deletions
| @@ -169,6 +169,11 @@ PRs are welcome.  Release Notes  ------------- +Not yet released + +- Better detection of click listeners for link hints. +- Display version number in page popup. +  1.62 (2017-12-09)  - Backup and restore Vimium options (see the very bottom of the options page, below *Advanced Options*). diff --git a/manifest.json b/manifest.json index fc94482b..99333549 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.62.4", +  "version": "1.62.5",    "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", | 
