Minor version update featuring a few QoL changes and bug fixes from multiple contributors 🎉
What's Changed
- You can now reorder tracks in your playlists. Start moving with
Shift + (Up / Down)orShift + (j / k), move to the new position and either apply withEnteror cancel withESC
- Made the discord
Listening tostatus configurable. Also changed toListening to Artistby default instead of song name
# Sets the text shown in your Discord status. (Listening to {})
# state: artist
# details: track title
# name: jellyfin-tui
discord_status: "state"Fixed bugs
auto_colorin the configuration file didn't work properly. Now it correctly turns off album art color fetching and uses the themes'accentcolor.- Updated dependencies which fixes a bug in ratatui where the app breaks if you zoom out too much
- Fixed a SQL bug causing very large playlists not to load
- Didn't stop properly at the end of a queue if
Repeatmode was set toNone - Fixed a bug in the background update service that made artists not appear when added unless you restarted the app
- Fixed some build issues due to the reqwest crate @Knucklesfan in #137
- Do full redraw on SIGWINCH if terminal's size hasn't changed by @pborzenkov in #136
- Cli flags not working with an instance open by @koibtw in #143
New Contributors
- @Knucklesfan made their first contribution in #137
- @pborzenkov made their first contribution in #136
- @Squiddim made their first contribution in #127
Full Changelog: v1.3.2...v1.3.3
