mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-04-05 00:05:09 +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]
|
## [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
|
## [3.9.2] - 13.11.2023
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -19,7 +19,7 @@ glib-build-tools = "0.18"
|
||||||
|
|
||||||
[dependencies.anime-launcher-sdk]
|
[dependencies.anime-launcher-sdk]
|
||||||
git = "https://github.com/an-anime-team/anime-launcher-sdk"
|
git = "https://github.com/an-anime-team/anime-launcher-sdk"
|
||||||
tag = "1.12.2"
|
tag = "1.12.3"
|
||||||
features = ["all", "genshin"]
|
features = ["all", "genshin"]
|
||||||
|
|
||||||
# path = "../anime-launcher-sdk" # ! for dev purposes only
|
# path = "../anime-launcher-sdk" # ! for dev purposes only
|
||||||
|
|
Loading…
Add table
Reference in a new issue