Skip to content

Releases: MattiaPun/SubTUI

v2.14.3

21 May 12:48

Choose a tag to compare

Changelog

Full Changelog: v2.14.2...v2.14.3

Helping Out

This release is only possible thanks to the support of some awesome people!

Want to be one of them?
You can sponser or pay me a Ko-Fi

v2.14.2

13 May 19:11

Choose a tag to compare

Changelog

Full Changelog: v2.14.1...v2.14.2

Helping Out

This release is only possible thanks to the support of some awesome people!

Want to be one of them?
You can sponser or pay me a Ko-Fi

v2.14.1

25 Apr 12:45

Choose a tag to compare

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

23 Apr 18:07

Choose a tag to compare

Changelog

Full Changelog: v2.13.1...v2.14.0

Helping Out

This release is only possible thanks to the support of some awesome people!

Want to be one of them?
You can sponser or pay me a Ko-Fi

v2.13.1

26 Mar 10:01

Choose a tag to compare

Changelog

  • ec7f05c feat(config): added configurable gaplessback option, default to yes
  • e5cc263 fix(ui): clear lyrics on playback end
  • 72bf128 fix(ui): crash when lyrics to clear
  • 058713a fix(ui): negative repeat count on progressbar
  • 7e5dd68 style(config): updating indentation of nav keybinds

v2.13.0

22 Mar 22:01
b36cfa7

Choose a tag to compare

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

18 Mar 10:47

Choose a tag to compare

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

18 Mar 00:02

Choose a tag to compare

Changelog

  • c640bb2 fix(ui): media player crash when no song is playing
  • 55a434c fix(ui): media player queue displaying current song

v2.12.0

17 Mar 22:50

Choose a tag to compare

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)

v2.11.3

15 Mar 18:43

Choose a tag to compare

Changelog

  • 69986a2 feat(ui): show queue progression in footer top bar