diff --git a/NEWS b/NEWS index 1c0e1f2..65bfdbe 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/TODO b/TODO index 7d14184..366adc4 100644 --- a/TODO +++ b/TODO @@ -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)