Releases: MattiaPun/SubTUI
Releases · MattiaPun/SubTUI
v2.14.3
Changelog
- 91dddbc fix(api): fixed adding song to playlists
- e5702ad fix(mpv): kill mpv on crash
- 313cdfb fix(player): missing case for
escout of the help menu (#129 thanks to @florinm03 ) - 68123dc docs: add Gentoo install instructions (#127 thanks to @ceres-sees-all )
Full Changelog: v2.14.2...v2.14.3
Helping Out
This release is only possible thanks to the support of some awesome people!
v2.14.2
Changelog
- ae70dba chore: added Void Linux Install Instructions (#125 thanks to @Soulful-Sailer )
- 883c8c3 feat(mpris): added mpris position update and seeking (#122 thanks to @aaron-r-campbell )
- 29066c1 fix(mpris): added darwin update position method
- 354d27f fix(scrobble): send now playing status for next song in queue (#123 thanks to @suzana2314 )
- 8d90c70 fix(ui): fixed sliding of the lyrics because of too small window size with album art
Full Changelog: v2.14.1...v2.14.2
Helping Out
This release is only possible thanks to the support of some awesome people!
v2.14.1
Changelog
- cc4149f chore: move indirect to direct depencency
- a39e073 fix(queue): enqueue a single album as next or last
- e8ce2dc fix(queue): start playing queue next/last on empty queue
- de2283d fix(ui): highlight selection with only one item
- 025d947 fix(ui): prevent panic when navigating to artist from queue
- 59af475 fix(ui): update cursor on selection scroll out of bounds
v2.14.0
Changelog
- ae09ba5 Add Ko-fi funding link to FUNDING.yml
- f3deebe Feat/multi select (#116)
- 7f2e2d2 feat(ui): display favorite and stars in footer
- 327cf25 feat: default volume configuration (#114 thanks to @aaron-r-campbell )
- f87d6ee fix(mpris): mpris state desync after starting new queue when paused
- c6a1f29 fix(ui): cover art section hidden in media player (#110 thanks to @suzana2314 )
- 91d3375 fix(ui): coverArt filetype generalized, added support for png,webp (#113 thanks to @aaron-r-campbell )
- 7c40607 fix(ui): crash on queue rate
- de5286b fix(ui): update navigation logic to handle view mode for song queue (#102 thanks to @lembata )
Full Changelog: v2.13.1...v2.14.0
Helping Out
This release is only possible thanks to the support of some awesome people!
v2.13.1
v2.13.0
Changelog
- c68ae65 Update flake.nix to lowercase subtui (Thank to @consoleillusion #92)
- 0ef41ba feat(controls): add 0-5 keys for ratings (#89)
- bae238a feat(controls): added half page scroll up and down (Thanks to @suzana2314 #90)
- 8594fe8 feat(controls): added keybinds for footer
- efaf161 fix(media-player): allow quitting application using quit key
- c17f2f4 fix(typo): shuffeled -> shuffled (Thanks to @ksharizard #82)
- 9c13b18 fix(ui): crash on queue index check with only one song
- b36cfa7 fix(ui): navigation and back action not accounting for offsets and same-type switches (#95)
- 1b25534 fix(ui): shrinked album art after new song in media player
- f2c39c1 fix(ui): use runewidth string truncation
v2.12.2
Changelog
- 4d42113 feat(controls): add 0-5 keys for ratings
- efaf161 fix(media-player): allow quitting application using quit key
- c17f2f4 fix(typo): shuffeled -> shuffled (#82)
- 9c13b18 fix(ui): crash on queue index check with only one song
- 1b25534 fix(ui): shrinked album art after new song in media player
- f2c39c1 fix(ui): use runewidth string truncation
v2.12.1
v2.12.0
Changelog
- 55082e9 feat(auth): implement plaintext, hashed, and api key authentication methods (#69)
- 6ec0ff3 feat(ui): Added music player with synced lyrics and extra info (#80)
- 67ab497 feat(ui): added media player keybind to help view
- 5b0fe92 fix(ui): footer top border follows borderStyle (Thanks to @suzana2314 #75)