Updated NEWS
This commit is contained in:
parent
3bc44ee5dc
commit
7a00c3fef6
2 changed files with 18 additions and 3 deletions
17
NEWS
17
NEWS
|
@ -1,8 +1,21 @@
|
|||
xboxdrv 0.7.4 - (??/Mar/2011)
|
||||
xboxdrv 0.8.0 - (26/May/2011)
|
||||
=============================
|
||||
|
||||
* added --no-dbus option
|
||||
* added ABS/axis support to macros
|
||||
* added Street Fighter Fightpad support
|
||||
* added example config for Microsoft Ergonomic 4000 zoom wheel
|
||||
* added example config for Star Wars: Tie Fighter
|
||||
* added rel-repeat value of -1 for sending an event only once
|
||||
* added support for chatpad on bcdVersion 1.14 controller
|
||||
* added support for relative filenames for macros
|
||||
* fixed daemon mode
|
||||
* fixed deadzone filter issues with MIN:MAX:SMOOTH
|
||||
* meaning of --timeout 0 has changed
|
||||
* fixed endian issues in Xbox360 and Xbox360 wireless controller
|
||||
* fixed wireless controller not getting reset to neutral position on disconnected
|
||||
* changed the meaning of --timeout 0
|
||||
* removed boost::thread dependency
|
||||
* switched from threads to asynchronous USB handling and glib
|
||||
|
||||
|
||||
xboxdrv 0.7.3 - (16/Mar/2011)
|
||||
|
|
4
TODO
4
TODO
|
@ -3,7 +3,9 @@ Pre Release Testing:
|
|||
|
||||
* check the version number
|
||||
|
||||
* make sure that all changes are in git
|
||||
* update NEWS
|
||||
|
||||
* check git status
|
||||
|
||||
* remove log_tmp()
|
||||
|
||||
|
|
Loading…
Reference in a new issue