What's Changed
Thanks for the attention and patience with the v0.8.0 release which took a while and I know there would be issues with the refactor. Its one of the reasons I knew a "stable" release wouldn't be possible yet. Now, shares are much more powerful, customizable, and easily enhanced in future changes. Plenty of new share features to come in 0.8.x updates (like onlyoffice support for shares). Keep me updated with any bugs or feature requests by opening issues. A stable release with proper documentation shouldn't be much further off.
New Features:
- api for generate download link (see swagger) #1007
- added
source.config.disabled
option to disable a source without removing it from config file. - added
source.config.private
option to designate as private -- currently just means no sharing permitted. - hide share card in share
- download count for a share shows up on share management
Notes:
- updated description for indexingIntervalMinutes #1067
BugFixes:
- fixed styling issues #1086 #1081 #1082 #1098
- fix download limit issue #1085
- fixed oidc user defaults for new user #1071
- shares get updated when files moved in ui #760
- click listing behavior doesn't clear (introduced in 0.8.0) #1101
- show download count and limit in share list in settings #1103
- fix windows alt+arrow movement issue #1094
- nav memory issue for filenames with brackets #1092
- files with "+"" in name issue #1089
- fixed editor bug in share view #1084
- other share related issues #1087 #1064
Full Changelog: #1106