From 9620c918a9bb92f641d09d056f47fbc11e49856c Mon Sep 17 00:00:00 2001 From: "Pierre-Loup A. Griffais" Date: Fri, 7 Feb 2020 14:59:49 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6bf952b..3d111a3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,15 @@ +## Available in Proton 5.0: +###### 5.0-1: +- Update Wine to version [5.0](https://source.winehq.org/git/wine.git/blob_plain/wine-5.0:/ANNOUNCE). Since the last major release of Proton, Wine has seen over 3500 changes, which are now integrated into Proton. 207 patches from Proton 4.11 were either upstreamed or are no longer needed. +- Direct3D 9 games will now use DXVK for rendering by default. Users without Vulkan support can return to the OpenGL-based wined3d renderer with [the `PROTON_USE_WINED3D` configuration option](https://github.com/ValveSoftware/proton/#runtime-config-options). +- Improved Steam client integration, which fixes some Denuvo games like Just Cause 3, Batman: Arkham Knight, and Abzu, among others. +- Improved Steam client integration. This makes more games that use Denuvo playable, including Just Cause 3, Batman: Arkham Knight, Abzu, and more. +- New Proton environments will report a newer OS version, which some newer games require. Existing environments will not be changed automatically. +- Wine 5.0 includes the beginnings of real multi-monitor support. Expect major improvements in this area soon. +- Improved surround sound support for older games. +- Update DXVK to [v1.5.4](https://github.com/doitsujin/dxvk/releases/tag/v1.5.4). +- Update FAudio to [20.02](https://github.com/FNA-XNA/FAudio/releases/tag/20.02). +- Note for users who build Proton: this branch has new submodules, please be sure to `git submodule update --init`. ## Available in Proton 4.11: ###### 4.11-12: - Update DXVK to [v1.5.1](https://github.com/doitsujin/dxvk/releases/tag/v1.5.1).