Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
-->
# Changelog

## 5.13.0 - 2026-02-28
### Changed
- Internal code refactoring and more automated testing

### Fixed
- Remove leftover var_dump() debugging call
- Fix bugs related to the refactored logging code

### Removed
- Drop support for Nextcloud 30 (eol)

## 5.12.1 - 2026-02-08
### Changed
- Allow server-side encryption if the master key is used
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The first time you install this app, before using a cron job, you properly want

The preview queue will be processed automatically by a background job if the system cron background job mode is configured in Nextcloud. Additionally, you may run **occ preview:pre-generate -vvv** to a process the queue of pending previews immediately.]]>
</description>
<version>5.13.0-dev.1</version>
<version>5.13.0</version>
<licence>agpl</licence>
<author>Richard Steinmetz</author>
<namespace>PreviewGenerator</namespace>
Expand All @@ -28,7 +28,7 @@ The preview queue will be processed automatically by a background job if the sys
<repository type="git">https://github.com/nextcloud/previewgenerator.git</repository>
<dependencies>
<php min-version="8.1" max-version="8.5" />
<nextcloud min-version="31" max-version="34" />
<nextcloud min-version="31" max-version="33" />
</dependencies>
<background-jobs>
<job>OCA\PreviewGenerator\BackgroundJob\PreviewJob</job>
Expand Down
Loading