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

Commit 95748b2

Browse files
committed
Version bump to 1.2.4 and updated release notes.
1 parent c92f8bd commit 95748b2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ 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.3
7+
- Version: 1.2.4
88
- Date: 2016-03-21
99
- Official site: <https://github.com/Lord-Kamina/keybinder>
1010

1111
## Changes
12+
#### Version 1.2.4
13+
14+
* Bug Fixes
15+
- Some refactoring and simplification of the code that manages listeners and opening new windows to fix the script becoming stumped if Firefox was left open but without any windows.
16+
1217
#### Version 1.2.3
1318

1419
* Bug Fixes

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

0 commit comments

Comments
 (0)