release 1.0.8
This commit is contained in:
parent
ad3b9c107d
commit
df4bebf89e
|
@ -0,0 +1,11 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.8 - 2021-07-22
|
||||||
|
### Fixed
|
||||||
|
- convert timestamp from episode action request to format also mysql can process (#13)
|
||||||
|
|
||||||
|
|
||||||
|
## 1.0.7 – 2021-07-13
|
||||||
|
### Changed
|
||||||
|
- accept only arrays on subscription change endpoint (thanks https://github.com/mattsches)
|
||||||
|
|
|
@ -2,8 +2,3 @@
|
||||||
nextcloud app that replicates basic gpodder.net api
|
nextcloud app that replicates basic gpodder.net api
|
||||||
|
|
||||||
This app serves as synchronization endpoint for AntennaPod: https://github.com/AntennaPod/AntennaPod/pull/5243/
|
This app serves as synchronization endpoint for AntennaPod: https://github.com/AntennaPod/AntennaPod/pull/5243/
|
||||||
|
|
||||||
#changelog:
|
|
||||||
|
|
||||||
1.0.7:
|
|
||||||
- accept only arrays on subscription change endpoint (thanks https://github.com/mattsches)
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>GPodder Sync</name>
|
<name>GPodder Sync</name>
|
||||||
<summary>replicate basic GPodder.net API</summary>
|
<summary>replicate basic GPodder.net API</summary>
|
||||||
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
||||||
<namespace>GPodderSync</namespace>
|
<namespace>GPodderSync</namespace>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue