mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
feat: updated changelog
This commit is contained in:
parent
b1911440bf
commit
512287efd5
2 changed files with 6 additions and 3 deletions
|
@ -10,11 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
|
||||
- Added feature to map wine drives
|
||||
- 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
|
||||
- Added `--session <name>` flag to switch active session
|
||||
- Added Portuguese
|
||||
- Added Polish
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -73,7 +73,8 @@ impl SimpleComponent for AboutDialog {
|
|||
"日本語 — @zozonteq https://github.com/zozonteq",
|
||||
// Hungarian?
|
||||
"Svenska — Jakob Fridesjö https://github.com/jakobfridesjo",
|
||||
"Português — @kafushy"
|
||||
"Português — @kafushy",
|
||||
"Polski — Dominik Opyd https://github.com/oritwoen"
|
||||
].join("\n"),
|
||||
|
||||
set_debug_info: &[
|
||||
|
@ -92,10 +93,11 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
"<ul>",
|
||||
"<li>Added feature to map wine drives</li>",
|
||||
"<li>Added Portuguese</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 Portuguese</li>",
|
||||
"<li>Added Polish</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
|
Loading…
Reference in a new issue