From 9b91f73d6a22e321a7d9c04d7d3f8eccd9bce52b Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Tue, 7 Mar 2023 13:25:42 +0200 Subject: [PATCH] 3.1.2 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8575c9..e725183 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.1.2 + +### Added + +- Added status page to the initial setup window + +### Fixed + +- Fixed initial setup window panic +- Fixed components and game downloading + ## 3.1.1 ### Added diff --git a/Cargo.lock b/Cargo.lock index 405b7dc..2f9059a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "3.1.1" +version = "3.1.2" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 07a3059..3ab5269 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "3.1.1" +version = "3.1.2" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"