Releases: gmdfalk/blockify
Releases · gmdfalk/blockify
blockify v1.8.5
Signal cleanups and issue #44 again.
blockify v1.8.4
Added signals to control spotify and the interlude player.
See the Controls/Actions section in https://github.com/mikar/blockify/blob/master/README.md for a complete list of available signals.
blockify v1.8.3
Fix for #44
Next button now cancels interlude music and resumes spotify playback if no ad is currently playing
blockify v1.8.2
blockify v1.8.1
- Added start_shuffled option in the interlude section of blockify.ini. Set to true to shuffle the interlude playlist at startup.
blockify v1.8.0
blockify v1.7.2
- Added separate unmute_delay option for the GUI in the [gui] section
- Removed force unmute when Spotify is not playing a song or blockify can't find an ad. Might be reversed in the future. See #33
- Minor logging changes
blockify v1.7.1
blockify v1.7
Mostly small improvements, bug fixes, refactorings and error catching:
- Fixed a segmentation fault in the CLI version.
- Added more logging statements and documentation.
- Added unmute delay option to avoid that pesky last half second you hear on some commercials.
- Switched to a homogenous thread system (no more time.sleep, no more threading.Thread, just proper gtk)
New/Important:
- Implemented a radio_timeout option (see example_blockify.ini for details)
- Configuration syntax changed compared to v1.6 (see the v1.6 example_blockify.ini)
blockify v1.6
Implemented configuration file system and playlist filechooser.
Several other small improvements and bug fixes (notepad, playlist parsing et al).