This commit is contained in:
Observer KRypt0n_ 2023-03-04 19:41:27 +02:00
parent e6c99ba59c
commit e475fa9d89
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 3.0.1
### Fixed
- Fixed background picture updating on "update background" switch disabled
### Changed
- Updated core library & sdk, changed game running mechanism
- Temporary hidden repair game button
## 3.0.0 ## 3.0.0
🚀 Initial release 🚀 Initial release

2
Cargo.lock generated
View file

@ -53,7 +53,7 @@ dependencies = [
[[package]] [[package]]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "3.0.0" version = "3.0.1"
dependencies = [ dependencies = [
"anime-launcher-sdk", "anime-launcher-sdk",
"anyhow", "anyhow",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "3.0.0" version = "3.0.1"
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"