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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
-->
# Changelog

## 5.12.0-beta.1 - 2026-01-31
### Added
- Add support for Nextcloud 34
- Add support for PHP 8.5
- Implement background job to generate previews

### Changed
- Migrate preview_generation.id column to bigint

### Fixed
- Handle UniqueConstraintViolationException gracefully

## 5.11.0 - 2025-11-19
### Added
- Allow running multiple instances of pre-generate
Expand Down
2 changes: 1 addition & 1 deletion 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

**Important**: To enable pre-generation of previews you must add **php /var/www/nextcloud/occ preview:pre-generate** to a system cron job that runs at times of your choosing.]]>
</description>
<version>5.12.0-dev.4</version>
<version>5.12.0-beta.1</version>
<licence>agpl</licence>
<author>Richard Steinmetz</author>
<namespace>PreviewGenerator</namespace>
Expand Down
Loading