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
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
-->
# Changelog

## 5.11.0-beta.3 - 2025-11-18
### Fixed
- Running generate-all with multiple workers skips some files

## 5.11.0-beta.2 - 2025-11-14
### Fixed
- Spawning multiple generate-all workers when occ is not executable

## 5.11.0-beta.1 - 2025-11-08
## 5.11.0 - 2025-11-19
### Added
- Allow running multiple instances of pre-generate
- Implement spawning multiple workers for generate-all
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.11.0-beta.3</version>
<version>5.11.0</version>
<licence>agpl</licence>
<author>Richard Steinmetz</author>
<namespace>PreviewGenerator</namespace>
Expand Down
Loading