From d8d953858fb49796af9b846c0dac15b910b39ad5 Mon Sep 17 00:00:00 2001 From: Alexander Keliris Date: Wed, 6 Jan 2021 10:22:59 +0000 Subject: [PATCH] Prepare release 0.23.0 --- CHANGELOG.md | 17 ++++++++++++----- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5c7b27..d3a8ec1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,24 @@ ## [Unreleased] -- Implement next/previous page behavior for the Artists table [#604](https://github.com/Rigellute/spotify-tui/pull/604) +## [0.23.0] - 2021-01-06 + +### Fixed + - Fix app crash when pressing Enter before a screen has loaded [#599](https://github.com/Rigellute/spotify-tui/pull/599) -- Show saved albums when getting an artist [#612](https://github.com/Rigellute/spotify-tui/pull/612) -- Transfer playback when changing device [#408](https://github.com/Rigellute/spotify-tui/pull/408) - Make layout more responsive to large/small screens [#502](https://github.com/Rigellute/spotify-tui/pull/502) -- Search using Spotify share URLs and URIs like the desktop client [#623](https://github.com/Rigellute/spotify-tui/pull/623) - Fix use of incorrect playlist index when playing from an associated track table [#632](https://github.com/Rigellute/spotify-tui/pull/632) - Fix flickering help menu in small screens [#638](https://github.com/Rigellute/spotify-tui/pull/638) - Optimize seek [#640](https://github.com/Rigellute/spotify-tui/pull/640) -- Make the liked icon configurable [#659](https://github.com/Rigellute/spotify-tui/pull/659) - Fix centering of basic_view [#664](https://github.com/Rigellute/spotify-tui/pull/664) + +### Added + +- Implement next/previous page behavior for the Artists table [#604](https://github.com/Rigellute/spotify-tui/pull/604) +- Show saved albums when getting an artist [#612](https://github.com/Rigellute/spotify-tui/pull/612) +- Transfer playback when changing device [#408](https://github.com/Rigellute/spotify-tui/pull/408) +- Search using Spotify share URLs and URIs like the desktop client [#623](https://github.com/Rigellute/spotify-tui/pull/623) +- Make the liked icon configurable [#659](https://github.com/Rigellute/spotify-tui/pull/659) - Add CLI for controlling Spotify [#645](https://github.com/Rigellute/spotify-tui/pull/645) - Implement Podcasts Library page [#650](https://github.com/Rigellute/spotify-tui/pull/650) diff --git a/Cargo.lock b/Cargo.lock index 0005d84e..0e764c6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,7 +1694,7 @@ dependencies = [ [[package]] name = "spotify-tui" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 8b8036ac..fe3f18cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://github.com/Rigellute/spotify-tui" repository = "https://github.com/Rigellute/spotify-tui" keywords = ["spotify", "tui", "cli", "terminal"] categories = ["command-line-utilities"] -version = "0.22.0" +version = "0.23.0" authors = ["Alexander Keliris "] edition = "2018" license = "MIT OR Apache-2.0"