mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
feat: updated changelog and about window
This commit is contained in:
parent
c1426be188
commit
3af245306f
2 changed files with 19 additions and 18 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Added 4.6.0 voiceovers sizes
|
||||
- Added Czech
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed labels for the payment processing options
|
||||
- Changed one of translator's username
|
||||
|
||||
## [3.9.5] - 24.03.2024
|
||||
|
||||
### Added
|
||||
|
|
|
@ -43,11 +43,11 @@ impl SimpleComponent for AboutDialog {
|
|||
set_version: &APP_VERSION,
|
||||
|
||||
set_developers: &[
|
||||
"Nikita Podvirnyy https://github.com/krypt0nn"
|
||||
"Nikita Podvirnyi https://github.com/krypt0nn"
|
||||
],
|
||||
|
||||
add_credit_section: (Some("An Anime Team"), &[
|
||||
"Nikita Podvirnyy https://github.com/krypt0nn",
|
||||
"Nikita Podvirnyi https://github.com/krypt0nn",
|
||||
"Marie Piontek https://github.com/Mar0xy",
|
||||
"Luna Neff https://github.com/lunaneff",
|
||||
"Renaud Lepage https://github.com/cybik",
|
||||
|
@ -60,7 +60,7 @@ impl SimpleComponent for AboutDialog {
|
|||
],
|
||||
|
||||
set_translator_credits: &[
|
||||
"Русский, English — Nikita Podvirnyy https://github.com/krypt0nn",
|
||||
"Русский, English — Nikita Podvirnyi https://github.com/krypt0nn",
|
||||
"Deutsch — Marie Piontek https://github.com/Mar0xy",
|
||||
"Deutsch — @caem",
|
||||
"Français — @zeGolem https://github.com/zeGolem",
|
||||
|
@ -79,7 +79,8 @@ impl SimpleComponent for AboutDialog {
|
|||
"Indonesia — @yumekarisu https://github.com/yumekarisu",
|
||||
"Tiếng Việt — Nguyễn Hữu Chánh https://github.com/Chanhnh",
|
||||
"Українська — Іван Потієнко https://github.com/xxanqw",
|
||||
"ไทย — @vbrabandt2005 https://github.com/vbrabandt2005"
|
||||
"ไทย — @vbrabandt2005 https://github.com/vbrabandt2005",
|
||||
"Čeština — @panmourovaty https://github.com/panmourovaty"
|
||||
].join("\n"),
|
||||
|
||||
set_debug_info: &[
|
||||
|
@ -97,25 +98,15 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Bundle applications-system-symbolic icon to the app</li>",
|
||||
"<li>Added force grab cursor option to the gamescope settings</li>",
|
||||
"<li>Added Thai</li>",
|
||||
"<li>Added Ukrainian</li>",
|
||||
"<li>Added 4.6.0 voiceovers sizes</li>",
|
||||
"<li>Added Czech</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Update wish url</li>",
|
||||
"<li>Updated dependencies</li>",
|
||||
"<li>Improved app args parsing</li>",
|
||||
"<li>Updated locales</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed GtkSwitch UI state representation</li>",
|
||||
"<li>Changed labels for the payment processing options</li>",
|
||||
"<li>Changed one of translator's username</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue