diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff71e5..12998a9 100644 --- a/CHANGELOG.md +++ b/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
-[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 diff --git a/src/ui/about.rs b/src/ui/about.rs index 8f4f1f4..e7b0b2d 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -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 { "

Added

", "", - - "

Fixed

", - - "", "

Changed

", "", - - "

Removed

", - - "", + "
  • Updated Chinese
  • ", + "" ].join("\n"), set_modal: true,