Releases: nextcloud-releases/files_confidential
Releases · nextcloud-releases/files_confidential
v5.1.0
[5.1.0] - 2026-06-24
Changed
- Support Nextcloud 35 #247 @nickvergessen
- Port away from OC_App #241 @CarlSchwan
- Update composer and node dependencies #261 @lukasdotcom
Fixed
- Create temp file copy without
#when needed #262 @lukasdotcom
v4.1.1
[4.1.1] - 2026-06-24
Fixed
- Create temp file copy without # when needed #262 @lukasdotcom
- Update npm dependencies to fix security advisories #244
v3.3.1
v5.0.0
[5.0.0] - 2026-02-26
Breaking changes
- Drop support for Nextcloud 29, 30, 31, and 32
Changed
- Support Nextcloud 34 #227 @nickvergessen
- Use nextcloud files instead of webdav #229 @lukasdotcom
v4.1.0
v4.0.0
[4.0.0] - 2025-12-05
Breaking changes
- Drop support for Nextcloud 28
Changed
- Use outlined icons #214 @AndyScherzinger
- Support Nextcloud 33 #215 @nickvergessen
- Upgrade to vue3 and vite #221 @lukasdotcom
- Use IAppConfig and lazy loading instead of IConfig #222 @lukasdotcom
Added
- Autoremove classification labels that are not needed anymore #223 @lukasdotcom
Fixed
- Update composer dependencies and use psalm 6 #218 @lukasdotcom
v3.3.0
Fixed
- performance issues with large files, PDF parser configuration #209
- chore(deps): Bump smalot/pdfparser from 2.11.0 to 2.12.0 #203
- fix(l10n): Update translations from Transifex
v3.2.0
Fixed
- fix(nextcloudignore): Add more files to .nextcloudignore Marcel Klehr 3/30/25, 3:38 PM
- chore: update dependencies
- Fix(l10n): Update translations from Transifex
v3.1.0
[3.1.0] - 2025-01-17
Maintenance update. NC 31 support
Changed
- Updated npm packages
v3.0.3
[3.0.3] - 2024-08-07
Fixed
- Do not crash entire request with file parsing error. #149
- ClassificationLabel: convert display name to string when filtering. #147 @DorraJaouad