mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-24 05:46:17 +03:00
build: updated core library
This commit is contained in:
parent
203d5a9bc3
commit
fd9f2347cb
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue