mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-04-05 00:05:09 +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]
|
## [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
|
## [3.7.4] (hotfix) - 19.06.2023
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -107,7 +107,20 @@ impl SimpleComponent for AboutDialog {
|
||||||
"<p>Fixed</p>",
|
"<p>Fixed</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<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>",
|
"</ul>",
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue