nextcloud-gpodder/CHANGELOG.md

98 lines
2.5 KiB
Markdown
Raw Normal View History

2021-07-22 23:52:47 +02:00
# Changelog
## 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
2022-11-11 12:14:37 +01:00
## 3.7.1 - 2022-11-11
### Fixed
- Fix error where app couldn't be installed with some databases
2022-11-10 22:04:03 +01:00
## 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
2022-10-28 11:39:47 +02:00
## 3.6.0 - 2022-10-28
### Added
- New overview page of synchronized data in personal settings (thanks @jilleJr)
2022-10-18 10:32:20 +02:00
## 3.5.0 - 2022-10-18
2022-10-28 11:39:47 +02:00
### Changed
2022-10-18 10:32:20 +02:00
- Add support for Nextcloud 25
## 3.4.0 - 2022-05-26
### Fixed
- Don't crash if no sync timestamp is passed
### Changed
- Return all entries on list actions if no timestamp is passed
2022-05-03 22:15:05 +02:00
## 3.3.0 - 2022-05-03
### Fixed
- Don't crash on unauthenticated api call
### Changed
2022-05-03 22:15:05 +02:00
- Add support for Nextcloud 24
2021-12-09 22:58:34 +01:00
## 3.2.0 - 2021-12-09
### Changed
- Ignore subscriptions that have no url
- Add support for Nextcloud 23
2021-10-18 12:22:39 +02:00
## 3.1.0 - 2021-10-18
### Changed
- Add timestamp to subscription change response @JonOfUs
2021-07-22 23:52:47 +02:00
2021-10-13 22:52:35 +02:00
## 3.0.1 - 2021-10-13
### Fixed
- Timestamp migration writes correct values to database @JonOfUs
2021-10-06 22:06:13 +02:00
## 3.0.0 - 2021-10-06
### Changed
- EpisodeAction upload now expects JSON similar to gpodder.net (see README)
- expanded minimal API documentation (see README)
- query episodes by UNIX time instead of DateTime
2021-08-29 13:20:05 +02:00
## 2.0.0 - 2021-08-29
### Changed
- add field "guid" to episode_action
- identify episode actions by guid. episode_action.episode (episode url) serves as fallback if no guid is provided.
2021-08-24 23:41:53 +02:00
## 1.0.14 - 2021-08-24
### Fixed
- enable processing of multiple EpisodeActions (thanks https://github.com/JonOfUs)
2021-08-22 23:24:31 +02:00
## 1.0.13 - 2021-08-22
### Fixed
- increase table column episode_action.action length limit to fit episode actions like DOWNLOAD
### Changed
- narrow catch to nextcloud dbal exceptions
2021-08-21 20:21:49 +02:00
## 1.0.12 - 2021-08-21
### Fixed
- handle UniqueConstraintViolationException thrown by nc < v22.0
2021-08-16 22:40:23 +02:00
## 1.0.11 - 2021-08-16
### Fixed
- stop creating unnecessary log file in nextcloud root folder
2021-08-14 19:56:34 +02:00
## 1.0.10 - 2021-08-14
### Fixed
- return all subscriptions and episode changes for parameter since=0
2021-07-27 00:06:50 +02:00
## 1.0.9 - 2021-07-27
### Changed
- save episode action timestamps as UTC (thanks @JohnOfUs)
2021-07-22 23:52:47 +02:00
## 1.0.8 - 2021-07-22
### Fixed
- convert timestamp from episode action request to format also mysql can process (#13)
## 1.0.7 2021-07-13
### Changed
- accept only arrays on subscription change endpoint (thanks https://github.com/mattsches)