This commit is contained in:
Observer KRypt0n_ 2023-04-11 22:39:12 +02:00
parent 3e17e24348
commit fc096b6e18
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
4 changed files with 11 additions and 7 deletions

View file

@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added changelog to updated components toast
- Added wine tools to settings
- Added preferences search
- Added new progress bar statuses for applyign hdiff patches and removing outdated files
- Added automatic 3.5 -> 3.6 voiceover files migration related to changed files structure
### Fixed

10
Cargo.lock generated
View file

@ -40,8 +40,8 @@ dependencies = [
[[package]]
name = "anime-game-core"
version = "1.6.0"
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.6.0#e08cef50412928cca426534644142de0fe6a8499"
version = "1.6.1"
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.6.1#2396d1e6538523c0ea1da2f9e75469fff035e44e"
dependencies = [
"anyhow",
"bzip2",
@ -64,7 +64,7 @@ dependencies = [
[[package]]
name = "anime-game-launcher"
version = "3.3.0"
version = "3.4.0"
dependencies = [
"anime-launcher-sdk",
"anyhow",
@ -86,8 +86,8 @@ dependencies = [
[[package]]
name = "anime-launcher-sdk"
version = "0.5.15"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=0.5.15#5ebd018a5d5bd6fd0e06d0ab9459a7aec53dcd98"
version = "0.5.16"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=0.5.16#a36215db4613ba284d8b2215ec822df64ce73404"
dependencies = [
"anime-game-core",
"anyhow",

View file

@ -1,6 +1,6 @@
[package]
name = "anime-game-launcher"
version = "3.3.0"
version = "3.4.0"
description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
@ -17,7 +17,7 @@ glib-build-tools = "0.17"
[dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "0.5.15"
tag = "0.5.16"
# path = "../anime-launcher-sdk" # ! for dev purposes only

View file

@ -87,6 +87,8 @@ impl SimpleComponent for AboutDialog {
"<li>Added changelog to updated components toast</li>",
"<li>Added wine tools to settings</li>",
"<li>Added preferences search</li>",
"<li>Added new progress bar statuses for applyign hdiff patches and removing outdated files</li>",
"<li>Added automatic 3.5 -> 3.6 voiceover files migration related to changed files structure</li>",
"</ul>",
"<p>Fixed</p>",