Skip to content

Releases: compenguy/panharmonicon

New release for minor stability, responsiveness, and rendering fixes

27 Mar 19:05
Compare
Choose a tag to compare

Changes in this release:

  • Sometimes slow response to keyboard/mouse input
  • Sometimes red error message text would be rendered to the screen - the error has been fixed
  • The application UI would start at the top of the available window space, then jump to the bottom after resizing the window - this and other resize-related issues have been fixed

Pandora login fix, major CPU utilization reduction

26 Mar 03:19
Compare
Choose a tag to compare
v0.4

New release for fix for Pandora API change, major reduction in CPU ut…

Updated dependencies, enable emoji buttons by default

23 Jul 01:35
Compare
Choose a tag to compare
v0.3.2

Updating dependency versions

Minor bugfix from updated dependencies

20 May 21:26
Compare
Choose a tag to compare
v0.3.1

Minor update with some bugfixes picked up through new dependencies

Fix for pandora rate-limiting downloads, changes to cache policy

11 Apr 20:22
Compare
Choose a tag to compare

Track downloads used to be synchronous, because they completed so quickly. With a recent pandora change to rate-limit track downloads, this blocks the UI during track downloads, making it unusable. This new version moves track downloads into a separate thread so that it doesn't block the UI anymore. It also changes caching policy so that we always aggressively pre-cache tracks.

Bugfix release, reauthentication

07 Apr 04:46
Compare
Choose a tag to compare

Some changes to session expiration in the previous release uncovered some mishandling of sessions that expire before fetching the next track in the playlist.

Bugfix release, ease-of-use changes

05 Apr 18:38
Compare
Choose a tag to compare
v0.2.1

Cutting release 0.2.1, cosmetic and ease-of-use changes.

First public release of panharmonicon

06 Mar 16:57
8c58d9f
Compare
Choose a tag to compare
v0.2

Fixes to artifact publishing