Index: NEWS ================================================================== --- NEWS +++ NEWS @@ -1,5 +1,31 @@ +2.1.7 (2015-04-26) +- Experimental support for drag and drop, which allows playback, + importing, or exporting stations from/to files. +- Configuration dialog became more clearly arranged by separating + channels and feature plugins. +- More manual examples on recording configuration added. +- Several enhancements to playlist conversion, support for .desktop + links, better heuristics, and working url+title extraction. +- All MOD files use generic audio/mod+zip MIME type. +- Use new and distinct /tmp/streamtuner2/ directory for cache+export. +- Implemented hashing for cached m3u/pls files. +- Support "feeds" stream in Jamendo, more complete Ogg Vorbis support + and JAMJSON extraction instead of using old v2 API. +- Initial startup and application state restoration became more robust, + active category is tracked more dynamically. +- Some internal simplifications and code cleanup (logging simplified, + more uikit wrappers for Gtk3, removed outdated PIL workaround, + cleanup up remnant module descriptions). +- Statusbar is just a plain text label, automatically emptied. +- Disable partial stream refreshing, and threading per --nt flag + or config option, because Gtk3 support is still flaky. Let gtk_idle + callbacks run in order through an internal precedence spool. +- Browser invocations corrected. +- Crash in cache search fixed. +- PYZ building now supported by xpm and Packfile for custom adaptions. + 2.1.6 (2015-04-13) * The action module has been completely restructured. It now supports playlist rewriting, better heuristics, XSPF, JSPF, ASX, SMIL formats. * Along with that a category playlist export function was bundled, and the Save-As dialog reworked. Index: releases.json ================================================================== --- releases.json +++ releases.json @@ -14,10 +14,18 @@ "pyz": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.pyz", "bin": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.bin.txz", "exe": "http://milki.include-once.org/streamtuner2/streamtuner2-$version.exe" }, "releases": [ + { + "version": "2.1.7", + "state": "beta", + "scope": "minor feature", + "changes": "Experimental support for drag and drop, which allows playback, importing, or exporting stations from/to files. Configuration dialog became more clearly arranged by separating channels and feature plugins. More manual examples on recording configuration added. Several enhancements to playlist conversion, support for .desktop links, better heuristics, and working url+title extraction. All MOD files use generic audio/mod+zip MIME type. Use new and distinct /tmp/streamtuner2/ directory for cache+export. Implemented hashing for cached m3u/pls files. Support 'feeds' stream in Jamendo, more complete Ogg Vorbis support and JAMJSON extraction instead of using old v2 API. Initial startup and application state restoration became more robust, active category is tracked more dynamically. Some internal simplifications and code cleanup (logging simplified, more uikit wrappers for Gtk3, removed outdated PIL workaround, cleanup up remnant module descriptions). Statusbar is just a plain text label, automatically emptied. Disable partial stream refreshing, and threading per --nt flag or config option, because Gtk3 support is still flaky. Let gtk_idle callbacks run in order through an internal precedence spool. Browser invocations corrected. Crash in cache search fixed. PYZ building now supported by xpm and Packfile for custom adaptions.", + "download": "http://sourceforge.net/projects/streamtuner2/files/", + "published": "2015-04-27T01:30:00+0000" + }, { "version": "2.1.6", "state": "beta", "scope": "minor bugfix", "changes": "The action module has been completely restructured. It now supports playlist rewriting, better heuristics, XSPF, JSPF, ASX, SMIL formats. Along with that a category playlist export function was bundled, and the Save-As dialog reworked. A new SomaFM channel was bundled, and user agent switcher plugin added. Fixes for the bookmarks channel, cache search, plugin lookup code were applied. Startup is faster again, but plugins now initialize on selection first. Which makes the category association exacter after restarts. More code cleanup and restructuring, GUI updates, command line flag handling. Still a beta release.",