Skip to content

Commit

Permalink
feat: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed May 20, 2024
1 parent b641c3b commit 5997012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 4 additions & 0 deletions 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]

### Fixed

- Updated background URI API key

## [1.6.2] - 08.05.2024

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

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

"<ul>",
"<li>Added Czech</li>",
"</ul>",

"<p>Changed</p>",

"<ul>",
"<li>Updated API links</li>",
"<li>Updated background URI API key</li>",
"</ul>"
].join("\n"),

Expand Down

0 comments on commit 5997012

Please sign in to comment.