Release 3.7.0
This commit is contained in:
parent
003781a8c4
commit
28e46dde65
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.7.0 - 2022-11-10
|
||||||
|
### Fixed
|
||||||
|
- Podcast overview page no longer produces errors when using php8.X
|
||||||
|
### Changed
|
||||||
|
- Allow longer feed URLs with up to 1000 characters
|
||||||
|
|
||||||
## 3.6.0 - 2022-10-28
|
## 3.6.0 - 2022-10-28
|
||||||
### Added
|
### Added
|
||||||
- New overview page of synchronized data in personal settings (thanks @jilleJr)
|
- New overview page of synchronized data in personal settings (thanks @jilleJr)
|
||||||
|
|
|
@ -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>3.6.0</version>
|
<version>3.7.0</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