pump version, add some notes to readme

This commit is contained in:
Jonas Heinrich 2019-01-25 13:29:10 +01:00
parent b36d7f2677
commit 5f99de0571
3 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,7 @@
## 0.6.4 2018-XX
### Added
- Support for Nextcloud 15
[#82](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/82) @onny
### Fixed
- Fix issue removing broken radio stations from fav
[#76](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/76) @onny

View File

@ -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)
## 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
* [Jonas Heinrich](https://github.com/onny)

View File

@ -4,7 +4,7 @@
<id>radio</id>
<name>Radio</name>
<description>Listening to your favorite radio stations in Nextcloud</description>
<version>0.6.3</version>
<version>0.6.5</version>
<licence>agpl</licence>
<author>Jonas Heinrich</author>
<documentation>
@ -15,6 +15,6 @@
<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>
<dependencies>
<nextcloud min-version="14" max-version="14"/>
<nextcloud min-version="14" max-version="15"/>
</dependencies>
</info>