Check-in [b8c3abacb6]
Overview
| Comment: | Release as 2.1.4 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | 2.1.4 |
| Files: | files | file ages | folders |
| SHA1: |
b8c3abacb6858eec89fce1e041a47de0 |
| User & Date: | mario on 2015-03-25 01:19:27 |
| Other Links: | manifest | tags |
Context
|
2015-03-25
| ||
| 14:51 | Update version in meta file. check-in: 27c38daf5c user: mario tags: trunk | |
| 01:19 | Release as 2.1.4 check-in: b8c3abacb6 user: mario tags: trunk, 2.1.4 | |
| 01:18 | Add category tree reloading (implicit capitalization of genres). check-in: 151c826bb2 user: mario tags: trunk | |
Changes
Modified releases.json from [c4dc544e86] to [0241eb2385].
| ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | + + + + + + + + - + - + - + - + - + |
"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.4",
"state": "stable",
"scope": "minor feature",
"changes": "Fixed Internet-Radio extraction. Added basic TuneIn channel. Removed Dirble and MusicGoal channels. Fix desktop and packaging infos according to Debian guidelines. Switch to fpm/xml for package building. Remove bundled requests library. Update icon and fix path to application logo. Minor documentation updates.",
"download": "http://sourceforge.net/projects/streamtuner2/files/",
"published": "2015-03-25T00:30:00+0000"
},
{
"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.",
|