v2.0.0-preview-4
Pre-releaseCaution
This is a pre-beta preview of v2.0.0 and should be treated as a test build. Make sure you keep your existing configuration and files safe.
This preview update addresses some migration challenges brought up from the previous discussion. A common migration issue was when there was no database specified in the config. So I have added a migrateFrom: default option where it preferes the existing environment variables. Considering most config files don't have the server.database location specified in the config.yaml and instead use env vars or defaults, this should make migrations less confusing for most.
Re-run the migration config tool with your old config if you had migration issues
Please: enable the opt-in analytics in settings > System & Admin, doing that and running the program for at least 24 hours helps propagate some of the data so I can start building a public statistics dashboard.
Also I would prefer all issues and comments in the discussion for this release (rather than opening issues)
What's Changed
- re-add swipe to dismiss notifications by @Kurami32 in #2672
- add default migration path behavior by @gtsteffaniak in #2688
- updated with migration fix for noauth by @gtsteffaniak in #2689
- fix x forwarded headers bug by @gtsteffaniak in #2690
- fix single file stream issue by @gtsteffaniak in #2692
- updated with small changes by @gtsteffaniak in #2693
- add view token fix by @gtsteffaniak in #2691
- added remaining comments and functionality changes by @gtsteffaniak in #2694
- enhancements to file permissions functionality by @gtsteffaniak in #2697
- port v1.5.4 changes to v2.0.0 by @gtsteffaniak in #2703
Full Changelog: v2.0.0-preview-3...v2.0.0-preview-4