add screenshot and update info.xml
This commit is contained in:
parent
c3cfcab967
commit
a35258acfb
@ -1,5 +1,7 @@
|
|||||||
## 0.6.2 – 2018-08-07
|
## 0.6.2 – 2018-08-11
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Remember last menu state
|
||||||
|
[#](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/) @onny
|
||||||
- Don't scroll to top when clicking on station
|
- Don't scroll to top when clicking on station
|
||||||
[#62](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/62) @onny
|
[#62](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/62) @onny
|
||||||
- Fix Nextcloud 14 compatibility
|
- Fix Nextcloud 14 compatibility
|
||||||
|
@ -1,16 +1,21 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
<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.2</version>
|
<version>0.6.2</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Jonas Heinrich</author>
|
<author>Jonas Heinrich</author>
|
||||||
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
|
<namespace>radio</namespace>
|
||||||
<website>https://git.project-insanity.org/onny/nextcloud-app-radio</website>
|
<documentation>
|
||||||
|
<admin>https://git.project-insanity.org/onny/nextcloud-app-radio</admin>
|
||||||
|
</documentation>
|
||||||
<category>multimedia</category>
|
<category>multimedia</category>
|
||||||
|
<website>https://git.project-insanity.org/onny/nextcloud-app-radio</website>
|
||||||
|
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
|
||||||
<screenshot>https://onny.project-insanity.org/files/radio-app.png</screenshot>
|
<screenshot>https://onny.project-insanity.org/files/radio-app.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="14" max-version="14"/>
|
<nextcloud min-version="14" max-version="14"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
Loading…
Reference in New Issue
Block a user