Skip to content

Commit

Permalink
Bump version to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philc committed Apr 4, 2024
1 parent 4fd42ad commit 665d267
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.1.2 (2024-04-03)

- Better fix for Vomnibar doesn't always list tabs by recency.
([#4368](https://github.com/philc/vimium/issues/4368))
- Add a workaround to make link hints work on Github Enterprise.
([#4446](https://github.com/philc/vimium/issues/4446))
- Fix position=end is ignored in createTab command
([#4450](https://github.com/philc/vimium/issues/4450))

2.1.1 (2024-03-29)

- Fix exclusion rule popup not working. ([#4447](https://github.com/philc/vimium/issues/4447))
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Vimium",
"version": "2.1.1",
"version": "2.1.2",
"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", "128": "icons/icon128.png" },
"minimum_chrome_version": "105.0",
Expand Down

0 comments on commit 665d267

Please sign in to comment.