diff --git a/CHANGELOG.md b/CHANGELOG.md index d855378..6dccf8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/ui/about.rs b/src/ui/about.rs index 548750f..180bf6d 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -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"), &[ @@ -99,28 +99,11 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", - - "", - "

Changed

", "", - - "

Fixed

", - - "" ].join("\n"),