feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-08-20 16:33:48 +02:00
parent b1911440bf
commit 512287efd5
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 6 additions and 3 deletions

View file

@ -10,11 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Added feature to map wine drives - Added feature to map wine drives
- Added Portuguese
- Added `%launch_args%` magic word for game launching command. - Added `%launch_args%` magic word for game launching command.
Now you can use `%bash_command% <script> %launch_args%` to run custom script Now you can use `%bash_command% <script> %launch_args%` to run custom script
- Added 4.0.0 voiceovers sizes - Added 4.0.0 voiceovers sizes
- Added `--session <name>` flag to switch active session - Added `--session <name>` flag to switch active session
- Added Portuguese
- Added Polish
### Fixed ### Fixed

View file

@ -73,7 +73,8 @@ impl SimpleComponent for AboutDialog {
"日本語 — @zozonteq https://github.com/zozonteq", "日本語 — @zozonteq https://github.com/zozonteq",
// Hungarian? // Hungarian?
"Svenska — Jakob Fridesjö https://github.com/jakobfridesjo", "Svenska — Jakob Fridesjö https://github.com/jakobfridesjo",
"Português — @kafushy" "Português — @kafushy",
"Polski — Dominik Opyd https://github.com/oritwoen"
].join("\n"), ].join("\n"),
set_debug_info: &[ set_debug_info: &[
@ -92,10 +93,11 @@ impl SimpleComponent for AboutDialog {
"<ul>", "<ul>",
"<li>Added feature to map wine drives</li>", "<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 `%launch_args%` magic word for game launching command</li>",
"<li>Added 4.0.0 voiceovers sizes</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 Polish</li>",
"</ul>", "</ul>",
"<p>Fixed</p>", "<p>Fixed</p>",