mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 12:49:02 +03:00
feat: updated changelog
This commit is contained in:
parent
df7726101d
commit
d07a144a88
2 changed files with 37 additions and 25 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Added Discord RPC icon selection
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed progress bar style after running game repairer
|
||||
- Fixed repair button functionality (#186)
|
||||
- Fixed default launcher language selection at the first start
|
||||
- Fixed some installer updates reporting (including "checking free space")
|
||||
|
||||
### Changed
|
||||
|
||||
- Reworked game sessions selection
|
||||
- Updated Indonesian
|
||||
- Updated French
|
||||
- Made initial tasks async which has decreased startup time
|
||||
- Updated fps unlocker to 2.1.1
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed 3.7.0 workaround
|
||||
- Removed patch mirror migration
|
||||
|
||||
## [3.7.0] - 24.05.2023
|
||||
|
||||
### Added
|
||||
|
|
|
@ -66,8 +66,8 @@ impl SimpleComponent for AboutDialog {
|
|||
set_translator_credits: &[
|
||||
"Русский, English — Nikita Podvirnyy https://github.com/krypt0nn",
|
||||
"Deutsch — @Marie https://github.com/Mar0xy",
|
||||
"Español — Lautaro Garavano https://github.com/Rattlehead15",
|
||||
"Français — @zeGolem https://github.com/zeGolem",
|
||||
"Español — Lautaro Garavano https://github.com/Rattlehead15",
|
||||
"Türkçe — @Kaozix https://github.com/Kaozix1776",
|
||||
"Türkçe — Kayra Nachfolger https://github.com/kayranachfolger",
|
||||
"Italiano - @QuazarOmega https://github.com/quazar-omega",
|
||||
|
@ -90,45 +90,33 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added Italian</li>",
|
||||
"<li>Added Indonesian</li>",
|
||||
"<li>Added dynamic main button icon switching</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>",
|
||||
"<li>Added Discord RPC icon selection</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>",
|
||||
"<li>Fixed progress bar style after running game repairer</li>",
|
||||
"<li>Fixed repair button functionality</li>",
|
||||
"<li>Fixed default launcher language selection at the first start</li>",
|
||||
"<li>Fixed some installer updates reporting (including \"checking free space\")</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Apply selected session before launching the game. This will properly save your game session when you switch between wine prefixes</li>",
|
||||
"<li>Redesigned main button</li>",
|
||||
"<li>Used `whatadistro` to identify recommended package manager in the first run window</li>",
|
||||
"<li>Moved a lot of settings to separate page</li>",
|
||||
"<li>Set fsr quality mode in enhancements settings instead of strength</li>",
|
||||
"<li>Updated fps unlocker data</li>",
|
||||
"<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>",
|
||||
"<li>Reworked game sessions selection</li>",
|
||||
"<li>Updated Indonesian</li>",
|
||||
"<li>Updated French</li>",
|
||||
"<li>Made initial tasks async which has decreased startup time</li>",
|
||||
"<li>Updated fps unlocker to 2.1.1</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Removed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Removed Futex2 wine sync option</li>",
|
||||
"<li>Removed 3.7.0 workaround</li>",
|
||||
"<li>Removed patch mirror migration</li>",
|
||||
"</ul>",
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue