Skip to content

Commit 528a2bd

Browse files
committed
Bump version to v1.66
1 parent 415f250 commit 528a2bd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.66 (2020-03-02)
2+
3+
- Show tabs in the Vomnibar bar search results ('o') ([#2656](https://github.com/philc/vimium/pull/2656))
4+
- Add commands to hover or focus a link ([#3097](https://github.com/philc/vimium/pull/3097))
5+
- Allow shift as a modifier for keybindings (e.g. `<s-left>`) ([#2388](https://github.com/philc/vimium/pull/2388))
6+
- Fix some issues with link hints [(#3499](https://github.com/philc/vimium/pull/3499),
7+
[#3505](https://github.com/philc/vimium/pull/3505), [#3509](https://github.com/philc/vimium/pull/3509))
8+
- Other fixes.
9+
110
1.65.2 (2020-02-10)
211

312
- No code changes; trying to debug a permissions issue as shown in the chrome store ([#3489](https://github.com/philc/vimium/issues/3489)).

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Vimium",
4-
"version": "1.65.2",
4+
"version": "1.66",
55
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
66
"icons": { "16": "icons/icon16.png",
77
"48": "icons/icon48.png",

0 commit comments

Comments
 (0)