mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-03 14:30:50 +03:00
docs: updated changelog
This commit is contained in:
parent
2da57a3417
commit
43eb0e464e
2 changed files with 16 additions and 24 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed check button style for newly made sessions
|
||||
- Fixed repairer's NaN progress
|
||||
- Fixed game session selection when current one is removed
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated Spanish
|
||||
- Updated Hungarian (fixed #194)
|
||||
|
||||
## [3.7.1] - 11.06.2023
|
||||
|
||||
### Added
|
||||
|
|
|
@ -104,38 +104,19 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
set_release_notes: &[
|
||||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added Discord RPC icon selection</li>",
|
||||
"<li>Added Japanese</li>",
|
||||
"<li>Added Hungarian</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<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>",
|
||||
"<li>Fixed check button style for newly made sessions</li>",
|
||||
"<li>Fixed repairer's NaN progress</li>",
|
||||
"<li>Fixed game session selection when current one is removed</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<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 3.7.0 workaround</li>",
|
||||
"<li>Removed patch mirror migration</li>",
|
||||
"<li>Updated Spanish</li>",
|
||||
"<li>Updated Hungarian</li>",
|
||||
"</ul>",
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue