mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 14:38:29 +03:00
1.0.2
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:
parent
69cccd3a11
commit
73a0a27476
3 changed files with 9 additions and 2 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -51,7 +51,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.0.2-beta1"
|
||||
version = "1.0.2"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"dirs",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue