From 7a5a04c91a2aac49ee77a1b622a33b680d852ceb Mon Sep 17 00:00:00 2001 From: Alexander Keliris Date: Thu, 28 May 2020 11:15:52 +0100 Subject: [PATCH] Prepare release v0.20.0 --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c414f3..8fbc8771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ ## [Unreleased] +## [0.20.0] - 2020-05-28 + +### Fixed + - Move pagination instructions to top of help menu [#442](https://github.com/Rigellute/spotify-tui/pull/442) + +### Added + - Add user configuration toggle for the loading indicator [#447](https://github.com/Rigellute/spotify-tui/pull/447) - Add support for saving an album and following an artist in artist view [#445](https://github.com/Rigellute/spotify-tui/pull/445) - Use the `▶` glyph to indicate the currently playing song [#472](https://github.com/Rigellute/spotify-tui/pull/472) -- Jump to play context (if available) [#474](https://github.com/Rigellute/spotify-tui/pull/474) +- Jump to play context (if available) - default binding is `o` [#474](https://github.com/Rigellute/spotify-tui/pull/474) ## [0.19.0] - 2020-05-04 diff --git a/Cargo.lock b/Cargo.lock index a68aec7a..f8671719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1625,7 +1625,7 @@ dependencies = [ [[package]] name = "spotify-tui" -version = "0.19.0" +version = "0.20.0" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 3cc89964..f17f2b97 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.19.0" +version = "0.20.0" authors = ["Alexander Keliris "] edition = "2018" license = "MIT OR Apache-2.0"