mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
1.2.2
From previous commits: - updated components list - updated core library with a few fixes - improved game updater. Now it will not start to download next update before the previous one was properly applied (hdiff and so on) Core library changes: - updated `VOICE_PACKAGES_SIZES` - added version prediction based on the `.version` file for voiceovers - fixed redownloading of downloaded files in `Downloader::download_to`
This commit is contained in:
parent
9fa5f9e306
commit
82fc7a1630
3 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
|||
# 1.2.2
|
||||
|
||||
- updated core library with a few fixes
|
||||
- improved game updater. Now it will not start to download next update
|
||||
before the previous one was properly applied (hdiff and so on)
|
||||
|
||||
Core library changes:
|
||||
- updated `VOICE_PACKAGES_SIZES`
|
||||
- added version prediction based on the `.version` file for voiceovers
|
||||
- fixed redownloading of downloaded files in `Downloader::download_to`
|
||||
|
||||
# 1.2.1
|
||||
|
||||
- Fixed `--run-game` flag work
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -52,7 +52,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
description = "Anime Game launcher"
|
||||
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
|
||||
license = "GPL-3.0"
|
||||
|
|
Loading…
Reference in a new issue