Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2018-08-30 21:38:52 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2018-08-30 21:38:52 +0300
commit7ec30ff731d2302b33d3481067cfecbc37ea24ec (patch)
tree445b0358f6e0973f5d8484762b7936a97fbeae60
parent5c8fafec6c0126715ae950e739b62b2eea33c898 (diff)
Update CHANGELOGproton-3.7beta-20180830
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20c5ffff..f8a3cfc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
## Available in Proton 3.7 Beta:
###### 3.7-5:
- Performance improvements for timing APIs in CPU-limited scenarios
+- Automatically capture mouse in fullscreen windows is enabled by default.
+- More display ratios have smaller resolutions available.
+- Fix a crash on old versions of SDL.
+- Fix for mouse cursor drifting in Deus Ex.
+- Debug script dump directory can be configured with `PROTON_DEBUG_DIR`.
+- Further improvements to fullscreen focus and python3 compatibility.
###### 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.