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

Commit fc3ae65

Browse files
committed
Version bump to 1.2.6 and updated release notes.
1 parent 21064b3 commit fc3ae65

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ This Firefox add-on allows the user to customize various shortcuts, as well as c
44
It is based (and a large part of the code) was originally written by Tim Taubert for the "Customizable Shortcuts" add-on that can be found here: https://addons.mozilla.org/en-US/firefox/addon/customizable-shortcuts/
55
After much work and, at one point trying to contribute to the original project but being unable to reconcile all the changes I made with the original author, I decided to release my own branch of the extension.
66

7-
- Version: 1.2.51
8-
- Date: 2016-03-27
7+
- Version: 1.2.6
8+
- Date: 2016-03-28
99
- Official site: <https://github.com/Lord-Kamina/keybinder>
1010

1111
## Changes
12-
#### Version 1.2.51
12+
#### Version 1.2.6
1313

1414
* Bug Fixes
1515
- Changed problematic "exports" syntax.
1616
- Small cleanups and removed some deprecated function calls.
1717
- Fixed Application Icon.
18+
- Fixed regression that caused an error on Windows.
1819

1920
* Changes/Additions
2021
- Textbox on URL Patterns dialog now selected by default.

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": "1.2.51",
6+
"version": "1.2.6",
77
"title": "Keybinder",
88
99
"main": "lib/main",

0 commit comments

Comments
 (0)