feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-05-24 21:41:25 +02:00
parent 9793958220
commit 6491c3e3a9
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
These options will configure `LD_LIBRARY_PATH` and `GST_PLUGIN_PATH` environment variables These options will configure `LD_LIBRARY_PATH` and `GST_PLUGIN_PATH` environment variables
- Added setting of `LC_ALL` in wine lang setting - Added setting of `LC_ALL` in wine lang setting
- Added `LAUNCHER_REQUESTS_TIMEOUT` environment variable - Added `LAUNCHER_REQUESTS_TIMEOUT` environment variable
- Added option to disable main patch applying
### Fixed ### Fixed
@ -38,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Made temporary workaround to the game API changes - Made temporary workaround to the game API changes
- Increased default requests timeout to 8 seconds - Increased default requests timeout to 8 seconds
- Updated minreq to support `http_proxy`-like variables - Updated minreq to support `http_proxy`-like variables
- Disabled xlua patch applying by default
### Removed ### Removed

View file

@ -97,6 +97,7 @@ impl SimpleComponent for AboutDialog {
"<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 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 setting of `LC_ALL` in wine lang setting</li>",
"<li>Added `LAUNCHER_REQUESTS_TIMEOUT` environment variable</li>", "<li>Added `LAUNCHER_REQUESTS_TIMEOUT` environment variable</li>",
"<li>Added option to disable main patch applying</li>",
"</ul>", "</ul>",
"<p>Fixed</p>", "<p>Fixed</p>",
@ -121,6 +122,7 @@ impl SimpleComponent for AboutDialog {
"<li>Made temporary workaround to the game API changes</li>", "<li>Made temporary workaround to the game API changes</li>",
"<li>Increased default requests timeout to 8 seconds</li>", "<li>Increased default requests timeout to 8 seconds</li>",
"<li>Updated minreq to support `http_proxy`-like variables</li>", "<li>Updated minreq to support `http_proxy`-like variables</li>",
"<li>Disabled xlua patch applying by default</li>",
"</ul>", "</ul>",
"<p>Removed</p>", "<p>Removed</p>",