v0.7.0-beta
What's Changed
See spotlight wiki of major changes.
This release includes freeBSD binaries and new media
docker image tags (see ghcr and dockerhub)! The media versions include the video integration already configured -- but currently do not support armv7. To configure the video integration on other releases (such as the binary download from this page), you will need ffmpeg installed and the bin directory configured as part of the integration.

See Configuration wiki example for OIDC authentication -- tested with authentik.
Note
This is a major beta release, it should automatically create a backup of your database, but please create a backup yourself as well. There are changes that are not backwards compatible!
New Features:
- New authentication method: OIDC (OpenID Connect)
- UI refresh
- Refreshed icons and styles to provide more contrast #493
- New scrollbar which includes information about the listing #304
- User-configurable popup previewer and user can control preview size of images.
- Enhanced user settings page with more toggle options.
- Replaced checkboxes with toggles switches #461
- Refreshed Breadcrumbs style.
- Main navbar icon is multipurpose menu, close, back and animates
- Enhanced source info on the UI
- User must have permission
realtime: true
property to get realtime events. - Sources shows status of the directory
ready
,indexing
, andunavailable
- User must have permission
- Top-right overflow menu for deleting / editing files in peview #456
- Helpful UI animation for drag and drop files, to get feedback where the drop target is.
- More consistent theme color #538
- New file preview types:
Notes:
- sesssionId is now unique per window. Previously it was shared accross browser tabs.
- DisableUsedPercentage is a backend property now, so users can't "hack" the information to be shown.
- Updated documentation for resources api #560
- Updated placeholder for scopes #475
- When user's API permissions are removed, any api keys the user had will be revoked.
server.enableThumbnails
moved toserver.disablePreviews
defaulting to false.server.resizePreview
moved toserver.resizePreviews
(with an "s" at the end)
Bug Fixes:
- Nil pointer error when source media is disconnected while running.
- Source selection buggy #537
- Upload folder structure #539
- Editing files on multiple sources #535
- Prevent the user from changing the password #550
- Links in setting page does not navigate to correct location #474
- Url encoding issue #530
- Certain file types being treated as folders #555
- Source name with special characters #557
- Onlyoffice support on proxy auth #559
- Downloading with user scope #564
- User disableSettings property to be respected.
- Non admin users updating admin settings.
- Right click context issue on safari desktop.
- office save file issue.
Full Changelog: v0.6.8-beta...v0.7.0-beta