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

- Added Czech

### Changed

- Updated API links

## [1.6.1] - 24.03.2024

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

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

"<p>Changed</p>",

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

Expand Down

0 comments on commit 69b216d

Please sign in to comment.