Release 3.0.0 (#34)

* release 3.0.0
This commit is contained in:
Jonathan Flueren 2021-10-06 22:06:13 +02:00 committed by GitHub
parent b074fc6637
commit dd9c089d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# 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
### Changed
- add field "guid" to episode_action

View File

@ -5,7 +5,7 @@
<name>GPodder Sync</name>
<summary>replicate basic GPodder.net API</summary>
<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>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>