Skip to content

Commit 9379767

Browse files
committed
Bump to v2.1.5
1 parent 969f9d0 commit 9379767

File tree

8 files changed

+1012
-1003
lines changed

8 files changed

+1012
-1003
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Keypress
22
========
3-
Version 2.1.4
3+
Version 2.1.5
44

55
Keypress is a robust keyboard input capturing Javascript utility
66
focused on input for games. For details and documentation, please
@@ -15,6 +15,10 @@ released under the Apache License, version 2.0
1515
**What's new**
1616
---------------
1717

18+
2.1.5
19+
20+
* Fixed a bug that would prevent unregistering meta combos by name rather than reference. Thanks to [bichotll](https://github.com/bichotll), [aubincleme](https://github.com/aubincleme), and [mhuebert](https://github.com/mhuebert) for help [spotting](https://github.com/dmauro/Keypress/issues/133) and [fixing](https://github.com/dmauro/Keypress/pull/141) the issue.
21+
1822
2.1.4
1923

2024
* Remove unexpected debugger

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Keypress",
3-
"main": "keypress-2.1.4.min.js",
3+
"main": "keypress-2.1.5.min.js",
44
"homepage": "https://github.com/dmauro/Keypress",
55
"authors": [
66
"David Mauro <email@dmauro.com>"

coffee-compiler.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
VERSION="2.1.4"
3-
YEAR="2016"
2+
VERSION="2.1.5"
3+
YEAR="2018"
44
cd "$( cd "$( dirname "$0" )" && pwd )"
55
coffee -c keypress.coffee
66
java -jar compiler.jar --js keypress.js --js_output_file keypress-$VERSION.min.js

keypress-2.1.4.min.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)