mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-18 07:51:47 +03:00
feat: updated changelog
This commit is contained in:
parent
5d8ac5ab76
commit
e0a3eccaee
2 changed files with 24 additions and 15 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Added feature to map wine drives
|
- Added feature to map wine drives
|
||||||
- Added Portuguese
|
- Added Portuguese
|
||||||
|
- Added `%launch_args%` magic word for game launching command.
|
||||||
|
Now you can use `%bash_command% <script> %launch_args%` to run custom script
|
||||||
|
- Added 4.0.0 voiceovers sizes
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed logo size in the first run window
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -18,10 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Updated Italian
|
- Updated Italian
|
||||||
- Updated Japanese
|
- Updated Japanese
|
||||||
- Updated Swedish
|
- Updated Swedish
|
||||||
|
- Improved files migration code. In the best case scenarios, it will work immediately now
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fixed logo size in the first run window
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
|
@ -91,27 +91,32 @@ impl SimpleComponent for AboutDialog {
|
||||||
"<p>Added</p>",
|
"<p>Added</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<ul>",
|
||||||
"<li>Added new gamescope version compatibility</li>",
|
"<li>Added feature to map wine drives</li>",
|
||||||
"<li>Added \"launcher behavior\" option</li>",
|
"<li>Added Portuguese</li>",
|
||||||
"<li>Added \"kill game process\" button when chosen behavior keeps launcher window open</li>",
|
"<li>Added `%launch_args%` magic word for game launching command</li>",
|
||||||
"<li>Bundled some icons into the app for consistency across the systems</li>",
|
"<li>Added 4.0.0 voiceovers sizes</li>",
|
||||||
"<li>Added better panics handler</li>",
|
|
||||||
"<li>Added Swedish</li>",
|
|
||||||
"</ul>",
|
"</ul>",
|
||||||
|
|
||||||
"<p>Fixed</p>",
|
"<p>Fixed</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<ul>",
|
||||||
"<li>Fixed predownload button sensitivity</li>",
|
"<li>Fixed logo size in the first run window</li>",
|
||||||
"</ul>",
|
"</ul>",
|
||||||
|
|
||||||
"<p>Changed</p>",
|
"<p>Changed</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<ul>",
|
||||||
"<li>Improved pre-downloads state checking</li>",
|
"<li>Updated Turkish</li>",
|
||||||
"<li>Replaced translation functions by `tr!` macro</li>",
|
"<li>Updated Italian</li>",
|
||||||
"<li>Reworked app resources structure</li>",
|
"<li>Updated Japanese</li>",
|
||||||
"<li>Improved game running status check (wasn't working properly with Chinese client)</li>",
|
"<li>Updated Swedish</li>",
|
||||||
|
"<li>Improved files migration code</li>",
|
||||||
|
"</ul>",
|
||||||
|
|
||||||
|
"<p>Removed</p>",
|
||||||
|
|
||||||
|
"<ul>",
|
||||||
|
"<li>Removed patch integration</li>",
|
||||||
"</ul>",
|
"</ul>",
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue