mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 17:59:46 +03:00
docs: updated changelog
This commit is contained in:
parent
9453a2bbc5
commit
032e6be582
2 changed files with 16 additions and 0 deletions
|
@ -13,11 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Added game environment switcher
|
||||
- Added game edition switcher
|
||||
- Added changelog to updated components toast
|
||||
- Added wine tools to settings
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added whitespaces removing from environment values
|
||||
|
||||
### Changed
|
||||
|
||||
- Improved game repairing feature
|
||||
- Replaced `curl` dependency by native code
|
||||
- Replaced static image by spinner in wine / dxvk version selection
|
||||
- Made wine / dxvk versions always visible if they're downloaded
|
||||
|
||||
## [3.3.0] - 24.03.2023
|
||||
|
||||
|
|
|
@ -88,6 +88,13 @@ impl SimpleComponent for AboutDialog {
|
|||
"<li>Added game environment switcher</li>",
|
||||
"<li>Added game edition switcher</li>",
|
||||
"<li>Added changelog to updated components toast</li>",
|
||||
"<li>Added wine tools to settings</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added whitespaces removing from environment values</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
@ -95,6 +102,8 @@ impl SimpleComponent for AboutDialog {
|
|||
"<ul>",
|
||||
"<li>Improved game repairing feature</li>",
|
||||
"<li>Replaced curl dependency by native code</li>",
|
||||
"<li>Replaced static image by spinner in wine / dxvk version selection</li>",
|
||||
"<li>Made wine / dxvk versions always visible if they're downloaded</li>",
|
||||
"</ul>",
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue