mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 12:26:00 +03:00
feat: updated changelog
This commit is contained in:
parent
7d31c70cbb
commit
c0b5e68a11
2 changed files with 16 additions and 2 deletions
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Added 5.1.0 voiceovers sizes
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed Discord RPC support
|
||||
|
||||
## [3.12.1] - 02.09.2024
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -95,10 +95,16 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
set_release_notes: &[
|
||||
"<p>Fixed</p>",
|
||||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed gamescope config file layout</li>",
|
||||
"<li>Added 5.1.0 voiceovers sizes</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Removed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Removed Discord RPC support</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue