release 3.0.1
This commit is contained in:
parent
4062efa430
commit
5887e8b10b
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 3.0.1 - 2021-10-13
|
||||
### Fixed
|
||||
- Timestamp migration writes correct values to database @JonOfUs
|
||||
|
||||
## 3.0.0 - 2021-10-06
|
||||
### Changed
|
||||
- EpisodeAction upload now expects JSON similar to gpodder.net (see README)
|
||||
|
|
|
@ -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.0.0</version>
|
||||
<version>3.0.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
||||
<namespace>GPodderSync</namespace>
|
||||
|
|
Loading…
Reference in New Issue