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

Commit fc9dd37

Browse files
committed
Version bump and release notes update.
1 parent 308ed75 commit fc9dd37

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,24 @@ 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.60
8-
- Date: 2016-03-28
7+
This extension supports localization, if you are fluent in a language other than English or Spanish, you can help at <https://www.babelzilla.org/index.php?option=com_wts&Itemid=88&type=lang&extension=5755>,
8+
No coding knowledge required.
9+
10+
- Version: 1.3.0
11+
- Date: 2016-04-11
912
- Official site: <https://github.com/Lord-Kamina/keybinder>
1013

1114
## Changes
15+
#### Version 1.3.0
16+
17+
* Bug Fixes
18+
- Small cleanups and removed some deprecated function calls.
19+
- Fixed a bug caused by modifying and using shortcuts defined only by a menuitem (Copy, Cut, Paste, etc.), these now work correctly.
20+
- Changed the way AltGraph is handled: In Linux, it's a distinct modifier. In Windows it's Control+Alt.
21+
22+
* Changes/Additions
23+
- Finally removed dependence on the deprecated window-utils API.
24+
1225
#### Version 1.2.60
1326

1427
* Bug Fixes
@@ -23,8 +36,6 @@ After much work and, at one point trying to contribute to the original project b
2336
- URL Pattern dialog will now close and save changes by pressing Ctrl(Cmd on Mac)+Enter.
2437
- e10s support. The extension now officially supports multi-process firefox.
2538

26-
27-
## Changes
2839
#### Version 1.2.41
2940

3041
* 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.60",
6+
"version": "1.3.0",
77
"title": "Keybinder",
88
99
"main": "lib/main",

0 commit comments

Comments
 (0)