feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-07-14 07:50:09 +02:00
parent 1520b6aa5c
commit 76103af95d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 29 additions and 1 deletions

View file

@ -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

View file

@ -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"),