We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bb5cc commit a367684Copy full SHA for a367684
README.md
@@ -185,6 +185,7 @@ Release Notes
185
- Minor versions:
186
- 1.60.1: fix [#2642](https://github.com/philc/vimium/issues/2642).
187
- 1.60.2: revert previous fix for HiDPI screens. This was breaking link-hint positioning for some users.
188
+ - 1.60.3: [fix](https://github.com/philc/vimium/pull/2649) link-hint positioning.
189
190
1.59 (2017-04-07)
191
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 2,
3
"name": "Vimium",
4
- "version": "1.60.2",
+ "version": "1.60.3",
5
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
6
"icons": { "16": "icons/icon16.png",
7
"48": "icons/icon48.png",
0 commit comments