mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-04-02 23:13:28 +03:00
docs: updated changelog
This commit is contained in:
parent
baa3b20bc0
commit
17af5c1058
2 changed files with 17 additions and 26 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added Vietnamese
|
||||||
|
- Added support for segmented zip archives (fixed initial game downloading)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated Chinese
|
||||||
|
|
||||||
## [3.9.0] - 20.08.2023
|
## [3.9.0] - 20.08.2023
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -400,7 +409,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.0...next
|
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.1...next
|
||||||
|
[3.9.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.0...3.9.1
|
||||||
[3.9.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.8.0...3.9.0
|
[3.9.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.8.0...3.9.0
|
||||||
[3.8.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.6...3.8.0
|
[3.8.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.6...3.8.0
|
||||||
[3.7.6]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.5...3.7.6
|
[3.7.6]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.5...3.7.6
|
||||||
|
|
|
@ -74,7 +74,8 @@ impl SimpleComponent for AboutDialog {
|
||||||
// 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"
|
"Polski — Dominik Opyd https://github.com/oritwoen",
|
||||||
|
"Tiếng Việt — Nguyễn Hữu Chánh https://github.com/Chanhnh"
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|
||||||
set_debug_info: &[
|
set_debug_info: &[
|
||||||
|
@ -92,35 +93,15 @@ impl SimpleComponent for AboutDialog {
|
||||||
"<p>Added</p>",
|
"<p>Added</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<ul>",
|
||||||
"<li>Added feature to map wine drives</li>",
|
"<li>Added Vietnamese</li>",
|
||||||
"<li>Added `%launch_args%` magic word for game launching command</li>",
|
"<li>Added support for segmented zip archives (fixed initial game downloading)</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>",
|
|
||||||
|
|
||||||
"<ul>",
|
|
||||||
"<li>Fixed logo size in the first run window</li>",
|
|
||||||
"</ul>",
|
"</ul>",
|
||||||
|
|
||||||
"<p>Changed</p>",
|
"<p>Changed</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<ul>",
|
||||||
"<li>Updated Turkish</li>",
|
"<li>Updated Chinese</li>",
|
||||||
"<li>Updated Italian</li>",
|
"</ul>"
|
||||||
"<li>Updated Japanese</li>",
|
|
||||||
"<li>Updated Swedish</li>",
|
|
||||||
"<li>Improved files migration code</li>",
|
|
||||||
"</ul>",
|
|
||||||
|
|
||||||
"<p>Removed</p>",
|
|
||||||
|
|
||||||
"<ul>",
|
|
||||||
"<li>Removed patch integration</li>",
|
|
||||||
"</ul>",
|
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|
||||||
set_modal: true,
|
set_modal: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue