diff --git a/CHANGELOG.md b/CHANGELOG.md index da3d87e..4156724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.2.0 + +- updated core library; now launcher will try to repair + failed that were unnable to be patched by the hdiff patcher +- updated components list with new soda version +- limited dxvk and wine versions + Now total amount is 12 versions, where (first) 6 are recommended +- code refactoring based on clippy warnings +- fixed about window re-opening issue +- fixed game files repairing + # 1.1.3 - updated core library with fixed voiceovers versions prediction algorithm diff --git a/Cargo.lock b/Cargo.lock index c205991..3b99cc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "1.1.3" +version = "1.2.0" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index defe395..ad43c87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "1.1.3" +version = "1.2.0" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"