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

### Fixed

- Fixed background picture for non-cn editions
- Create cache folder if it doesn't exist
- Respect downloaded file size in free space check

Expand Down
1 change: 1 addition & 0 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ impl SimpleComponent for AboutDialog {
"<p>Fixed</p>",

"<ul>",
"<li>Fixed background picture for non-cn editions</li>",
"<li>Create cache folder if it doesn't exist</li>",
"<li>Respect downloaded file size in free space check</li>",
"</ul>"
Expand Down

0 comments on commit 15e7af6

Please sign in to comment.