TODO and NEWS update

This commit is contained in:
Ingo Ruhnke 2011-01-27 17:47:47 +01:00
parent 27a1a29d4c
commit b2709086fb
2 changed files with 7 additions and 9 deletions

4
NEWS
View file

@ -1,4 +1,4 @@
xboxdrv 0.7.0 - (??/Jan/2011)
xboxdrv 0.7.0 - (28/Jan/2011)
=============================
* switched to libusb-1.0
@ -10,7 +10,7 @@ xboxdrv 0.7.0 - (??/Jan/2011)
* fixed double Ctrl-c issue
* added --modifier MODIFIER,...
* configuration toggle button now works with modifiers too
* renamed --ui-new to --next
* renamed --ui-new to --next-config
* renamed --ui-toggle to --toggle
* fixed incorrect endpoint detection for Xbox1 controller
* native Playstation 3 USB controller support

12
TODO
View file

@ -42,18 +42,11 @@ $ dput my-ppa ../xboxdrv_0.7.0-1~lucid1_source.changes
Stuff to do before 0.7.0 release:
=================================
Daemon Related Stuff
====================
* cleanup device_id, don't manually do (slot<<16) | devid
List Output
===========
* update docu on force feedback for multi controller
* rename --list-key to --help-key? -> yep
* turn EnumBox into singleton
* Keysym2Keycode is currently always constructed at startup, even when
@ -62,6 +55,11 @@ List Output
Stuff to do before 0.7.1 release:
=================================
* allow --modifier help, --ui-buttonmap X2^help
* cleanup device_id, don't manually do (slot<<16) | devid (only an
issue in force feedback code)
* figure out a good place to set the LEDs off when Xboxdrv is quit,
just doing it in the destructor causes trouble, as the usbdev might
be no longer usable (when controller got unplugged)