mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-16 15:22:01 +03:00
1.1.1
From previous commits: - updated core library and components library - added (likely working) updates pre-downloading functionality - moved to `anyhow::Result` in lots of places - added partial support of wincompatlib - moved to libadwaita 1.2
This commit is contained in:
parent
002c77a9c1
commit
a9e3797f75
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
# 1.1.1
|
||||
|
||||
- updated core library and components library
|
||||
- added (likely working) updates pre-downloading functionality
|
||||
- moved to `anyhow::Result` in lots of places
|
||||
- added partial support of wincompatlib
|
||||
- moved to libadwaita 1.2
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- added support for FPS unlocker
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -52,7 +52,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
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