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