From 7938da4b45281d644169b9107a0dbab8f5c72b78 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Thu, 4 Aug 2022 19:45:18 +0200 Subject: [PATCH] 1.0.0-rc2 From previous commits: - updated core library; this fixes getting available space on systems with lots of disks - added patch folder selection during initial setup - fixed error panicking when you're closing folder selection dialogue during initial setup - disabled mangohud if gamescope is enabled Reworked work with config file - now missing fields will be automatically filled; excess fields - removed. thanks to new code structure I can easily create new fields or rename old ones - improved `WineLang` enum; now launcher loads languages list dynamically from this enum so I can easily add support for new languages Initial setup changes - renamed "page_*" to some actual pages names - added voice packages selection page - made "Advanced" button working. It shows default paths selection page --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- src/ui/main.rs | 5 +++++ 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ff60a..fd68a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 1.0.0-rc2 + +- updated core library; + this fixes getting available space on systems with lots of disks +- added patch folder selection during initial setup +- fixed error panicking when you're closing folder selection dialogue + during initial setup +- disabled mangohud if gamescope is enabled + +Reworked work with config file +- now missing fields will be automatically filled; + excess fields - removed. + thanks to new code structure I can easily create + new fields or rename old ones +- improved `WineLang` enum; now launcher loads languages list dynamically + from this enum so I can easily add support for new languages + +Initial setup changes +- renamed "page_*" to some actual pages names +- added voice packages selection page +- made "Advanced" button working. It shows default paths selection page + # 1.0.0-rc1 *(nothing changed)* diff --git a/Cargo.lock b/Cargo.lock index e65ef37..454ca71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "1.0.0-rc1" +version = "1.0.0-rc2" dependencies = [ "anime-game-core", "dirs", diff --git a/Cargo.toml b/Cargo.toml index b03ac59..25af40f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "1.0.0-rc1" +version = "1.0.0-rc2" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" diff --git a/src/ui/main.rs b/src/ui/main.rs index 2322d82..96d7a6b 100644 --- a/src/ui/main.rs +++ b/src/ui/main.rs @@ -107,6 +107,11 @@ impl AppWidgets { "@nightany https://pinterest.com/pin/356206651788051017" ]); + result.about.add_credit_section("An Anime Team", &[ + "@Marie https://gitlab.com/Maroxy", + "@lane https://gitlab.com/lane__" + ]); + let curl_info = anime_game_core::curl_sys::Version::get(); result.about.set_system_information(Some(&[