From 35eea145b90e2eb293c79e8a7448bd711eecd6c2 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Mon, 13 Nov 2023 18:26:55 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 14 ++++++++++++++ src/ui/about.rs | 23 ++++++++++++++--------- 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4041a..52de2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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). +## [Unreleased] + +### Added + +- Added Korean +- Added Dutch +- Added 4.2.0 voiceovers sizes +- Made free space checks resolve symlinks + +### Changed + +- Updated development libraries versions +- Updated Japanese + ## [3.9.1] - 28.09.2023 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index e93d29b..2836275 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -65,16 +65,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"), @@ -93,14 +95,17 @@ impl SimpleComponent for AboutDialog { "

Added

", "", "

Changed

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