mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
1.2.0
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:
parent
f9bf12056d
commit
bd41ba30ef
3 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -52,7 +52,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.1.3"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"anyhow",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue