Skip to content

Commit

Permalink
feat: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Nov 15, 2023
1 parent 14302bc commit bd288fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added voiceovers repairing support
- Added special tooltips for concerning patch status

### Fixed

- Fixed launch button color in concerning patches

### Changed

- Increased voiceovers version prediction error
Expand Down
6 changes: 6 additions & 0 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ impl SimpleComponent for AboutDialog {
"<li>Added special tooltips for concerning patch status</li>",
"</ul>",

"<p>Fixed</p>",

"<ul>",
"<li>Fixed launch button color in concerning patches</li>",
"</ul>",

"<p>Changed</p>",

"<ul>",
Expand Down

0 comments on commit bd288fd

Please sign in to comment.