Skip to content

Commit e25bbe6

Browse files
committed
Bump version to 1.67, and update CHANGELOG
1 parent 2cf0b29 commit e25bbe6

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
(unreleased)
2-
3-
- Converted the code base from coffeescript to Javascript, to allow more developers to work on Vimium. This
4-
has likely introduced small bugs, so if you see one, please file them
5-
[here](https://github.com/philc/vimium/issues).
1+
1.67 (2021-07-09)
2+
3+
- Dark mode: Vimium's UI (URL bar, help dialog, option page, etc.) are dark if the browser is configured for
4+
dark mode. Vimium's dark mode is also compatible when using the popular
5+
[DarkReader extension](https://github.com/darkreader/darkreader).
6+
- Convert the code base from Coffeescript to Javascript, to simplify the dev experience and allow more
7+
developers to work on Vimium.
8+
- Make search mode work in newer versions of Firefox (#3801)
9+
- Make buttons on the Vimium options page work again in newer versions of Firefox (#3624)
10+
- Allow Vimium to work in LibreWolf (a Firefox fork)
11+
- Fixes to visual mode (#3568, #3779)
612

713
1.66 (2020-03-02)
814

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.66",
4+
"version": "1.67",
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)