mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +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
|
||||
- Added setting of `LC_ALL` in wine lang setting
|
||||
- Added `LAUNCHER_REQUESTS_TIMEOUT` environment variable
|
||||
- Added option to disable main patch applying
|
||||
|
||||
### 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
|
||||
- Increased default requests timeout to 8 seconds
|
||||
- Updated minreq to support `http_proxy`-like variables
|
||||
- Disabled xlua patch applying by default
|
||||
|
||||
### 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 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>",
|
||||
|
@ -121,6 +122,7 @@ impl SimpleComponent for AboutDialog {
|
|||
"<li>Made temporary workaround to the game API changes</li>",
|
||||
"<li>Increased default requests timeout to 8 seconds</li>",
|
||||
"<li>Updated minreq to support `http_proxy`-like variables</li>",
|
||||
"<li>Disabled xlua patch applying by default</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Removed</p>",
|
||||
|
|
Loading…
Reference in a new issue