release 2.0.0
This commit is contained in:
parent
be432d8ad4
commit
25a7ed885b
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# 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
|
## 1.0.14 - 2021-08-24
|
||||||
### Fixed
|
### Fixed
|
||||||
- enable processing of multiple EpisodeActions (thanks https://github.com/JonOfUs)
|
- enable processing of multiple EpisodeActions (thanks https://github.com/JonOfUs)
|
||||||
|
|
|
@ -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.14</version>
|
<version>2.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