mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 09:49:46 +03:00
1.0.3
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:
parent
24673fd836
commit
f4684dcf32
3 changed files with 9 additions and 2 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -51,7 +51,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"dirs",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue