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 5, 2024
1 parent a0f6cc8 commit 2e3f3f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- (supposedly) fixed background picture updating
- (supposedly) fixed wishes URL parsing
- Fixed game version parsing on updated game files layout

## [1.9.0] - 09.10.2024

### Removed
Expand Down
6 changes: 4 additions & 2 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@ impl SimpleComponent for AboutDialog {

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

"<ul>",
"<li>Removed Discord RPC support</li>",
"<li>(supposedly) fixed background picture updating</li>",
"<li>(supposedly) fixed wishes URL parsing</li>",
"<li>Fixed game version parsing on updated game files layout</li>",
"</ul>"
].join("\n"),

Expand Down

0 comments on commit 2e3f3f9

Please sign in to comment.