Skip to content

Releases: gmdfalk/blockify

blockify v1.8.5

08 May 23:45
Compare
Choose a tag to compare

Signal cleanups and issue #44 again.

blockify v1.8.4

08 May 22:36
Compare
Choose a tag to compare

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

06 May 22:02
Compare
Choose a tag to compare

Fix for #44
Next button now cancels interlude music and resumes spotify playback if no ad is currently playing

blockify v1.8.2

18 Mar 18:37
Compare
Choose a tag to compare
  • Reintroduced pacmd_muted_value option in general section (issue #38)
  • Added gobject.threads_init() (issue #42)

blockify v1.8.1

17 Mar 14:23
Compare
Choose a tag to compare
  • 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

15 Mar 19:22
Compare
Choose a tag to compare

Bugfix release.

  • Added substring_search option (issue #36)
  • Added pacmd_muted_value option (issue #38)
  • Removed gtk.threads_init() (issue #39)

blockify v1.7.2

10 Jan 20:24
Compare
Choose a tag to compare
  • 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

27 Dec 00:23
Compare
Choose a tag to compare

Bug fix release, mostly for issue #32

  • Introduced playback_delay option (fix for #32)
  • Better ConfigParser error catching
  • Fixed excessive logging for update_slider failures
  • Changed default filter for FileChooser from Playlists to Playable Files
  • Some cleanup & documentation

blockify v1.7

25 Dec 01:04
Compare
Choose a tag to compare

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:

blockify v1.6

24 Dec 00:05
Compare
Choose a tag to compare

Implemented configuration file system and playlist filechooser.
Several other small improvements and bug fixes (notepad, playlist parsing et al).