diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a5547..fe4ed5c 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/Cargo.lock b/Cargo.lock index 0e1faf2..10e28af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4cfc26c..667f42f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "1.2.1" +version = "1.2.2" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"