Create CHANGELOG.md

This commit is contained in:
Pierre-Loup A. Griffais 2018-08-24 17:35:19 -07:00 committed by GitHub
parent e7c4d12f8d
commit ee6a4771ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
## Available in Proton 3.7 Beta:
###### 3.7-4:
- Support python3 as well as python2. This removes the requirement for python2 to be installed.
- DXVK updated to v0.70, view that changelog here: https://github.com/doitsujin/dxvk/releases DXVK's DX10 support is not yet enabled.
- Fullscreen games should more consistently gain keyboard focus on Ubuntu with gnome-shell. This can also help with games that auto-minimize on launch.
- Some useful default logging can be enabled with PROTON_LOG=1 in the Steam game launch options. Logs will be dumped to $HOME/steam-$APPID.log. WINEDEBUG can still be set in user_settings.py for more extensive debugging.
- Debug scripts are no longer dumped to /tmp/ by default. They must now be enabled with PROTON_DUMP_DEBUG_COMMANDS=1 in the Steam game launch options. They have also been moved to /tmp/proton_$USER/.
- Controllers will hopefully no longer cause long delays on startup on some systems (winehq bug 45084).
## Available in Proton 3.7:
###### 3.7-3:
- Fixed missing 32-bit libraries
###### 3.7-2:
- Fixed debug DXVK
###### 3.7-1:
- Initial release