diff --git a/CHANGELOG.md b/CHANGELOG.md index 36574a0..2659eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/ui/about.rs b/src/ui/about.rs index 02ca0d6..b654668 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -97,6 +97,7 @@ impl SimpleComponent for AboutDialog { "
  • 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

    ", @@ -121,6 +122,7 @@ impl SimpleComponent for AboutDialog { "
  • 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

    ",