aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.yml
diff options
context:
space:
mode:
authorDominik Pich2013-03-17 13:33:20 +0100
committerDominik Pich2013-03-17 13:33:20 +0100
commitd4ffd217288cfc0d2798b3df67ab20bc867a7f7e (patch)
treeab40c6fb784fbe578713381ea5cf1159934a9c34 /changelog.yml
parent77d2a9f99a289d247c5a8561879489c8f8162055 (diff)
downloadDDHidLib-d4ffd217288cfc0d2798b3df67ab20bc867a7f7e.tar.bz2
DDHIDLib 1.1.1
Diffstat (limited to 'changelog.yml')
-rw-r--r--changelog.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/changelog.yml b/changelog.yml
new file mode 100644
index 0000000..743fff5
--- /dev/null
+++ b/changelog.yml
@@ -0,0 +1,24 @@
+- version: "1.1"
+ date: 2008-04-22
+ changes:
+ - Added logical joysticks for devices with multiple top-level elements.
+ Should allow devices like PS/2 to USB converters to work better.
+ - Change joystick normalized values to +/- 65536.
+ - Update Apple Remote codes for Leopard.
+ - Improved keyboard barcode scanning for certain devices.
+ - Added internal debugging code to help detect memory leaks.
+
+- version: "1.0.1"
+ date: 2007-04-03
+ changes:
+ - "Replace deprecated stringWithCString: with stringWithUTF8String:."
+ - Make DDHidKeyboard.h public so it gets copied to the framework.
+ - Plugged some memory leaks.
+ - Added a class for barcode scanners, thanks to Lucas Newman of Delicious
+ Monster.
+ - Add support for point of view hat switches on joysticks.
+
+- version: "1.0"
+ date: 2007-03-19
+ changes:
+ - Initial release.