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:
Jonathan Flueren 2022-05-26 15:46:34 +02:00 committed by thrillfall
parent a92c0d8e71
commit 7b9d732f97
2 changed files with 7 additions and 1 deletions

View File

@ -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

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