Skip to content

Commit

Permalink
Prepare release of 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonOfUs authored and JonOfUs committed Sep 23, 2024
1 parent e8611c6 commit 009b592
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 3.10.0 - 2024-09-23
### Changed
- Add support for Nextcloud 30

## 3.9.0 - 2024-05-21
### Changed
- Add support for Nextcloud 29
Expand Down Expand Up @@ -26,12 +30,12 @@

## 3.7.3 - 2023-02-24
### 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
### 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
### Fixed
Expand Down Expand Up @@ -123,4 +127,3 @@
## 1.0.7 – 2021-07-13
### Changed
- accept only arrays on subscription change endpoint (thanks https://github.com/mattsches)

2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0</version>
<version>3.10.0</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>
Expand Down

0 comments on commit 009b592

Please sign in to comment.