diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf976e..49070d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.9.1] - 28.09.2023 +## [Unreleased] ### Added - Added Vietnamese -- Added support for segmented zip archives (fixed initial game downloading) +- Added Korean +- Added Dutch +- Made free space checks resolve symlinks +- Added voiceovers support ### Changed +- Updated development libraries versions +- Updated Japanese - Updated Chinese ## [1.4.0] - 20.08.2023 diff --git a/src/ui/about.rs b/src/ui/about.rs index 13a3cac..4906784 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -70,16 +70,18 @@ impl SimpleComponent for AboutDialog { "Deutsch — @caem", "Français — @zeGolem https://github.com/zeGolem", "Español — Lautaro Garavano https://github.com/Rattlehead15", + "Português — @kafushy", + "Italiano — @QuazarOmega https://github.com/quazar-omega", "Türkçe — @Kaozix https://github.com/Kaozix1776", "Türkçe — Kayra Nachfolger https://github.com/kayranachfolger", - "Italiano — @QuazarOmega https://github.com/quazar-omega", - "Indonesia — @yumekarisu https://github.com/yumekarisu", - "简体中文 — Caibin Chen https://github.com/tigersoldier", - "日本語 — @zozonteq https://github.com/zozonteq", + "Polski — Dominik Opyd https://github.com/oritwoen", // Hungarian? "Svenska — Jakob Fridesjö https://github.com/jakobfridesjo", - "Português — @kafushy", - "Polski — Dominik Opyd https://github.com/oritwoen", + "Nederlands — @everlyy https://github.com/everlyy", + "简体中文 — Caibin Chen https://github.com/tigersoldier", + "日本語 — @zozonteq https://github.com/zozonteq", + "한국어 — @project-dy https://github.com/project-dy", + "Indonesia — @yumekarisu https://github.com/yumekarisu", "Tiếng Việt — Nguyễn Hữu Chánh https://github.com/Chanhnh" ].join("\n"), @@ -98,28 +100,19 @@ impl SimpleComponent for AboutDialog { "

Added

", "", - - "

Fixed

", - - "", "

Changed

", "", ].join("\n"),