Skip to content

Commit 665d267

Browse files
committed
Bump version to v2.1.2
1 parent 4fd42ad commit 665d267

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+
2.1.2 (2024-04-03)
2+
3+
- Better fix for Vomnibar doesn't always list tabs by recency.
4+
([#4368](https://github.com/philc/vimium/issues/4368))
5+
- Add a workaround to make link hints work on Github Enterprise.
6+
([#4446](https://github.com/philc/vimium/issues/4446))
7+
- Fix position=end is ignored in createTab command
8+
([#4450](https://github.com/philc/vimium/issues/4450))
9+
110
2.1.1 (2024-03-29)
211

312
- Fix exclusion rule popup not working. ([#4447](https://github.com/philc/vimium/issues/4447))

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Vimium",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
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", "48": "icons/icon48.png", "128": "icons/icon128.png" },
77
"minimum_chrome_version": "105.0",

0 commit comments

Comments
 (0)