Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

70 lines (47 loc) · 3.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Implement library "Artists" view - #67 thanks @svenvNL. NOTE that this adds an additional scope (user-follow-read), so you'll be prompted to grant this new permissions when you upgrade.

[0.0.6] - 2019-10-14

Added

  • Start a web server on localhost to display a simple webpage for the Redirect URI. Should hopefully improve the onboarding experience.
  • Add ability to skip to tracks using n for next and p for previous - thanks to @samcal
  • Implement seek functionality - you can now use < to seek backwards 5 seconds and > to go forwards 5 seconds
  • The event A will jump to the album list of the first artist in the track's artists list - closing #45
  • Add volume controls - use - to decrease and + to increase volume in 10% increments. Closes #57

Fixed

  • Keep format of highlighted track when it is playing - #44 thanks to @jfaltis
  • Search input bug: Fix "out-of-bounds" crash when pressing left too many times #63
  • Search input bug: Fix issue that backspace always deleted the end of input, not where the cursor was #33

[0.0.5] - 2019-10-11

Added

Changed

  • Fix duplicate albums showing in artist discographies (@baxtea)
  • Slightly better error message with some debug tips when tracks fail to play

[0.0.4] - 2019-10-05

Added

  • Can now install spotify-tui using brew reinstall Rigellute/tap/spotify-tui and cargo install spotify-tui 🎉
  • Credentials (auth token, chosen device, and CLIENT_ID & CLIENT_SECRET) are now all stored in the same place (${HOME}/.config/spotify-tui/client.yml), which closes this issue

[0.0.3] - 2019-10-04

Added

  • Improved onboarding experience
  • On first startup instructions will (hopefully) guide the user on how to get setup

[0.0.2] - 2019-09-17

Added

  • General navigation improvements
  • Improved search input: it should now behave how one would expect
  • Add Ctrl-d/u for scrolling up and down through result pages (currently only implemented for "Liked Songs")
  • Minor theme improvements
  • Make tables responsive
  • Implement resume playback feature
  • Add saved albums table
  • Show which track is currently playing within a table or list
  • Add a event to jump to currently playing track's album
  • Add s event to save a track from within the "Recently Played" view (eventually this should be everywhere)
  • Add Ctrl-s to toggle shuffle
  • Add the following journey: search -> select artist and see their albums -> select album -> go to album and play tracks