From 18cd754351defe83ae0c04a2c20728b4afa183a4 Mon Sep 17 00:00:00 2001 From: Rigellute Date: Tue, 29 Oct 2019 08:15:53 +0000 Subject: [PATCH] Update changelog and prepare for 0.8.0 release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df200c81..a22402ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,21 @@ ## [Unreleased] +## [0.8.0] - 2019-10-29 + ### Added - Improve onboarding: auto fill the redirect url [#98](https://github.com/Rigellute/spotify-tui/pull/98) - Indicate if a track is "liked" in Recently Played, Album tracks and song list views using "♥" - [#103](https://github.com/Rigellute/spotify-tui/pull/103) - Add ability to toggle the saved state of a track: pressing `s` on an already saved track will unsave it. [#104](https://github.com/Rigellute/spotify-tui/pull/104) - Add collaborative playlists scope. You'll need to reauthenticate due to this change. [#115](https://github.com/Rigellute/spotify-tui/pull/115) +- Add Ctrl-f and Ctrl-b emacs style keybindings for left and right motion. [#114](https://github.com/Rigellute/spotify-tui/pull/114) ### Fixed - Fix app crash when pressing `enter`, `q` and then `down`. [#109](https://github.com/Rigellute/spotify-tui/pull/109) - Fix trying to save a track in the album view [#119](https://github.com/Rigellute/spotify-tui/pull/119) -- Fix UI toggling saved track [#119](https://github.com/Rigellute/spotify-tui/pull/119) +- Fix UI saved indicator when toggling saved track [#119](https://github.com/Rigellute/spotify-tui/pull/119) ## [0.7.0] - 2019-10-20 diff --git a/Cargo.toml b/Cargo.toml index eff5f47b..39ac38ca 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.7.5" +version = "0.8.0" authors = ["Alexander Keliris "] edition = "2018" license = "MIT OR Apache-2.0"