Skip to content

Releases: gmdfalk/blockify

blockify v3.1.0

31 Dec 20:15
Compare
Choose a tag to compare

Remove wmctrl dependency (#67).

blockify v3.0.2

08 Nov 10:06
Compare
Choose a tag to compare

Big fix release: issues #61 and #62

blockify v3.0.1

16 Oct 15:01
Compare
Choose a tag to compare

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

16 Oct 12:23
Compare
Choose a tag to compare

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

05 Oct 21:27
Compare
Choose a tag to compare
blockify v2.0.1-beta Pre-release
Pre-release

Fix issues #38 and #58 as well as some other minor improvements.

blockify v2.0.0-beta

05 Sep 09:22
Compare
Choose a tag to compare
blockify v2.0.0-beta Pre-release
Pre-release

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

15 Aug 18:11
Compare
Choose a tag to compare
  • 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

11 Jul 15:04
Compare
Choose a tag to compare

Bug fix release, fixing #46 and #47.

  • #47: The configuration option "pacmd_muted_value" is no longer necessary eliminating the need to adjust that value if your operating system is non-english.
  • #46: The autoresume option should no longer be automatically deactivated when blockify starts.

blockify v1.8.7

11 Jun 14:14
Compare
Choose a tag to compare

Pressing play will now properly pause interlude music before resuming spotify playback.

blockify v1.8.6

10 May 12:40
Compare
Choose a tag to compare

Minor refactoring and removed incomplete "fix" for issue #44.