update app version, nextcloud and php support
This commit is contained in:
parent
e29acb1590
commit
499e64fee2
@ -1,3 +1,8 @@
|
|||||||
|
## 1.0.3 - 2021-03
|
||||||
|
### Changed
|
||||||
|
- Update npm modules
|
||||||
|
[254](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/254) @onny
|
||||||
|
|
||||||
## 1.0.2 - 2021-01
|
## 1.0.2 - 2021-01
|
||||||
### Fixed
|
### Fixed
|
||||||
- Set user agent http header for remote API
|
- Set user agent http header for remote API
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
<description>Listening to your favorite radio stations in Nextcloud! This
|
<description>Listening to your favorite radio stations in Nextcloud! This
|
||||||
app uses radio-browser.info database as a backend.
|
app uses radio-browser.info database as a backend.
|
||||||
|
|
||||||
|
|
||||||
- 🔊 Listen to radio stations directly in Nextcloud
|
- 🔊 Listen to radio stations directly in Nextcloud
|
||||||
- 🔍 Browse thousands of stations worldwide
|
- 🔍 Browse thousands of stations worldwide
|
||||||
- ⭐ Create your own list of favorite stations
|
- ⭐ Create your own list of favorite stations
|
||||||
@ -17,7 +16,7 @@ app uses radio-browser.info database as a backend.
|
|||||||
- 👂 Smoth audio playback and transitions
|
- 👂 Smoth audio playback and transitions
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>1.0.2</version>
|
<version>1.0.3</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="onny@project-insanity.org" >Jonas Heinrich</author>
|
<author mail="onny@project-insanity.org" >Jonas Heinrich</author>
|
||||||
<namespace>Radio</namespace>
|
<namespace>Radio</namespace>
|
||||||
@ -26,7 +25,8 @@ app uses radio-browser.info database as a backend.
|
|||||||
<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 small-thumbnail="https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot-thumbnail.jpg">https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
|
<screenshot small-thumbnail="https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot-thumbnail.jpg">https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="20" max-version="20"/>
|
<php min-version="7.4" max-version="8" />
|
||||||
|
<nextcloud min-version="20" max-version="21"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<navigations>
|
<navigations>
|
||||||
<navigation>
|
<navigation>
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "radio",
|
"name": "radio",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "radio",
|
"name": "radio",
|
||||||
"description": "Listen to your favorite radio stations in Nextcloud",
|
"description": "Listen to your favorite radio stations in Nextcloud",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"author": "Jonas Heinrich <onny@project-insanity.org>",
|
"author": "Jonas Heinrich <onny@project-insanity.org>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Jonas Heinrich <onny@project-insanity.org>"
|
"Jonas Heinrich <onny@project-insanity.org>"
|
||||||
|
Loading…
Reference in New Issue
Block a user