Browse Source

Final tweak of release notes.

Tobias Hieta 9 years ago
parent
commit
b7a7622c70
1 changed files with 21 additions and 18 deletions
  1. 21 18
      release-notes/1.0.1.txt

+ 21 - 18
release-notes/1.0.1.txt

@@ -1,22 +1,25 @@
 NEW:
-  * New setting to completely disable mouse input
-  * PageUp / PageDown is now bound to actions that let you advance to the next epsiode in the pre-play screen
-  * Linux build instructions thanks to Chris Lee
-  * New Library icons and style
+  - New setting to completely disable mouse input
+  - PageUp / PageDown is now bound to actions that let you advance to the next epsiode in the pre-play screen
+  - Linux build instructions thanks to Chris Lee
+  - New Library icons and style
+  - Xbox Controller support on Windows thanks to Cory Parsons
+  - InputSDL (controllers) now react on button down instead of button up,
+    which makes them more responsive thanks to Cory Parsons
 
 FIXES:
-  * Windows binary rename to x86_64 to reflect reality
-  * Windows installer now installs to C:\Program Files by default
-  * Windows installer will warn when trying to install on Windows versions older than windows 7.
-  * Debug overlay now have safe overscan margins
-  * Failed to start web server is no longer treated as a fatal error
-  * Remove misleading channel count from passthrough audio on debug overlay
-  * Remove channel selection from "Optical" device type (it's limited to stereo or AC3/DTS passthrough)
-  * Fix freeze with optical audio out
-  * Disable hardware decoding by default (creates problems on some GPUs)
-  * Use exclusive audio setting on OSX by default (related to the USB audio problem, if you want multichannel
+  - Windows binary rename to x86_64 to reflect reality
+  - Windows installer now installs to C:\Program Files by default
+  - Windows installer will warn when trying to install on Windows versions older than windows 7.
+  - Debug overlay now have safe overscan margins
+  - Failed to start web server is no longer treated as a fatal error
+  - Remove misleading channel count from passthrough audio on debug overlay
+  - Remove channel selection from "Optical" device type (it's limited to stereo or AC3/DTS passthrough)
+  - Fix freeze with optical audio out
+  - Disable hardware decoding by default (creates problems on some GPUs)
+  - Use exclusive audio setting on OSX by default (related to the USB audio problem, if you want multichannel
     PCM on any device on OSX, you need to reset settings or enable exclusive mode under advanced).
-  * Experimental better alt+tab handling on windows.
-  * Fixed issue where the remote controllers might not find PMP
-  * Fixed issue with playback on some channels
-  * Raspberry fixes for 10bit and high h264 level video content
+  - Experimental better alt+tab handling on windows.
+  - Fixed issue where the remote controllers might not find PMP
+  - Fixed issue with playback on some channels
+  - Raspberry fixes for 10bit and high h264 level video content