diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be4ec3..19a1a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 🚀 Initial release diff --git a/Cargo.lock b/Cargo.lock index 65db0da..99e4778 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "3.0.0" +version = "3.0.1" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4ddf8bd..bd2d8b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "3.0.0" +version = "3.0.1" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"