Skip to content

Commit

Permalink
feat: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Mar 27, 2024
1 parent abe660d commit ed90e7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Updated voiceovers sizes
- Updated game version parsing algorithm

## [1.5.3] - 24.03.2024

### Added
Expand Down
23 changes: 3 additions & 20 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl SimpleComponent for AboutDialog {
set_version: &APP_VERSION,

set_developers: &[
"Nikita Podvirnyy https://github.com/krypt0nn"
"Nikita Podvirnyi https://github.com/krypt0nn"
],

add_credit_section: (Some("Patch credits"), &[
Expand Down Expand Up @@ -99,28 +99,11 @@ impl SimpleComponent for AboutDialog {

set_release_notes_version: &APP_VERSION,
set_release_notes: &[
"<p>Added</p>",

"<ul>",
"<li>Bundle applications-system-symbolic icon to the app</li>",
"<li>Added force grab cursor option to the gamescope settings</li>",
"<li>Added Thai</li>",
"<li>Added Ukrainian</li>",
"</ul>",

"<p>Changed</p>",

"<ul>",
"<li>Update wish url</li>",
"<li>Updated dependencies</li>",
"<li>Improved app args parsing</li>",
"<li>Updated locales</li>",
"</ul>",

"<p>Fixed</p>",

"<ul>",
"<li>Fixed GtkSwitch UI state representation</li>",
"<li>Updated voiceovers sizes</li>",
"<li>Updated game version parsing algorithm</li>",
"</ul>"
].join("\n"),

Expand Down

0 comments on commit ed90e7e

Please sign in to comment.