Skip to content

Tags: roixroi/spotify-tui

Tags

v0.25.0

Toggle v0.25.0's commit message
v0.25.0

- Fixed rate limiting issue [Rigellute#852](Rigellute#852)
- Fix double navigation to same route [Rigellute#826](Rigellute#826)

v0.24.0

Toggle v0.24.0's commit message
v0.24.0

- Handle invalid Client ID/Secret [Rigellute#668](Rigellute#668)
- Fix default liked, shuffle, etc. icons to be more recognizable symbols [Rigellute#702](Rigellute#702)
- Replace black and white default colors with reset [Rigellute#742](Rigellute#742)
- Add ability to seek from the CLI [Rigellute#692](Rigellute#692)
- Replace `clipboard` with `arboard` [Rigellute#691](Rigellute#691)
- Implement some episode table functions [Rigellute#698](Rigellute#698)
- Change `--like` that toggled the liked-state to explicit `--like` and `--dislike` flags [Rigellute#717](Rigellute#717)
- Add to config: `enforce_wide_search_bar` to make search bar bigger [Rigellute#738](Rigellute#738)
- Add Daily Drive to Made For You lists search [Rigellute#743](Rigellute#743)

v0.23.0

Toggle v0.23.0's commit message
v0.23.0

* Fixed

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

* Added

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

v0.22.0

Toggle v0.22.0's commit message
v0.22.0

- ## Fixed

- Show ♥ next to album name in saved list [Rigellute#540](Rigellute#540)
- Fix to be able to follow an artist in search result view [Rigellute#565](Rigellute#565)
- Don't add analysis view to stack if already in it [Rigellute#580](Rigellute#580)

- ## Added

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

v0.21.0

Toggle v0.21.0's commit message
v0.21.0

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

v0.20.0

Toggle v0.20.0's commit message
Fix audio analysis view and other improvements

- Move pagination instructions to top of help menu [Rigellute#442](Rigellute#442)
- Add user configuration toggle for the loading indicator [Rigellute#447](Rigellute#447)
- Add support for saving an album and following an artist in artist view [Rigellute#445](Rigellute#445)
- Use the `â–¶` glyph to indicate the currently playing song [Rigellute#472](Rigellute#472)
- Jump to play context (if available) - default binding is `o` [Rigellute#474](Rigellute#474)

v0.19.0

Toggle v0.19.0's commit message
Fix audio analysis

- Fix audio analysis feature [Rigellute#435](Rigellute#435)
- Fix re-authentication [Rigellute#415](Rigellute#415)
- Add more readline shortcuts to the search input [Rigellute#425](Rigellute#425)

v0.18.0

Toggle v0.18.0's commit message
v0.18.0: Bug fixes and improvements!

- Fix crash when opening playlist [Rigellute#398](Rigellute#398)
- Fix crash when there are no artists avaliable [Rigellute#388](Rigellute#388)
- Correctly handle playlist unfollowing [Rigellute#399](Rigellute#399)
- Allow specifying alternative config file path [Rigellute#391](Rigellute#391)
- List artists names in the album view [Rigellute#393](Rigellute#393)
- Add confirmation modal for delete playlist action [Rigellute#402](Rigellute#402)

v0.17.1

Toggle v0.17.1's commit message
Minor bug fixes

- Artist name in songs block [Rigellute#365](Rigellute#365) (fixes regression)
- Add basic view key binding to help menu

v0.17.0

Toggle v0.17.0's commit message
More features and fixes!

- Show if search results are liked/followed [Rigellute#342](Rigellute#342)
- Show currently playing track in song search menu and play through the searched tracks [Rigellute#343](Rigellute#343)
- Add a "basic view" that only shows the playbar [Rigellute#344](Rigellute#344)
- Show currently playing top track [Rigellute#347](Rigellute#347)
- Press shift-s (`S`) to pick a random song on track-lists [Rigellute#339](Rigellute#339)
- Prevent search when there is no input [Rigellute#351](Rigellute#351)