Skip to content

Releases: DECE2183/yamusic-tui

v0.5.0

25 Sep 11:27
Compare
Choose a tag to compare

Playlist control and UI improvements

  • Ability to create, delete and rename playlists;
  • Ability to add and remove tracks from a playlist;
  • Shorter control description with ability to show all keys;
  • Search has been expanded to search by albums and playlists (configurable behavior, disabled by default);
  • Automatically hides the side panel when the window becomes too narrow;
  • Fixed various bugs with jumping and overflowing UI.

Note

Added new fields in config file. Refer to the READEME.md for a new config template.

v0.4.2

20 Sep 16:04
Compare
Choose a tag to compare

Bug fixes and volume control

  • Volume control;
  • Fixed endless track skip after rewind;
  • Fixed broken window resizing on Windows (bubbletea update);
  • Fixed empty playlists due to captcha request (thanks to @bulatorr).

Note

Added new fields in config file. Refer to the READEME.md for a new config template.

v0.4.1

06 Apr 19:26
Compare
Choose a tag to compare

Bug fixes

  • Finally fixed crashes and fails after rewinding;
  • Fixed endless requests for search suggestions.

v0.4.0

06 Feb 15:10
Compare
Choose a tag to compare

Search and fixes

  • Search by tracks and artists;
  • Config refactoring;
  • Bug fixes.

Note

Some field names in config was changed. Refer to the READEME.md for a new config template.

v0.3.3

02 Feb 13:34
Compare
Choose a tag to compare

Shuffle button

  • Shuffle button;
  • A bit of refactoring.

v0.3.2

27 Jan 17:47
Compare
Choose a tag to compare

Bug fixes

Fixed bugs with track selection.

v0.3.1

15 Jan 12:29
Compare
Choose a tag to compare

Fixed go.mod package name.

There are no other changes. You can still use the previous version binary.

v0.3.0

15 Jan 12:04
b1c1775
Compare
Choose a tag to compare

Total UI refactoring

  • Now the code of UI is split by pages and components as separate packages;
  • Current playing track indicator;
  • Quit and apply key configuration;
  • Multiple keys for the same control.

v0.2.0

22 Dec 11:23
Compare
Choose a tag to compare

Configuration

  • Configurable controls;
  • Configurable sound volume;
  • Configurable play buffer;
  • Bug fixes.

v0.1.1

19 Dec 08:38
Compare
Choose a tag to compare

Memory leak fix