Skip to content

Commit

Permalink
feat: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Nov 15, 2023
1 parent 4282b35 commit f7c9ba0
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,17 @@ impl SimpleComponent for AboutDialog {
"<p>Added</p>",

"<ul>",
"<li>Added Vietnamese</li>",
"<li>Added Korean</li>",
"<li>Added Dutch</li>",
"<li>Made free space checks resolve symlinks</li>",
"<li>Added voiceovers support</li>",
"<li>Added new *Concerning* patch status</li>",
"<li>Added `UpdatingPermissions` installation step</li>",
"<li>Downloaders now will skip finished files and truncate them if needed</li>",
"<li>Added new fix for the API responses</li>",
"<li>Added voiceovers repairing support</li>",
"<li>Added special tooltips for concerning patch status</li>",
"</ul>",

"<p>Changed</p>",

"<ul>",
"<li>Updated development libraries versions</li>",
"<li>Updated Japanese</li>",
"<li>Updated Chinese</li>",
"<li>Increased voiceovers version prediction error</li>",
"</ul>",
].join("\n"),

Expand Down

0 comments on commit f7c9ba0

Please sign in to comment.