aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.yml
blob: 743fff5616e11b4a8b96296477f1aacf6f3e8369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.