Files
apple2ix/changelog.yml
Aaron Culliney 7d64531b89 Squashed 'Apple2Mac/DDHidLib/' content from commit e6a9848
git-subtree-dir: Apple2Mac/DDHidLib
git-subtree-split: e6a9848859fc84e689afb85799658f4980651106
2014-11-09 17:08:23 -08:00

25 lines
874 B
YAML

- 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.