Skip to content

Latest commit

Β 

History

History
346 lines (230 loc) Β· 18.5 KB

CHANGELOG.md

File metadata and controls

346 lines (230 loc) Β· 18.5 KB

Changelog

[Unreleased]

  • Fix confirmation dialog handling on playlist delete #910

Added

  • Show album_type in Search panes #868
  • Add option to set window title to "spt - Spotify TUI" on startup #844

[0.25.0] - 2021-08-24

Fixed

  • Fixed rate limiting issue #852
  • Fix double navigation to same route #826

[0.24.0] - 2021-04-26

Fixed

  • Handle invalid Client ID/Secret #668
  • Fix default liked, shuffle, etc. icons to be more recognizable symbols #702
  • Replace black and white default colors with reset #742

Added

  • Add ability to seek from the CLI #692
  • Replace clipboard with arboard #691
  • Implement some episode table functions #698
  • Change --like that toggled the liked-state to explicit --like and --dislike flags #717
  • Add to config: enforce_wide_search_bar to make search bar bigger #738
  • Add Daily Drive to Made For You lists search #743

[0.23.0] - 2021-01-06

Fixed

  • Fix app crash when pressing Enter before a screen has loaded #599
  • Make layout more responsive to large/small screens #502
  • Fix use of incorrect playlist index when playing from an associated track table #632
  • Fix flickering help menu in small screens #638
  • Optimize seek #640
  • Fix centering of basic_view #664

Added

  • Implement next/previous page behavior for the Artists table #604
  • Show saved albums when getting an artist #612
  • Transfer playback when changing device #408
  • Search using Spotify share URLs and URIs like the desktop client #623
  • Make the liked icon configurable #659
  • Add CLI for controlling Spotify #645
  • Implement Podcasts Library page #650

[0.22.0] - 2020-10-05

Fixed

  • Show β™₯ next to album name in saved list #540
  • Fix to be able to follow an artist in search result view #565
  • Don't add analysis view to stack if already in it #580

Added

  • Add additional line of help to show that 'w' can be used to save/like an album #548
  • Add handling Home and End buttons in user input #550
  • Add playbar_progress_text to user config and upgrade tui lib #564
  • Add basic playbar support for podcasts #563
  • Add 'enable_text_emphasis' behavior config option #573
  • Add next/prev page, jump to start/end to user config #566
  • Add possibility to queue a song #567
  • Add user-configurable header styling #583
  • Show active keybindings in Help #585
  • Full Podcast support #581

[0.21.0] - 2020-07-24

Fixed

  • Fix typo in help menu #485

Added

  • Add save album on album view #506
  • Add feature to like a song from basic view #507
  • Enable Unix and Linux shortcut keys in the input #511
  • Add album artist field to full album view #519
  • Handle track saving in non-album contexts (eg. playlist/Made for you). #525

[0.20.0] - 2020-05-28

Fixed

  • Move pagination instructions to top of help menu #442

Added

  • Add user configuration toggle for the loading indicator #447
  • Add support for saving an album and following an artist in artist view #445
  • Use the β–Ά glyph to indicate the currently playing song #472
  • Jump to play context (if available) - default binding is o #474

[0.19.0] - 2020-05-04

Fixed

  • Fix re-authentication #415
  • Fix audio analysis feature #435

Added

  • Add more readline shortcuts to the search input #425

[0.18.0] - 2020-04-21

Fixed

  • Fix crash when opening playlist #398
  • Fix crash when there are no artists avaliable #388
  • Correctly handle playlist unfollowing #399

Added

  • Allow specifying alternative config file path #391
  • List artists names in the album view #393
  • Add confirmation modal for delete playlist action #402

[0.17.1] - 2020-03-30

Fixed

  • Artist name in songs block #365 (fixes regression)
  • Add basic view key binding to help menu

[0.17.0] - 2020-03-20

Added

  • Show if search results are liked/followed #342
  • Show currently playing track in song search menu and play through the searched tracks #343
  • Add a "basic view" that only shows the playbar. Press B to get there #344
  • Show currently playing top track #347
  • Press shift-s (S) to pick a random song on track-lists #339

Fixed

  • Prevent search when there is no input #351

[0.16.0] - 2020-03-12

Fixed

  • Fix empty UI when pressing escape in the device and analysis views #315
  • Fix slow and frozen UI by implementing an asynchronous runtime for network events #322. This fixes issues #24, #92, #207 and #218. Read more here.

[0.15.0] - 2020-02-24

  • Add experimental audio visualizer (press v to navigate to it). The feature uses the audio analysis data from Spotify and animates the pitch information.
  • Display Artist layout when searching an artist url #298
  • Add pagination to the help menu #302

[0.14.0] - 2020-02-11

Added

  • Add high-middle-low navigation (H, M, L respectively) for jumping around lists #234.
  • Play every known song with e #228
  • Search album by url: paste a spotify album link into the search input to go to that album #281
  • Implement 'Made For You' section of Library #278
  • Add user theme configuration #284
  • Allow user to define the volume increment #288

Fixed

  • Fix crash on small terminals #231

[0.13.0] - 2020-01-26

Fixed

  • Don't error if failed to open clipboard #217
  • Fix scrolling beyond the end of pagination. #216
  • Add copy album url functionality #226

Added

  • Allow user to configure the port for the Spotify auth Redirect URI #204
  • Add play recommendations for song/artist on pressing 'r' #200
  • Added continuous deployment for Windows #222

Changed

  • Change behavior of previous button (p) to mimic behavior in official Spotify client. When the track is more than three seconds in, pressing previous will restart the track. When less than three seconds it will jump to previous. #219

[0.12.0] - 2020-01-23

Added

  • Add Windows support #99
  • Add support for Related artists and top tacks #191

[0.11.0] - 2019-12-23

Added

  • Add support for adding an album and following a playlist. NOTE: that this will require the user to grant more permissions #172
  • Add shortcuts to jump to the start or the end of a playlist #167
  • Make seeking amount configurable #168

Fixed

  • Fix playlist index after search #177
  • Fix cursor offset in search input #183

Changed

  • Remove focus on input when jumping back #184
  • Pad strings in status bar to prevent reformatting #188

[0.10.0] - 2019-11-30

Added

  • Added pagination to user playlists #150
  • Add ability to delete a saved album (hover over the album you wish to delete and press D) #152
  • Add support for following/unfollowing artists #155
  • Add hotkey to copy url of currently playing track (default binding is c)#156

Fixed

  • Refine Spotify result limits, which should fit your current terminal size. Most notably this will increase the number of results from a search #154
  • Navigation from "Liked Songs" #151
  • App hang upon trying to authenticate with Spotify on FreeBSD #148
  • Showing "Release Date" in saved albums table #162
  • Showing "Length" in library -> recently played table #164
  • Typo: "AlbumTracks" -> "Albums" #165
  • Janky volume control #166
  • Volume bug that would prevent volumes of 0 and 100 #170
  • Playing a wrong track in playlist #173

[0.9.0] - 2019-11-13

Added

  • Add custom keybindings feature. Check the README for an example configuration #112

Fixed

  • Fix panic when seeking beyond track boundaries #124
  • Add scrolling to library album list. Can now use ctrl+d/u to scroll between result pages #128
  • Fix showing wrong album in library album view - #130
  • Fix scrolling in table views #135
  • Use space more efficiently in small terminals #143

[0.8.0] - 2019-10-29

Added

  • Improve onboarding: auto fill the redirect url #98
  • Indicate if a track is "liked" in Recently Played, Album tracks and song list views using "β™₯" - #103
  • Add ability to toggle the saved state of a track: pressing s on an already saved track will unsave it. #104
  • Add collaborative playlists scope. You'll need to reauthenticate due to this change. #115
  • Add Ctrl-f and Ctrl-b emacs style keybindings for left and right motion. #114

Fixed

  • Fix app crash when pressing enter, q and then down. #109
  • Fix trying to save a track in the album view #119
  • Fix UI saved indicator when toggling saved track #119

[0.7.0] - 2019-10-20

  • 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.
  • Fix searching with non-english characters - #30. Thanks to @fangyi-zhou
  • Remove hardcoded country (was always set to UK). We now fetch the user to get their country. #68. Thanks to @svenvNL
  • Save currently playing track - the playbar is now selectable/hoverable #80
  • Lay foundation for showing if a track is saved. You can now see if the currently playing track is saved (indicated by β™₯)

[0.6.0] - 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.5.0] - 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.4.0] - 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.3.0] - 2019-10-04

Added

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

[0.2.0] - 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

What is this?

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.