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

Commit 8f2852f

Browse files
committed
1.8.5 release
1 parent ffa7ae3 commit 8f2852f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Below is a list of all significant changes done to KeyActionBinder. Versions with links are assumed to be stable versions, and are [tagged in Git](https://github.com/zeh/key-action-binder/releases).
44

5-
* 2014-02-22 - 1.8.5 - Added an option to maintain the "player" seat based on controller id (`maintainPlayerPositions`)
5+
* 2014-02-22 - [1.8.5](http://github.com/zeh/key-action-binder/releases/tag/1.8.5) - Added an option to maintain the "player" seat based on controller id (`maintainPlayerPositions`)
66
* 2014-02-16 - 1.7.5 - Added support for device detection via signals (onDevicesChanged) and device info getters (getNumDevices(), getDeviceAt(), and getDeviceTypeAt())
77
* 2014-02-16 - 1.6.5 - Removed distinction between "sensitive" and normal controls; everything is a sensitive control
88
* 2014-02-16 - [1.5.5](http://github.com/zeh/key-action-binder/releases/tag/1.5.5) - When a device is not recognized, just fail with a trace() message rather than crash

src/com/zehfernando/input/binding/KeyActionBinder.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package com.zehfernando.input.binding {
2222
// More info: https://github.com/zeh/key-action-binder
2323

2424
// Constants
25-
public static const VERSION:String = "1.7.5";
25+
public static const VERSION:String = "1.8.5";
2626

2727
[Embed(source = "controllers.json", mimeType='application/octet-stream')]
2828
private static const JSON_CONTROLLERS:Class;

0 commit comments

Comments
 (0)