Prepare release of 3.10.0
This commit is contained in:
parent
e8611c6e99
commit
009b592990
@ -1,4 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
## 3.10.0 - 2024-09-23
|
||||||
|
### Changed
|
||||||
|
- Add support for Nextcloud 30
|
||||||
|
|
||||||
## 3.9.0 - 2024-05-21
|
## 3.9.0 - 2024-05-21
|
||||||
### Changed
|
### Changed
|
||||||
- Add support for Nextcloud 29
|
- Add support for Nextcloud 29
|
||||||
@ -26,12 +30,12 @@
|
|||||||
|
|
||||||
## 3.7.3 - 2023-02-24
|
## 3.7.3 - 2023-02-24
|
||||||
### Fixed
|
### Fixed
|
||||||
- If EpisodeAction is updated with new episode url and there is a conflicting EpisodeAction with that same episode url the later will be deleted
|
- 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 - 2023-02-24
|
## 3.7.2 - 2023-02-24
|
||||||
### Fixed
|
### Fixed
|
||||||
- EpisodeActions are explicitly searched in database by guid. Episode url is used as fallback. Combined search produces multiple results thus broke synchronization
|
- EpisodeActions are explicitly searched in database by guid. Episode url is used as fallback. Combined search produces multiple results thus broke synchronization
|
||||||
|
|
||||||
## 3.7.1 - 2022-11-11
|
## 3.7.1 - 2022-11-11
|
||||||
### Fixed
|
### Fixed
|
||||||
@ -123,4 +127,3 @@
|
|||||||
## 1.0.7 – 2021-07-13
|
## 1.0.7 – 2021-07-13
|
||||||
### Changed
|
### Changed
|
||||||
- accept only arrays on subscription change endpoint (thanks https://github.com/mattsches)
|
- accept only arrays on subscription change endpoint (thanks https://github.com/mattsches)
|
||||||
|
|
||||||
|
@ -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.9.0</version>
|
<version>3.10.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
Block a user