1.0.0-rc1

This commit is contained in:
Observer KRypt0n_ 2022-08-03 23:14:49 +02:00
parent cc5e9b3d4e
commit a24f419a9e
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
# 1.0.0-rc1
*(nothing changed)*
# Beta 0.7.1
- updated core library; new version caches patch fetching results
- added Nvidia Image Scaling option to gamescope
- added `dxvk-async-1.10.3`
# Beta 0.7.0 # Beta 0.7.0
- added gamescope support - added gamescope support

2
Cargo.lock generated
View file

@ -51,7 +51,7 @@ dependencies = [
[[package]] [[package]]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "0.7.1" version = "1.0.0-rc1"
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 = "0.7.1" version = "1.0.0-rc1"
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"