release 2.0.0

This commit is contained in:
thrillfall 2021-08-29 13:20:05 +02:00 committed by kabalis
parent be432d8ad4
commit 25a7ed885b
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2.0.0 - 2021-08-29
### Changed
- add field "guid" to episode_action
- identify episode actions by guid. episode_action.episode (episode url) serves as fallback if no guid is provided.
## 1.0.14 - 2021-08-24
### Fixed
- enable processing of multiple EpisodeActions (thanks https://github.com/JonOfUs)

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>1.0.14</version>
<version>2.0.0</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>