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
- updated core library with fixed Chinese game's data folder name

2
Cargo.lock generated
View file

@ -51,7 +51,7 @@ dependencies = [
[[package]]
name = "anime-game-launcher"
version = "1.0.2-beta1"
version = "1.0.2"
dependencies = [
"anime-game-core",
"dirs",

View file

@ -1,6 +1,6 @@
[package]
name = "anime-game-launcher"
version = "1.0.2-beta1"
version = "1.0.2"
description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"