From 1e008f977844503c3fe04d3b041645e0d7a0dc68 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 6 Nov 2024 17:03:46 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.1=20=E2=86=92=200.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 +++++++++++++- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96458fc..d936aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,19 @@ 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). -## [Unreleased] +## v0.2.2 (2024-11-06) + +### Fix + +- **handler**: Fixed a bug in the movie details handler that would allow key events to be processed before the data was finished loading +- **ui**: Fixed a bug that would freeze all user input while background network requests were running +- **radarr_ui**: Fixed a race condition bug in the movie details UI that would panic if the user changes tabs too quickly + +### Perf + +- **network**: Improved performance and reactiveness of the UI by speeding up network requests and clearing the channel whenever a request is cancelled/the UI is routing + +## v0.2.1 (2024-11-06) ## [0.2.1](https://github.com/Dark-Alex-17/managarr/compare/v0.2.0...v0.2.1) - 2024-11-06 diff --git a/Cargo.toml b/Cargo.toml index 321ffa7..1d9ca4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managarr" -version = "0.2.1" +version = "0.2.2" authors = ["Alex Clarke "] description = "A TUI and CLI to manage your Servarrs" keywords = ["managarr", "ratatui", "dashboard", "servarr", "tui"]