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:
Observer KRypt0n_ 2022-09-26 17:56:12 +02:00
parent 002c77a9c1
commit a9e3797f75
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 10 additions and 2 deletions

View file

@ -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
View file

@ -52,7 +52,7 @@ dependencies = [
[[package]]
name = "anime-game-launcher"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"anime-game-core",
"anyhow",

View file

@ -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"