diff options
| author | Stephen Blott | 2018-08-30 14:08:31 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2018-08-30 14:08:31 +0100 | 
| commit | 12ab37b8bc78996443d142d8ef28ee47f725716c (patch) | |
| tree | cecbadc6c9ac6a5111a8550e0ba09c8ea2217801 | |
| parent | 95bb1d278ad976e5fce0441d9e452762aaaf0a74 (diff) | |
| download | vimium-12ab37b8bc78996443d142d8ef28ee47f725716c.tar.bz2 | |
Bump version to 1.64.v1.64
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 3 insertions, 2 deletions
| @@ -169,7 +169,8 @@ PRs are welcome.  Release Notes  ------------- -In `master` (not yet released) +1.64 (2018-08-30) +  - Custom search engines can now be `javascript:` URLs (eg., search the current [site](https://github.com/philc/vimium/issues/2956#issuecomment-366509915)).  - You can now using local marks to mark a hash/anchor.  This is particularly useful for marking labels on GMail. diff --git a/manifest.json b/manifest.json index 48d8f625..71b8262f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.63.8", +  "version": "1.64",    "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", | 
