Releases: gmdfalk/blockify
blockify v3.1.0
Remove wmctrl dependency (#67).
blockify v3.0.2
blockify v3.0.1
Update project structure (remove implicit relative imports and blockify- prefixes from filenames).
Add main module to allow individual execution of blockify modules via python -m blockify.foo
.
Fix setup routine to reflect new project structure.
blockify v3.0.0
With v3.0.0 blockify was ported from python 2 to python 3 as well as gstreamer 0.10 to gstreamer 1.0 by @RyuzakiKK (issue #59).
blockify v2.0.1-beta
blockify v2.0.0-beta
Updated blockify to support Spotify >= v1.0.13.
This is beta software! Some functionality might be impaired or broken.
If you need stable software use the latest stable version of Blockify with the current official Spotify release (v0.9.17.8 at the time of writing).
blockify v1.9.0
- Fix issue #52 (added localization for pulseaudio to properly initialize sink muted state).
- Add autoplay option to blockify.ini. When set to true, blockify will automatically try to resume spotify playback on startup.
- Remove fixed 10 second delay after starting Spotify from Blockify and replaced with dynamic 1-20 sec delay.
blockify v1.8.8
blockify v1.8.7
Pressing play will now properly pause interlude music before resuming spotify playback.
blockify v1.8.6
Minor refactoring and removed incomplete "fix" for issue #44.