Skip to content

Commit

Permalink
feat: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Oct 9, 2024
1 parent 7d31c70 commit c0b5e68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 8 additions & 2 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),

Expand Down

0 comments on commit c0b5e68

Please sign in to comment.