feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-10-09 22:14:21 +02:00
parent 7d31c70cbb
commit c0b5e68a11
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 16 additions and 2 deletions

View file

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

View file

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