Skip to content

Commit

Permalink
feat: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Nov 13, 2023
1 parent 142872b commit 35eea14
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/),
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

### Added
Expand Down
23 changes: 14 additions & 9 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,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 @@ -93,14 +95,17 @@ impl SimpleComponent for AboutDialog {
"<p>Added</p>",

"<ul>",
"<li>Added Vietnamese</li>",
"<li>Added support for segmented zip archives (fixed initial game downloading)</li>",
"<li>Added Korean</li>",
"<li>Added Dutch</li>",
"<li>Added 4.2.0 voiceovers sizes</li>",
"<li>Made free space checks resolve symlinks</li>",
"</ul>",

"<p>Changed</p>",

"<ul>",
"<li>Updated Chinese</li>",
"<li>Updated development libraries versions</li>",
"<li>Updated Japanese</li>",
"</ul>"
].join("\n"),

Expand Down

0 comments on commit 35eea14

Please sign in to comment.