parent
b074fc6637
commit
dd9c089d1b
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.0.0 - 2021-10-06
|
||||||
|
### Changed
|
||||||
|
- EpisodeAction upload now expects JSON similar to gpodder.net (see README)
|
||||||
|
- expanded minimal API documentation (see README)
|
||||||
|
- query episodes by UNIX time instead of DateTime
|
||||||
|
|
||||||
## 2.0.0 - 2021-08-29
|
## 2.0.0 - 2021-08-29
|
||||||
### Changed
|
### Changed
|
||||||
- add field "guid" to episode_action
|
- add field "guid" to episode_action
|
||||||
|
@ -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>2.0.0</version>
|
<version>3.0.0</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user