v0.7.0 - RC2
Pre-release
Pre-release
chenilim
released this
15 Jun 20:17
·
18 commits
to release-0.7.0
since this release
This is a Release Candidate for v0.7.0 (June 2021). Please test and file bugs against it.
Changes from the previous RC:
- Fix #556: Menu font size
- Fix #569: Show websocket connection error banner
- Fixing MM-36062 (#579)
- Ensures cgo is disabled for plugin compilation to avoid libc linking (#565)
- Adding the users for workspace in mattermost layer (#564)
- Fix MySQL migration connection when the DSN doesn't contain any query parameters (#557)
Note that RC builds are not signed:
- On Mac: Right-click on focalboard.app, and click open (you might need to do this twice).
- On Windows: If you see a Windows Defender dialog, click "more info" and "run anyway"
Also, note that self-installed desktop builds store files separately from the App Store versions.
To upgrade Personal Server: See upgrade guide here.
Major updates in this release:
- Multi-select property type. Thanks @hahmadia!
- Checkbox property type. Thanks @mickmister!
- Person property type. Thanks @harshilsharma63!
- Grouped table view. Thanks @sbishel!
- Export individual boards. Thanks @hahmadia!
- Focalboard can now be built as a Mattermost plugin! Thanks @mgdelacroix and @jespino!
- Improved read-only fields display. Thanks @Johennes!
- Improved logging. Thanks @wiggin77!
- Prometheus metrics. Thanks @spirosoik!
- Mac: Open window by clicking on the dock icon. Thanks @Johennes!
- Additional unit tests. Thanks @matheusmosca!
- Fixed Linux app caret display. Thanks @fritsstegmann!
- Added CodeQL check. Thanks @srkgupta!