pump version, add some notes to readme
This commit is contained in:
parent
b36d7f2677
commit
5f99de0571
@ -1,4 +1,7 @@
|
|||||||
## 0.6.4 – 2018-XX
|
## 0.6.4 – 2018-XX
|
||||||
|
### Added
|
||||||
|
- Support for Nextcloud 15
|
||||||
|
[#82](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/82) @onny
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix issue removing broken radio stations from fav
|
- Fix issue removing broken radio stations from fav
|
||||||
[#76](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/76) @onny
|
[#76](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/76) @onny
|
||||||
|
@ -3,6 +3,13 @@ This experimental app uses the radio-browser.info api and offers radio stations
|
|||||||
|
|
||||||
[![](https://onny.project-insanity.org/files/nextcloud-app-radio-screenshot2.png)](https://onny.project-insanity.org/files/nextcloud-app-radio-screenshot2.png)
|
[![](https://onny.project-insanity.org/files/nextcloud-app-radio-screenshot2.png)](https://onny.project-insanity.org/files/nextcloud-app-radio-screenshot2.png)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- [x] Browse hundreds of radio stations world wide and play them directly
|
||||||
|
- [x] Save stations to your favorites list
|
||||||
|
- [] Smooth playback with audio transitions
|
||||||
|
- [] Explore new stations in the category section
|
||||||
|
|
||||||
## Maintainers
|
## Maintainers
|
||||||
* [Jonas Heinrich](https://github.com/onny)
|
* [Jonas Heinrich](https://github.com/onny)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<id>radio</id>
|
<id>radio</id>
|
||||||
<name>Radio</name>
|
<name>Radio</name>
|
||||||
<description>Listening to your favorite radio stations in Nextcloud</description>
|
<description>Listening to your favorite radio stations in Nextcloud</description>
|
||||||
<version>0.6.3</version>
|
<version>0.6.5</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Jonas Heinrich</author>
|
<author>Jonas Heinrich</author>
|
||||||
<documentation>
|
<documentation>
|
||||||
@ -15,6 +15,6 @@
|
|||||||
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
|
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
|
||||||
<screenshot>https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
|
<screenshot>https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="14" max-version="14"/>
|
<nextcloud min-version="14" max-version="15"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
Loading…
Reference in New Issue
Block a user