From previous commits:
- updated core library with lots of fixes
- added new wine versions
- fixed Polish `LANG` value
- made FSync default wine sync option
This commit is contained in:
Observer KRypt0n_ 2022-08-24 18:42:10 +02:00
parent 69cccd3a11
commit 73a0a27476
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
# 1.0.2
- updated core library with lots of fixes
- added new wine versions
- fixed Polish `LANG` value
- made FSync default wine sync option
# 1.0.1 # 1.0.1
- updated core library with fixed Chinese game's data folder name - updated core library with fixed Chinese game's data folder name

2
Cargo.lock generated
View file

@ -51,7 +51,7 @@ dependencies = [
[[package]] [[package]]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "1.0.2-beta1" version = "1.0.2"
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.2-beta1" version = "1.0.2"
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"