Check-in [ebe3fc98c0]
Overview
Comment: | Release 2.1.3 packaged up. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 2.1.3 |
Files: | files | file ages | folders |
SHA1: |
ebe3fc98c057640a822b9dae4ea5cee5 |
User & Date: | mario on 2014-08-15 01:05:16 |
Other Links: | manifest | tags |
Context
2014-11-18
| ||
03:18 | Remove bundled requests, switch build scripts to `fpm`. check-in: e0275b9c52 user: mario tags: trunk | |
2014-08-15
| ||
01:05 | Release 2.1.3 packaged up. check-in: ebe3fc98c0 user: mario tags: trunk, 2.1.3 | |
00:58 | Reintroduced Live365 status display (gtk STOP sign for non-"PUBLIC" entries, or deleted strikethrough if server not "OK") check-in: 2bba5c0a5f user: mario tags: trunk | |
Changes
Modified README from [2a149ea96d] to [32f3d4ffa2].
︙ | ︙ | |||
46 47 48 49 50 51 52 53 54 55 56 57 58 59 | Public Domain. (no rules: unrestricted copying, modification, distribution, etc.) history ------- 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). - New channel module "iCast.io" as seen in VLC. - SurfMusic.de is now available in a localized English display. | > > > > > > > > > | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | Public Domain. (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). - New channel module "iCast.io" as seen in VLC. - SurfMusic.de is now available in a localized English display. |
︙ | ︙ |
Modified _package.epm from [84031fd279] to [6795be13c7].
1 | %product streamtuner2 - internet radio browser | | | 1 2 3 4 5 6 7 8 9 | %product streamtuner2 - internet radio browser %version 2.1.3 %vendor Mario Salzer %license %copyright Placed into the Public Domain, 2009-2014 %readme README %description Browser for Internet Radio Stations %description . |
︙ | ︙ |
Modified releases.json from [3f5b641346] to [c4dc544e86].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | "fossil": "http://fossil.include-once.org/streamtuner2/", "homepage": "http://milki.include-once.org/streamtuner2/", "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.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.", "download": "http://sourceforge.net/projects/streamtuner2/files/?source=navbar", "published": "2014-07-31T01:00:00+0000" | > > > > > > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | "fossil": "http://fossil.include-once.org/streamtuner2/", "homepage": "http://milki.include-once.org/streamtuner2/", "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.", "download": "http://sourceforge.net/projects/streamtuner2/files/?source=navbar", "published": "2014-07-31T01:00:00+0000" |
︙ | ︙ |
Modified st2.py from [7066e84c89] to [5d4406f73d].
︙ | ︙ | |||
92 93 94 95 96 97 98 | import ahttp import action # needs workaround... (action.main=main) import channels from channels import * import favicon | | | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | import ahttp import action # needs workaround... (action.main=main) import channels from channels import * import favicon __version__ = "2.1.3" # this represents the main window # and also contains most application behaviour main = None class StreamTunerTwo(gtk.Builder): |
︙ | ︙ |