Release 3.4.0
Minor, because of small functionality change. Before, no timestamp would have returned all SubscriptionChanges of the last week.
This commit is contained in:
parent
a92c0d8e71
commit
7b9d732f97
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 3.4.0 - 2022-05-26
|
||||
### Fixed
|
||||
- Don't crash if no sync timestamp is passed
|
||||
### Changed
|
||||
- Return all entries on list actions if no timestamp is passed
|
||||
|
||||
## 3.3.0 - 2022-05-03
|
||||
### Fixed
|
||||
- Don't crash on unauthenticated api call
|
||||
|
@ -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>3.3.0</version>
|
||||
<version>3.4.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
||||
<namespace>GPodderSync</namespace>
|
||||
|
Loading…
Reference in New Issue
Block a user