From abe660d0b9d4be839346d942ae84142a81d77e49 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 27 Mar 2024 18:14:05 +0200 Subject: [PATCH 1/2] feat(core): updated core version --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b51614b..685a7f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,8 +57,8 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "anime-game-core" -version = "1.17.5" -source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.17.5#55dd60f6b5f78aa80e2217404c3ee1151657f011" +version = "1.17.6" +source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.17.6#0fb314b61d1deb1cd281dc6dc041ce27886cf513" dependencies = [ "anyhow", "bzip2", @@ -82,8 +82,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.12.7" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.12.7#f4133c0875af54b07b4c0dac04df4598193ac9ec" +version = "1.12.8" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.12.8#f8d321f1d22dce555a275c662cf98c0e6b331bc7" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fa75b7d..415544e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "honkers-railway-launcher" version = "1.5.3" description = "The Honkers Railway launcher" -authors = ["Nikita Podvirnyy "] +authors = ["Nikita Podvirnyi "] homepage = "https://github.com/an-anime-team/the-honkers-railway-launcher" repository = "https://github.com/an-anime-team/the-honkers-railway-launcher" license = "GPL-3.0" @@ -19,7 +19,7 @@ glib-build-tools = "0.19" [dependencies.anime-launcher-sdk] git = "https://github.com/an-anime-team/anime-launcher-sdk" -tag = "1.12.7" +tag = "1.12.8" features = ["all", "star-rail", "star-rail-patch"] # path = "../anime-launcher-sdk" # ! for dev purposes only From ed90e7ebc63d9a6e615a4f1cbd4860702f5fe1a6 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 27 Mar 2024 18:16:45 +0200 Subject: [PATCH 2/2] feat: updated changelog --- CHANGELOG.md | 5 +++++ src/ui/about.rs | 23 +++-------------------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d855378..6dccf8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Updated voiceovers sizes +- Updated game version parsing algorithm + ## [1.5.3] - 24.03.2024 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index 548750f..180bf6d 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -43,7 +43,7 @@ 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("Patch credits"), &[ @@ -99,28 +99,11 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", - - "
    ", - "
  • Bundle applications-system-symbolic icon to the app
  • ", - "
  • Added force grab cursor option to the gamescope settings
  • ", - "
  • Added Thai
  • ", - "
  • Added Ukrainian
  • ", - "
", - "

Changed

", "
    ", - "
  • Update wish url
  • ", - "
  • Updated dependencies
  • ", - "
  • Improved app args parsing
  • ", - "
  • Updated locales
  • ", - "
", - - "

Fixed

", - - "
    ", - "
  • Fixed GtkSwitch UI state representation
  • ", + "
  • Updated voiceovers sizes
  • ", + "
  • Updated game version parsing algorithm
  • ", "
" ].join("\n"),