feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-05-24 23:07:36 +02:00
parent 6606100f36
commit 6d8d8374f7
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 57 additions and 5 deletions

View file

@ -7,6 +7,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added
- Added Italian
- Added Indonesian
- Added dynamic main button icon switching
- Set button label as "Resume" when the diff is part downloaded
- Added options to use wine / gstreamer shared libraries from selected wine build.
These options will configure `LD_LIBRARY_PATH` and `GST_PLUGIN_PATH` environment variables
- Added setting of `LC_ALL` in wine lang setting
- Added `LAUNCHER_REQUESTS_TIMEOUT` environment variable
- Added option to disable main patch applying
### Fixed
- Fixed session applying on each launcher start
- Fixed predownload button ui
- Fixed proton builds integration with sandbox
- Fixed compatibility between sessions manager and sandbox
- Fixed sandboxing of inexisting folders
### Changed
- Apply selected session before launching the game.
This will properly save your game session when you switch between wine prefixes
- Redesigned main button
- Used `whatadistro` to identify recommended package manager in the first run window
- Moved a lot of settings to separate page
- Set fsr quality mode in enhancements settings instead of strength
- Updated fps unlocker data
- Made temporary workaround to the game API changes
- Increased default requests timeout to 8 seconds
- Updated minreq to support `http_proxy`-like variables
- Disabled xlua patch applying by default
### Removed
- Removed Futex2 wine sync option
## [1.1.0] - 06.05.2023 ## [1.1.0] - 06.05.2023
### Added ### Added

View file

@ -90,10 +90,24 @@ impl SimpleComponent for AboutDialog {
"<p>Added</p>", "<p>Added</p>",
"<ul>", "<ul>",
"<li>Added game settings section</li>", "<li>Added Italian</li>",
"<li>Added game sessions manager</li>", "<li>Added Indonesian</li>",
"<li>Added `LAUNCHER_FOLDER` variable support</li>", "<li>Added dynamic main button icon switching</li>",
"<li>Added patch repository mirror</li>", "<li>Set button label as \"Resume\" when the diff is part downloaded</li>",
"<li>Added options to use wine / gstreamer shared libraries from selected wine build. These options will configure `LD_LIBRARY_PATH` and `GST_PLUGIN_PATH` environment variables</li>",
"<li>Added setting of `LC_ALL` in wine lang setting</li>",
"<li>Added `LAUNCHER_REQUESTS_TIMEOUT` environment variable</li>",
"<li>Added option to disable main patch applying</li>",
"</ul>",
"<p>Fixed</p>",
"<ul>",
"<li>Fixed session applying on each launcher start</li>",
"<li>Fixed predownload button ui</li>",
"<li>Fixed proton builds integration with sandbox</li>",
"<li>Fixed compatibility between sessions manager and sandbox</li>",
"<li>Fixed sandboxing of inexisting folders</li>",
"</ul>", "</ul>",
"<p>Changed</p>", "<p>Changed</p>",
@ -114,7 +128,7 @@ impl SimpleComponent for AboutDialog {
"<p>Removed</p>", "<p>Removed</p>",
"<ul>", "<ul>",
"<li>Fixed sandboxed game running (sounds are broken for now)</li>", "<li>Removed Futex2 wine sync option</li>",
"</ul>", "</ul>",
].join("\n"), ].join("\n"),