mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-24 22:06:18 +03:00
feat: updated changelog
This commit is contained in:
parent
1520b6aa5c
commit
76103af95d
2 changed files with 29 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed telemetry disabling
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated Italian
|
||||
- Updated Hungarian
|
||||
- Updated Japanese
|
||||
- Updated Indonesian
|
||||
- Updated Spanish
|
||||
- Updated Turkish
|
||||
- Updated Chinese
|
||||
- Disabled patch applying for new installations
|
||||
|
||||
## [3.7.4] (hotfix) - 19.06.2023
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -107,7 +107,20 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed main patch applying</li>",
|
||||
"<li>Fixed telemetry disabling</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Updated Italian</li>",
|
||||
"<li>Updated Hungarian</li>",
|
||||
"<li>Updated Japanese</li>",
|
||||
"<li>Updated Indonesian</li>",
|
||||
"<li>Updated Spanish</li>",
|
||||
"<li>Updated Turkish</li>",
|
||||
"<li>Updated Chinese</li>",
|
||||
"<li>Disabled patch applying for new installations</li>",
|
||||
"</ul>",
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue