Releases: thrillfall/nextcloud-gpodder
Releases · thrillfall/nextcloud-gpodder
Release 3.11.0 - Improved ISO8601 support
What's Changed
- Added new Cardo podcast player to list of compatible clients by @cardo-podcast in #176
- Allow all ISO 8601 timestamps by @JonOfUs in #187
- Interpret and write UTC by default by @JonOfUs in #188
New Contributors
- @cardo-podcast made their first contribution in #176
Full Changelog: 3.10.0...3.11.0
Release 3.10.0 - add support for Nextcloud 30
Release 3.9.0 - add support for Nextcloud 29
Changed
- Add support for Nextcloud 29
- Drop support for Nextcloud 26
- Drop support for php8.0
release 3.8.3
Fix #144
Release 3.8.2 - add support NC 28
release 3.8.2 * release 3.8.2 - add support NC 28
Release 3.8.1 - support Nextcloud 27
Release 3.8.1 - support for NC 27
Release 3.8.0 - support Nextcloud 26
Release 3.8.0 - support Nextcloud 26 (php >= php8.0)
3.7.3. - delete conflicting episode action
If EpisodeAction is updated with new episode url and there is a conflicting EpisodeAction with that same episode url the later will be deleted
3.7.2. - disambiguate episode action search
- EpisodeActions are explicitly searched in database by guid. Episode url is used as fallback. Combined search produces multiple results thus broke synchronization (fixes #109 )