mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-11 02:29:37 +03:00
docs: updated changelog
This commit is contained in:
parent
d7a46b25da
commit
7fb37d9252
2 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Added environment emulation feature
|
||||
|
||||
### Changed
|
||||
|
||||
- Made default game folder name depend on game edition
|
||||
|
|
|
@ -81,7 +81,14 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: APP_VERSION,
|
||||
set_release_notes: &[
|
||||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added environment emulation feature</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Made default game folder name depend on game edition</li>",
|
||||
"<li>Improved game repairing feature</li>",
|
||||
|
|
Loading…
Add table
Reference in a new issue