mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-03 14:30:50 +03:00
feat: updated changelog
This commit is contained in:
parent
b43b689955
commit
cdfc9c921a
2 changed files with 4 additions and 0 deletions
|
@ -10,10 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
|
||||
- Added telemetry disabling state support
|
||||
- Added Discord RPC icons updating
|
||||
|
||||
### Changed
|
||||
|
||||
- Replaced xlua patch by "disable mhypbase" option
|
||||
- Returned back old `background` file path
|
||||
|
||||
## [3.7.2] - 14.06.2023
|
||||
|
||||
|
|
|
@ -108,12 +108,14 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
"<ul>",
|
||||
"<li>Added telemetry disabling state support</li>",
|
||||
"<li>Added Discord RPC icons updating</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Replaced xlua patch by \"disable mhypbase\" option</li>",
|
||||
"<li>Returned back old background file path</li>",
|
||||
"</ul>",
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue