From previous commits:
- fixed work with `patch` folder
- reworked components downloading during initial setup
  now lots of stuff happens in separate threads and launcher shouldn't freeze
  also fixed sometimes weird progress bar behavior
This commit is contained in:
Observer KRypt0n_ 2022-08-25 17:44:12 +02:00
parent 24673fd836
commit f4684dcf32
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
# 1.0.3
- fixed work with `patch` folder
- reworked components downloading during initial setup
now lots of stuff happens in separate threads and launcher shouldn't freeze
also fixed sometimes weird progress bar behavior
# 1.0.2
- updated core library with lots of fixes

2
Cargo.lock generated
View file

@ -51,7 +51,7 @@ dependencies = [
[[package]]
name = "anime-game-launcher"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"anime-game-core",
"dirs",

View file

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