- Fix confirmation dialog handling on playlist delete #910
- Show
album_type
in Search panes #868 - Add option to set window title to "spt - Spotify TUI" on startup #844
- 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
- Add ability to seek from the CLI #692
- Replace
clipboard
witharboard
#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
- 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
- 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
- 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
- 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
- Fix typo in help menu #485
- 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
- Move pagination instructions to top of help menu #442
- 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
- Add more readline shortcuts to the search input #425
- Fix crash when opening playlist #398
- Fix crash when there are no artists avaliable #388
- Correctly handle playlist unfollowing #399
- Allow specifying alternative config file path #391
- List artists names in the album view #393
- Add confirmation modal for delete playlist action #402
- Artist name in songs block #365 (fixes regression)
- Add basic view key binding to help menu
- 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
- Prevent search when there is no input #351
- 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.
- 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
- 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
- Fix crash on small terminals #231
- Don't error if failed to open clipboard #217
- Fix scrolling beyond the end of pagination. #216
- Add copy album url functionality #226
- 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
- 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
- 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
- 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
- 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
- Add custom keybindings feature. Check the README for an example configuration #112
- 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
- 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
- Fix app crash when pressing
enter
,q
and thendown
. #109 - Fix trying to save a track in the album view #119
- Fix UI saved indicator when toggling saved track #119
- 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 β₯)
- 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 andp
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
- 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
- Add
Ctrl-r
to cycle repeat mode (@baxtea) - Refresh token when token expires (@fangyi-zhou)
- Upgrade
rspotify
to fix #39 (@epwalsh)
- Fix duplicate albums showing in artist discographies (@baxtea)
- Slightly better error message with some debug tips when tracks fail to play
- Can now install
spotify-tui
usingbrew reinstall Rigellute/tap/spotify-tui
andcargo 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
- Improved onboarding experience
- On first startup instructions will (hopefully) guide the user on how to get setup
- 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
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.