mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-24 05:38:30 +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]
|
||||
|
||||
### Added
|
||||
|
||||
- Added Vietnamese
|
||||
- Added support for segmented zip archives (fixed initial game downloading)
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated Chinese
|
||||
|
||||
## [3.9.0] - 20.08.2023
|
||||
|
||||
### Added
|
||||
|
@ -400,7 +409,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<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.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
|
||||
|
|
|
@ -74,7 +74,8 @@ impl SimpleComponent for AboutDialog {
|
|||
// Hungarian?
|
||||
"Svenska — Jakob Fridesjö https://github.com/jakobfridesjo",
|
||||
"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"),
|
||||
|
||||
set_debug_info: &[
|
||||
|
@ -92,35 +93,15 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added feature to map wine drives</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>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed logo size in the first run window</li>",
|
||||
"<li>Added Vietnamese</li>",
|
||||
"<li>Added support for segmented zip archives (fixed initial game downloading)</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Updated Turkish</li>",
|
||||
"<li>Updated Italian</li>",
|
||||
"<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>",
|
||||
"<li>Updated Chinese</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
set_modal: true,
|
||||
|
|
Loading…
Reference in a new issue