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
deacef3759
commit
22598efb15
2 changed files with 6 additions and 4 deletions
|
@ -9,11 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
|
||||
- Added environment emulation feature
|
||||
- Added installation migration feature
|
||||
- Added game environment switcher
|
||||
- Added game edition switcher
|
||||
|
||||
### Changed
|
||||
|
||||
- Made default game folder name depend on game edition
|
||||
- Improved game repairing feature
|
||||
- Replaced `curl` dependency by native code
|
||||
|
||||
|
|
|
@ -84,13 +84,14 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added environment emulation feature</li>",
|
||||
"<li>Added installation migration feature</li>",
|
||||
"<li>Added game environment switcher</li>",
|
||||
"<li>Added game edition switcher</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Made default game folder name depend on game edition</li>",
|
||||
"<li>Improved game repairing feature</li>",
|
||||
"<li>Replaced curl dependency by native code</li>",
|
||||
"</ul>",
|
||||
|
|
Loading…
Add table
Reference in a new issue