feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-11-13 18:26:55 +02:00
parent 142872bfeb
commit 35eea145b9
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 28 additions and 9 deletions

View file

@ -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/), 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). 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 ## [3.9.1] - 28.09.2023
### Added ### Added

View file

@ -65,16 +65,18 @@ impl SimpleComponent for AboutDialog {
"Deutsch — @caem", "Deutsch — @caem",
"Français — @zeGolem https://github.com/zeGolem", "Français — @zeGolem https://github.com/zeGolem",
"Español — Lautaro Garavano https://github.com/Rattlehead15", "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 — @Kaozix https://github.com/Kaozix1776",
"Türkçe — Kayra Nachfolger https://github.com/kayranachfolger", "Türkçe — Kayra Nachfolger https://github.com/kayranachfolger",
"Italiano — @QuazarOmega https://github.com/quazar-omega", "Polski — Dominik Opyd https://github.com/oritwoen",
"Indonesia — @yumekarisu https://github.com/yumekarisu",
"简体中文 — Caibin Chen https://github.com/tigersoldier",
"日本語 — @zozonteq https://github.com/zozonteq",
// Hungarian? // Hungarian?
"Svenska — Jakob Fridesjö https://github.com/jakobfridesjo", "Svenska — Jakob Fridesjö https://github.com/jakobfridesjo",
"Português — @kafushy", "Nederlands — @everlyy https://github.com/everlyy",
"Polski — Dominik Opyd https://github.com/oritwoen", "简体中文 — 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" "Tiếng Việt — Nguyễn Hữu Chánh https://github.com/Chanhnh"
].join("\n"), ].join("\n"),
@ -93,14 +95,17 @@ impl SimpleComponent for AboutDialog {
"<p>Added</p>", "<p>Added</p>",
"<ul>", "<ul>",
"<li>Added Vietnamese</li>", "<li>Added Korean</li>",
"<li>Added support for segmented zip archives (fixed initial game downloading)</li>", "<li>Added Dutch</li>",
"<li>Added 4.2.0 voiceovers sizes</li>",
"<li>Made free space checks resolve symlinks</li>",
"</ul>", "</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Updated Chinese</li>", "<li>Updated development libraries versions</li>",
"<li>Updated Japanese</li>",
"</ul>" "</ul>"
].join("\n"), ].join("\n"),