Merge pull request #114 from an-anime-team/next

Release 1.5.4
This commit is contained in:
Observer KRypt0n_ 2024-03-27 18:20:22 +02:00 committed by GitHub
commit 4e7cfe4768
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 26 deletions

View file

@ -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

8
Cargo.lock generated
View file

@ -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",

View file

@ -2,7 +2,7 @@
name = "honkers-railway-launcher"
version = "1.5.3"
description = "The Honkers Railway launcher"
authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"]
authors = ["Nikita Podvirnyi <krypt0nn@vk.com>"]
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

View file

@ -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: &[
"<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>",
"</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>Updated voiceovers sizes</li>",
"<li>Updated game version parsing algorithm</li>",
"</ul>"
].join("\n"),