Index: README ================================================================== --- README +++ README @@ -48,10 +48,19 @@ (no rules: unrestricted copying, modification, distribution, etc.) history ------- + +2.1.3 (2014-08-15) +- New plugin for Dirble.com introduced. +- Channel tabs can now be rearranged from notebook top to left side. +- Live365 was fixed again. +- Xiph cache service was fixed, and duplicates are now filtered out. +- Category map storage is now handled by backend instead of channels. +- Shorter Youtube homepage URLs are used, HTTP headers compacted. + 2.1.2 (2014-07-31) - Listing from the renewed Radionomy Shoutcast has been fixed. - Live365 was disabled. - New iTunes Radio stations channel (via RoliSoft Radio Playlist API). Index: _package.epm ================================================================== --- _package.epm +++ _package.epm @@ -1,7 +1,7 @@ %product streamtuner2 - internet radio browser -%version 2.1.2 +%version 2.1.3 %vendor Mario Salzer %license %copyright Placed into the Public Domain, 2009-2014 %readme README Index: releases.json ================================================================== --- releases.json +++ releases.json @@ -12,10 +12,18 @@ "src": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.src.txz", "deb": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.deb", "rpm": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.rpm" }, "releases": [ + { + "version": "2.1.3", + "state": "stable", + "scope": "minor bugfix", + "changes": "A new plugin for Dirble.com radio listings was introduced. Channel tabs can now be rearranged from notebook top to left side. The Live365 plugin was fixed again, as was the Xiph.org cache service. Shorter Youtube homepage URLs are now presented.", + "download": "http://sourceforge.net/projects/streamtuner2/files/?source=navbar", + "published": "2014-08-15T01:00:00+0000" + }, { "version": "2.1.2", "state": "stable", "scope": "minor feature", "changes": "Radio list retrieval from Radionomys renewed Shoutcast have been fixed. The Live365 plugin however was disabled. There's also support for iTunes Radio stations (via RoliSoft Radio Playlist API), and a new channel module \"iCast.io\" as seen in VLC. SurfMusic.de is now available in a localized English display. Shorter Youtube URLs are now used and the Wadsworth constant available. MyOggRadio.org API interaction was fixed. More online music services have been added in the links list. The new and slimmer search dialog offers scanning all channels or just current and doesn't overwrite categories anymore.", Index: st2.py ================================================================== --- st2.py +++ st2.py @@ -94,11 +94,11 @@ import channels from channels import * import favicon -__version__ = "2.1.2" +__version__ = "2.1.3" # this represents the main window # and also contains most application behaviour main = None