You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we used stable Proton as the default Proton version in case
no other configuration is found. This was changed to Proton
Experimental in Steam client at some point.
The default itself is hardcoded in one of the Steam client's shared
libraries, meaning Protontricks cannot determine it programmatically.
Instead, use Proton Experimental as the new default and fall back to the
old default of stable Proton if Proton Experimental is not available.
Fixes#435
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
## [Unreleased]
8
8
### Fixed
9
9
- Fix Steam library folder discovery by using case-insensitive directory name matching
10
+
- Fix default Proton version discovery. Protontricks will now use Proton Experimental as default per Steam client's hardcoded default setting, with stable Proton as fallback.
0 commit comments