diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ac477..eebf9d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - added new wine versions diff --git a/Cargo.lock b/Cargo.lock index 2176a13..bf4b64c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "anime-game-core" -version = "0.4.1" +version = "0.4.2" dependencies = [ "bzip2", "curl", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anime-game-core", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 56b0e5f..767b00a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "1.0.0" +version = "1.0.1" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" diff --git a/anime-game-core b/anime-game-core index 3285224..91c8c5a 160000 --- a/anime-game-core +++ b/anime-game-core @@ -1 +1 @@ -Subproject commit 328522420eded8c4f8b448e125da455566f120a7 +Subproject commit 91c8c5a396fda83b039186fd628c53f4d37a9c20 diff --git a/blueprint-compiler b/blueprint-compiler index 50db59f..59283a7 160000 --- a/blueprint-compiler +++ b/blueprint-compiler @@ -1 +1 @@ -Subproject commit 50db59f2d2c88fe0ee2fc979e11e7c989eaa07da +Subproject commit 59283a76adc8d270ff5f67b630b7dfa905ec34a9