This commit is contained in:
Observer KRypt0n_ 2023-11-13 18:36:05 +02:00
commit bbcdcf4973
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 22 additions and 24 deletions

View file

@ -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/), 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).
## [3.9.1] - 28.09.2023 ## [Unreleased]
### Added ### Added
- Added Vietnamese - 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 ### Changed
- Updated development libraries versions
- Updated Japanese
- Updated Chinese - Updated Chinese
## [1.4.0] - 20.08.2023 ## [1.4.0] - 20.08.2023

View file

@ -70,16 +70,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"),
@ -98,28 +100,19 @@ impl SimpleComponent for AboutDialog {
"<p>Added</p>", "<p>Added</p>",
"<ul>", "<ul>",
"<li>Added feature to map wine drives</li>", "<li>Added Vietnamese</li>",
"<li>Added `%launch_args%` magic word for game launching command</li>", "<li>Added Korean</li>",
"<li>Added `--session <name>` flag to switch active session</li>", "<li>Added Dutch</li>",
"<li>Added Portuguese</li>", "<li>Made free space checks resolve symlinks</li>",
"<li>Added Polish</li>", "<li>Added voiceovers support</li>",
"</ul>",
"<p>Fixed</p>",
"<ul>",
"<li>Fixed logo size in the first run window</li>",
"</ul>", "</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Updated Turkish</li>", "<li>Updated development libraries versions</li>",
"<li>Updated Italian</li>",
"<li>Updated Japanese</li>", "<li>Updated Japanese</li>",
"<li>Updated Swedish</li>", "<li>Updated Chinese</li>",
"<li>Improved files migration code</li>",
"<li>Updated wishes url extractor to use new cache storage</li>",
"</ul>", "</ul>",
].join("\n"), ].join("\n"),