Skip to content

Commit

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

## [Unreleased]

### Added

- Added outdated games category
- Added virtual desktop preference
- Added Chinese
- Added xxhash support
- Added `pre_transition` optional API

## [1.0.0] - 13.01.2024

🚀 Initial release
Expand Down
12 changes: 11 additions & 1 deletion src/ui/windows/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,17 @@ impl SimpleComponent for AboutDialog {
].join("\n"),

set_release_notes_version: &APP_VERSION,
// set_release_notes: &[].join("\n"),
set_release_notes: &[
"<p>Added</p>",

"<ul>",
"<li>Added outdated games category</li>",
"<li>Added virtual desktop preference</li>",
"<li>Added Chinese</li>",
"<li>Added xxhash support</li>",
"<li>Added pre_transition optional API</li>",
"</ul>"
].join("\n"),

set_modal: true,
set_hide_on_close: true,
Expand Down

0 comments on commit 46b8561

Please sign in to comment.