mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-04-03 07:23:27 +03:00
feat: updated changelog
This commit is contained in:
parent
9793958220
commit
6491c3e3a9
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue