Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-launcher into next
  • Loading branch information
krypt0nn committed Nov 13, 2023
2 parents b93172f + 35eea14 commit bbcdcf4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
37 changes: 15 additions & 22 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),

Expand All @@ -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"),

Expand Down

0 comments on commit bbcdcf4

Please sign in to comment.