aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.yml
diff options
context:
space:
mode:
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.