Releases: compenguy/panharmonicon
Releases · compenguy/panharmonicon
New release for minor stability, responsiveness, and rendering fixes
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
v0.4 New release for fix for Pandora API change, major reduction in CPU ut…
Updated dependencies, enable emoji buttons by default
v0.3.2 Updating dependency versions
Minor bugfix from updated dependencies
v0.3.1 Minor update with some bugfixes picked up through new dependencies
Fix for pandora rate-limiting downloads, changes to cache policy
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
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
v0.2.1 Cutting release 0.2.1, cosmetic and ease-of-use changes.
First public release of panharmonicon
v0.2 Fixes to artifact publishing