release 1.0.14
This commit is contained in:
parent
e6637a0201
commit
c7d5661ddf
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.14 - 2021-08-24
|
||||||
|
### Fixed
|
||||||
|
- enable processing of multiple EpisodeActions (thanks https://github.com/JonOfUs)
|
||||||
|
|
||||||
## 1.0.13 - 2021-08-22
|
## 1.0.13 - 2021-08-22
|
||||||
### Fixed
|
### Fixed
|
||||||
- increase table column episode_action.action length limit to fit episode actions like DOWNLOAD
|
- increase table column episode_action.action length limit to fit episode actions like DOWNLOAD
|
||||||
|
|
|
@ -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.13</version>
|
<version>1.0.14</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