From previous commits:
- 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
This commit is contained in:
Observer KRypt0n_ 2022-10-01 18:34:43 +02:00
parent f9bf12056d
commit bd41ba30ef
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 13 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -52,7 +52,7 @@ dependencies = [
[[package]]
name = "anime-game-launcher"
version = "1.1.3"
version = "1.2.0"
dependencies = [
"anime-game-core",
"anyhow",

View file

@ -1,6 +1,6 @@
[package]
name = "anime-game-launcher"
version = "1.1.3"
version = "1.2.0"
description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"