Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 17:05
· 77 commits to main since this release

This release fixes an issue where Amniotic would open far too many connections to PulseAudio. Now connections are managed on an "on-demand" basis: Player objects are only instantiated (and hence connections made) when a Theme is playing, and are cleaned up afterwards.

The downside is that Themes now start from the beginning each time the are disabled/enabled. I will restore the original play/pause capability in a subsequent release.

Full Changelog: v0.3.12...v0.4.0