Skip to content

Commit

Permalink
docs: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Sep 28, 2023
1 parent baa3b20 commit 17af5c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 26 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
31 changes: 6 additions & 25 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: &[
Expand All @@ -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,
Expand Down

0 comments on commit 17af5c1

Please sign in to comment.