diff --git a/CHANGELOG.md b/CHANGELOG.md index 974bfcc..e109696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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 +- Added new fix for the API responses +- Added voiceovers repairing support +- Added special tooltips for concerning patch status + +### Changed + +- Increased voiceovers version prediction error + ## [1.5.0] - 13.11.2023 ### Added diff --git a/Cargo.toml b/Cargo.toml index b796970..1583646 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", "star-rail", "star-rail-patch"] # path = "../anime-launcher-sdk" # ! for dev purposes only