What's Changed
New Features:
- Admin users will get a small notification banner for available update in sidebar with link to new release. (check happens every 24 hours)

Notes:
- Docker now defaults to
./data/database.db
as the database path, allowing a simplified initial docker-compose.yaml (existing configurations do not need updating) - oidc groups header updates admin permission of existing user (either add/remove if role exists)
- builds amd64 binary with musl for compatibility (glic error) #755
- renamed
server.sources.config.disabled
toserver.sources.config.disableIndexing
- renamed
server.sources.config.indexingInterval
toserver.sources.config.indexingIntervalMinutes
- better support for running with disabled index.
- small indexing behavior tweaks.
- markdown viewer hides sidebar #744
- quick download only applies to files
BugFixes:
- subtitles filename issue #678
- search result links not working with custom baseUrl #746
- preview error for office native preview #744
- more source name safety for special characters.
- shares with special character errors #753
- backspace navigates back a page when typing #663
- markdown viewer scrolling #767
- fix user permissions updated when modifying api key permissions
- fix language change issue #768 #487
New Contributors
- @AdrianAcala made their first contribution in #748
Full Changelog: v0.7.8-beta...v0.7.9-beta