From fd9f2347cb95b7af9a04eb7872f2c4a284c34bca Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 15 Nov 2023 13:12:41 +0200 Subject: [PATCH] build: updated core library --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e91fe..d8db365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added `UpdatingPermissions` installation step +- Downloaders now will skip finished files and truncate them if needed + +### Changed + +- Increased voiceovers version prediction error + ## [3.9.2] - 13.11.2023 ### Added diff --git a/Cargo.toml b/Cargo.toml index 65145cc..aef14a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ glib-build-tools = "0.18" [dependencies.anime-launcher-sdk] git = "https://github.com/an-anime-team/anime-launcher-sdk" -tag = "1.12.2" +tag = "1.12.3" features = ["all", "genshin"] # path = "../anime-launcher-sdk" # ! for dev purposes only