What's Changed
Breaking Changes:
auth.resetAdminOnStart
has been removed. Instead, if you haveauth.adminPassword
set it will always be reset on startup. If you want to change your default admin password afterwards, make sure to unsetauth.adminPassword
so it doesn't get reset on startup.- renamed include/exclude rules see updated example wiki!
New Features:
- more comprehensive exclude/include rules (see example wiki above).
- include/exclude parts of folder names as well #854
- include/exclude file or folder names globally.
source.config.neverWatchPaths
is now functional -- a list of paths that get indexed initially, but skips re-indexing. Useful for directories you don't expect to change ever, still show up in search but get don't contribute to indexing time after initial indexing.
Notes:
- updated swagger docs #849
BugFixes:
- fix version update notification for binary #836
- ctrl-click cache issue #735
- fix admin user reset OIDC user #811 #851
- fix windows and binary muPdf issue #744
- fix logout oidc issue #829 #662
- file name upload bug #662
- could not create share with absolute timestamps enabled #764
- context menu off screen issue #828
Full Changelog: v0.7.10-beta...v0.7.11-beta