Skip to content

Commit

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

## [Unreleased]

### Added

- Added support for new game installation format
- Added 7z binary requirement

## [1.8.1] - 02.09.2024

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

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

"<ul>",
"<li>Fixed gamescope config file layout</li>",
"<li>Added support for new game installation format</li>",
"<li>Added 7z binary requirement</li>",
"</ul>"
].join("\n"),

Expand Down

0 comments on commit 5f1ac9d

Please sign in to comment.