tag:github.com,2008:https://github.com/cmdln/flashbake/releases Release notes from flashbake 2021-07-31T14:45:39Z tag:github.com,2008:Repository/132063/0.30.0 2021-08-01T11:14:34Z v0.30.0: Built for Python 3 <h2>Flashbake 0.30.0 Changelog</h2> <h3>New: Python 3</h3> <ul> <li>Flashbake is now built for Python 3.</li> <li>The Python 3 port doesn't require substantial changes to configuration files, with the exception of removing any dropped features and adding new features.</li> <li>Python 2 is no longer compatible with Flashbake; however, older versions remain in the archive for those who need them.</li> </ul> <h3>New (Linux): Support for Rhythmbox</h3> <ul> <li>The Music plugin now supports Rhythmbox. The plugin doesn't require any configuration.</li> <li>It currently adds to the commit message every song played in the last 10 minutes. This can be changed by editing <code>(minutes=10)</code> on line 77 of the Music plugin script.</li> <li>This plugin is restricted by what Rhythmbox changes in its XML-based database. The most recently played song may not appear in the commit message.</li> </ul> <h3>New (Mac): Support for Music</h3> <ul> <li>The Music plugin now supports the Music app that replaces iTunes in newer versions of macOS. <a href="https://github.com/cmdln/flashbake/wiki/Plugins">Please see the Wiki</a> for installation instructions. Most importantly, the Apple Script now has to be copied over to the root of the Documents folder.</li> <li>Older versions of macOS now have a separate iTunes plugin with a supporting Apple Script. <a href="https://github.com/cmdln/flashbake/wiki/Plugins">Please see the Wiki</a> for installation instructions. As with the Music for macOS feature, the iTunes Apple Script must be in the root of the Documents folder.</li> </ul> <h3>Deprecated features</h3> <ul> <li><strong>Growl:</strong> No longer supported by Flashbake as the project has been deprecated</li> <li><strong>Identica:</strong> The social network as we knew it is no longer active</li> <li><strong>Banshee:</strong> This music player isn't being actively developed. If you still need Banshee support please open an issue in the Flashbake repo on GitHub.</li> <li><strong>Scrivener:</strong> There wasn't time to add the Scrivener plugin to Flashbake for the initial Python 3 release. There are plans for it to return in the future.</li> </ul> ianpaul tag:github.com,2008:Repository/132063/0.28.0 2020-05-02T15:01:57Z 0.28.0: Resolves noreply.org issue for Location.py (#38) <p>This release solves two outstanding issues.</p> <p>First, it replaces the now defunct noreply.org with IPify as suggested by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/abhidg/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/abhidg">@abhidg</a>. Per IPIfy's code samples, this solution uses the Requests library, which has been added to setup.py.</p> <p>I also commented out some code in <strong>init.py</strong> that looked like it was a place marker for future development. The problem was this code forced Location.py results to the top of the commit message. Expected behavior is that plugin results end up in the commit message in the order they're placed in the Flashbake config file.</p> <p>Issues <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="251936688" data-permission-text="Title is private" data-url="https://github.com/cmdln/flashbake/issues/33" data-hovercard-type="issue" data-hovercard-url="/cmdln/flashbake/issues/33/hovercard" href="https://github.com/cmdln/flashbake/issues/33">#33</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="400344879" data-permission-text="Title is private" data-url="https://github.com/cmdln/flashbake/issues/35" data-hovercard-type="issue" data-hovercard-url="/cmdln/flashbake/issues/35/hovercard" href="https://github.com/cmdln/flashbake/issues/35">#35</a> should be closed.</p> <p>Thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ianpaul/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianpaul">@ianpaul</a> for contributing these fixes.</p> cmdln tag:github.com,2008:Repository/132063/0.27.4 2018-01-02T19:57:10Z 0.27.4 <p>Fix denial-of-service in Twitter plugin caused by unicode characters.</p> cmdln tag:github.com,2008:Repository/132063/0.27.3 2017-03-18T14:22:55Z Fix inadvertent API key publish <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/cmdln/flashbake/pull/28">#28</a> from ianpaul/14-lastfm-API-key-publish</p> <p>changed logging.info to logging.debug</p> cmdln tag:github.com,2008:Repository/132063/0.27.2 2017-03-13T14:59:21Z Add app id for Open Weather API <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/cmdln/flashbake/pull/26">#26</a> from ianpaul/fixWeather</p> <p>Modified weather.py to use an Open Weather Map API key.</p> cmdln tag:github.com,2008:Repository/132063/0.27.1 2015-11-13T19:54:47Z 0.27.1 <p>Address issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="38191971" data-permission-text="Title is private" data-url="https://github.com/cmdln/flashbake/issues/20" data-hovercard-type="issue" data-hovercard-url="/cmdln/flashbake/issues/20/hovercard" href="https://github.com/cmdln/flashbake/issues/20">#20</a>.</p> cmdln tag:github.com,2008:Repository/132063/0.27 2011-12-29T14:10:43Z 0.27 <p>Update internal version.</p> cmdln tag:github.com,2008:Repository/132063/0.26.3 2010-10-07T15:59:33Z 0.26.3 <p>Update version.</p> cmdln tag:github.com,2008:Repository/132063/0.26.2 2010-06-30T17:46:43Z 0.26.2 <p>Fix missing license blocks.</p> cmdln tag:github.com,2008:Repository/132063/0.26.1 2010-06-10T17:56:36Z 0.26.1 <p>Still trying to filter out test package, no joy.</p> cmdln