Check-in [544aa93056]
Overview
| Comment: | -rc1 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
544aa9305637c0ed89e6c83702b16d1d |
| User & Date: | mario on 2016-11-19 13:15:44 |
| Other Links: | manifest | tags |
Context
|
2016-11-19
| ||
| 13:45 | bump version to push status: check-in: 0f2b78fc47 user: mario tags: trunk | |
| 13:15 | -rc1 check-in: 544aa93056 user: mario tags: trunk | |
| 13:15 | Combine relative and local path searches for help pages / or chm lookup. check-in: 5c941bcb6f user: mario tags: trunk | |
Changes
Modified st2.py from [3622b6a921] to [8350cc9006].
1 2 3 4 5 6 | #!/usr/bin/env python # encoding: UTF-8 # api: python # type: application # title: streamtuner2 # description: Directory browser for internet radio, audio and video streams | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#!/usr/bin/env python
# encoding: UTF-8
# api: python
# type: application
# title: streamtuner2
# description: Directory browser for internet radio, audio and video streams
# version: 2.2.0-rc1
# state: stable
# author: Mario Salzer <mario@include-once.org>
# license: Public Domain
# url: http://freshcode.club/projects/streamtuner2
# config:
# { type: env, name: HTTP_PROXY, description: proxy for HTTP access }
# { type: env, name: XDG_CONFIG_HOME, description: relocates user .config subdirectory }
# category: sound
|
| ︙ | ︙ |