diff --git a/CHANGELOG.md b/CHANGELOG.md index 1caed13..3b1642d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added 4.6.0 voiceovers sizes +- Added Czech + +### Changed + +- Changed labels for the payment processing options +- Changed one of translator's username + ## [3.9.5] - 24.03.2024 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index 28e37ef..e99043b 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -43,11 +43,11 @@ impl SimpleComponent for AboutDialog { set_version: &APP_VERSION, set_developers: &[ - "Nikita Podvirnyy https://github.com/krypt0nn" + "Nikita Podvirnyi https://github.com/krypt0nn" ], add_credit_section: (Some("An Anime Team"), &[ - "Nikita Podvirnyy https://github.com/krypt0nn", + "Nikita Podvirnyi https://github.com/krypt0nn", "Marie Piontek https://github.com/Mar0xy", "Luna Neff https://github.com/lunaneff", "Renaud Lepage https://github.com/cybik", @@ -60,7 +60,7 @@ impl SimpleComponent for AboutDialog { ], set_translator_credits: &[ - "Русский, English — Nikita Podvirnyy https://github.com/krypt0nn", + "Русский, English — Nikita Podvirnyi https://github.com/krypt0nn", "Deutsch — Marie Piontek https://github.com/Mar0xy", "Deutsch — @caem", "Français — @zeGolem https://github.com/zeGolem", @@ -79,7 +79,8 @@ impl SimpleComponent for AboutDialog { "Indonesia — @yumekarisu https://github.com/yumekarisu", "Tiếng Việt — Nguyễn Hữu Chánh https://github.com/Chanhnh", "Українська — Іван Потієнко https://github.com/xxanqw", - "ไทย — @vbrabandt2005 https://github.com/vbrabandt2005" + "ไทย — @vbrabandt2005 https://github.com/vbrabandt2005", + "Čeština — @panmourovaty https://github.com/panmourovaty" ].join("\n"), set_debug_info: &[ @@ -97,25 +98,15 @@ impl SimpleComponent for AboutDialog { "

Added

", "", "

Changed

", "", - - "

Fixed

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