Skip to content

Commit

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

## [Unreleased]

### Fixed

- Fixed "Kill game process" button

### Changed

- Updated Turkish
- Updated German
- Updated Polish
- Updated Chinese

## [1.5.1] - 15.11.2023

### Added
Expand Down
17 changes: 5 additions & 12 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,26 +97,19 @@ impl SimpleComponent for AboutDialog {

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

"<ul>",
"<li>Added `UpdatingPermissions` installation step</li>",
"<li>Downloaders now will skip finished files and truncate them if needed</li>",
"<li>Added new fix for the API responses</li>",
"<li>Added voiceovers repairing support</li>",
"<li>Added special tooltips for concerning patch status</li>",
"</ul>",

"<p>Fixed</p>",

"<ul>",
"<li>Fixed launch button color in concerning patches</li>",
"<li>Fixed \"Kill game process\" button</li>",
"</ul>",

"<p>Changed</p>",

"<ul>",
"<li>Increased voiceovers version prediction error</li>",
"<li>Updated Turkish</li>",
"<li>Updated German</li>",
"<li>Updated Polish</li>",
"<li>Updated Chinese</li>",
"</ul>",
].join("\n"),

Expand Down

0 comments on commit e51eb8b

Please sign in to comment.