feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-08-20 17:16:34 +02:00
parent 2dca3f02ce
commit 683a6c964d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 7 deletions

View file

@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated Japanese - Updated Japanese
- Updated Swedish - Updated Swedish
- Improved files migration code. In the best case scenarios, it will work immediately now - Improved files migration code. In the best case scenarios, it will work immediately now
- Updated wishes url extractor to use new cache storage
## [1.3.0] - 02.08.2023 ## [1.3.0] - 02.08.2023

View file

@ -99,7 +99,6 @@ impl SimpleComponent for AboutDialog {
"<ul>", "<ul>",
"<li>Added feature to map wine drives</li>", "<li>Added feature to map wine drives</li>",
"<li>Added `%launch_args%` magic word for game launching command</li>", "<li>Added `%launch_args%` magic word for game launching command</li>",
"<li>Added 4.0.0 voiceovers sizes</li>",
"<li>Added `--session <name>` flag to switch active session</li>", "<li>Added `--session <name>` flag to switch active session</li>",
"<li>Added Portuguese</li>", "<li>Added Portuguese</li>",
"<li>Added Polish</li>", "<li>Added Polish</li>",
@ -119,12 +118,7 @@ impl SimpleComponent for AboutDialog {
"<li>Updated Japanese</li>", "<li>Updated Japanese</li>",
"<li>Updated Swedish</li>", "<li>Updated Swedish</li>",
"<li>Improved files migration code</li>", "<li>Improved files migration code</li>",
"</ul>", "<li>Updated wishes url extractor to use new cache storage</li>",
"<p>Removed</p>",
"<ul>",
"<li>Removed patch integration</li>",
"</ul>", "</ul>",
].join("\n"), ].join("\n"),