mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 12:49:02 +03:00
1.0.1
- updated core library with fixed Chinese game's data folder name - added icon loading from "icon" file, added `--run-game` argument - fixed gamescope switcher's state loading from config - fixed FSR switch in gamescope settings
This commit is contained in:
parent
13de707baa
commit
a53facfab3
5 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
# 1.0.1
|
||||||
|
|
||||||
|
- updated core library with fixed Chinese game's data folder name
|
||||||
|
- added icon loading from "icon" file, added `--run-game` argument
|
||||||
|
- fixed gamescope switcher's state loading from config
|
||||||
|
- fixed FSR switch in gamescope settings
|
||||||
|
|
||||||
# 1.0.0
|
# 1.0.0
|
||||||
|
|
||||||
- added new wine versions
|
- added new wine versions
|
||||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -31,7 +31,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anime-game-core"
|
name = "anime-game-core"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"curl",
|
"curl",
|
||||||
|
@ -51,7 +51,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anime-game-launcher"
|
name = "anime-game-launcher"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anime-game-core",
|
"anime-game-core",
|
||||||
"dirs",
|
"dirs",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anime-game-launcher"
|
name = "anime-game-launcher"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
description = "Anime Game launcher"
|
description = "Anime Game launcher"
|
||||||
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
|
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 328522420eded8c4f8b448e125da455566f120a7
|
Subproject commit 91c8c5a396fda83b039186fd628c53f4d37a9c20
|
|
@ -1 +1 @@
|
||||||
Subproject commit 50db59f2d2c88fe0ee2fc979e11e7c989eaa07da
|
Subproject commit 59283a76adc8d270ff5f67b630b7dfa905ec34a9
|
Loading…
Reference in a new issue