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

## [Unreleased]

### Added

- Added support for new API format for non-CN game editions

## [1.9.0] - 09.10.2024

### Removed
Expand Down Expand Up @@ -273,7 +277,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Now launcher applies selected session before launching the game.
This should fix issues when you switch wine prefix, for example, by downloading a proton build
- Mfplat patch is now disabled by default
- Mfplat patch is now disabled by default

### Fixed

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

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

"<ul>",
"<li>Removed Discord RPC support</li>",
"<li>Added support for new API format for non-CN game editions</li>",
"</ul>"
].join("\n"),

Expand Down

0 comments on commit 299f39a

Please sign in to comment.