release 1.0.13
This commit is contained in:
parent
0f6ab73cf2
commit
d793b59637
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.13 - 2021-08-22
|
||||
### Fixed
|
||||
- increase table column episode_action.action length limit to fit episode actions like DOWNLOAD
|
||||
### Changed
|
||||
- narrow catch to nextcloud dbal exceptions
|
||||
|
||||
## 1.0.12 - 2021-08-21
|
||||
### Fixed
|
||||
- handle UniqueConstraintViolationException thrown by nc < v22.0
|
||||
|
|
|
@ -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.12</version>
|
||||
<version>1.0.13</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
||||
<namespace>GPodderSync</namespace>
|
||||
|
|
Loading…
Reference in New Issue