mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 20:27:35 +03:00
feat: updated changelog
This commit is contained in:
parent
91e7019e44
commit
bf91a59ff8
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- 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
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -95,6 +95,7 @@ impl SimpleComponent for AboutDialog {
|
|||
"<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>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
|
Loading…
Reference in a new issue