mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 14:38:29 +03:00
1.0.0-rc1
This commit is contained in:
parent
cc5e9b3d4e
commit
a24f419a9e
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
||||
- added gamescope support
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -51,7 +51,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-launcher"
|
||||
version = "0.7.1"
|
||||
version = "1.0.0-rc1"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"dirs",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "anime-game-launcher"
|
||||
version = "0.7.1"
|
||||
version = "1.0.0-rc1"
|
||||
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