Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 9a01c42

Browse files
committed
Update release notes and version bump.
1 parent d3b27e2 commit 9a01c42

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

data/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This extension supports localization, if you are fluent in a language other than
1010
No coding knowledge required.
1111

1212
## Current Version
13-
- Version: 2.0.4
14-
- Date: 2016-12-21
13+
- Version: 2.0.5
14+
- Date: 2017-04-13
1515
- Official Releases @ AMO: <https://addons.mozilla.org/en-US/firefox/addon/keybinder>
1616
- Support site: <https://github.com/Lord-Kamina/keybinder>
1717

@@ -20,13 +20,23 @@ No coding knowledge required.
2020

2121
## TO DO
2222
+ Port the bug-78414 workaround to MutationObserver.
23-
+ Add missing strings to existing localizations.
2423
+ Various Localizations
2524

2625
# Release Notes
2726

27+
# SORRY GUYS, BUT I'M AFRAID THIS IS THE END OF THE LINE.
28+
I wanted to release a last update to address a couple bugs, and mkz's locale but I'm afraid this will be the last update to Keybinder. Mozilla's self-destruct course wth Firefox (coupled with not even having adopted all WebExtensions APIs yet) makes this addon impossible to maintain (and sadly, soon to cease working at all). Already many commands will not work (especially new ones) as XUL is being deprecated, and XUL keysets was the foundation this add-on relied on. I'm probably going to move to Vivaldi or something, I guess. Way to go, Mozilla.
29+
2830
[[toc]]
2931

32+
## [2.0.5] - 2017-04-13
33+
+ ### Added
34+
+ ro-RO Localization, by mkz over at Babelzilla
35+
+ ### Changed
36+
+ The Extension now checks whether tab previews are enabled before adding the next-tab and prev-tab commands.
37+
+ ### Fixed
38+
+ Made sure content workers were properly removed.
39+
3040
## [2.0.4] - 2016-12-21
3141
+ ### Changed
3242
+ Shortcuts and Custom XUL windows can now be resized.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MPL 2.0",
44
"author": "Gregorio Litenstein <[email protected]>",
55
"homepage": "https://github.com/Lord-Kamina/keybinder",
6-
"version": "2.0.4",
6+
"version": "2.0.5",
77
"title": "Keybinder",
88
99
"icon": {

0 commit comments

Comments
 (0)