From c8fc6d3cf3863c4b4a083c3357af1bb997beb404 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sun, 11 Sep 2022 16:14:06 +0200 Subject: [PATCH] 1.0.4 From previous commits: - added creation of wine/dxvk folders at start if needed - fixed ability to use system wine to run the game - updated components (wine/dxvk) system - reworked DXVKs UI components to support different builds - fixed thread issues when calling `MainApp::update_state` - updated core library; now launcher will continue downloading of partially downloaded files - added downloading speed limiter (`config.json` -> `launcher.speed_limit`) - added `Config::try_get_selected_dxvk_info` method; now launcher loads currently applied dxvk version from the wine prefix files - added initial updates pre-downloading support (from 1.0.3 core) - removed patch-related buttons - changed FSR description --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bac0b3..11b4bc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "1.0.3" +version = "1.0.4" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8b0f745..2144304 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "1.0.3" +version = "1.0.4" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"