- 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:
Observer KRypt0n_ 2022-08-18 21:29:25 +02:00
parent 13de707baa
commit a53facfab3
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
5 changed files with 12 additions and 5 deletions

View file

@ -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
View file

@ -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",

View file

@ -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