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/),
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

View file

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