v0.9.1 - RC4
Pre-release
Pre-release
chenilim
released this
06 Oct 17:43
·
18 commits
to release-0.9.0
since this release
This is a Release Candidate for v0.9.1. Please test and file bugs against it.
Major changes since the last RC:
- Disable websockets in shared boards (#1391)
- Fix #1397. Add show empty toggle to Dashboard (#1398)
- Updating splash screen sizing for image and content (#1399)
- Run all CI on PRs to be merged with release branches (#1390) (#1449)
- Update snapshots, remove tests for release-0.9.0 (#1454)
- Avoided boards from navigating to URL not belonging to it (#1460)
- Make sure setValue receives empty string (#1444)
- Only call history replace if a plugin (#1457)
- Move app history replace to happen only if not in plugin legacy mode (#1466)
- Adds a check to ensure that the URL view belongs to the board or redirects (#1468)
NOTE: The v0.9 Focalboard plugin requires Mattermost v6.0.
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:
- Workspace switcher and dashboard. Thanks @harshilsharma63 and @asaadmahmood!
- New date range property type. Thanks @sbishel!
- Table calculations. Thanks @harshilsharma63!
- Changed the urls to use routes instead of query parameters. Thanks @jespino!
- Revamped websocket communication layer. Thanks @mgdelacroix!
- Add clear button to value selectors. Thanks @jespino!
- Fix auto-size columns in FireFox. Thanks @kamre!
- Fix comments not appearing in readonly view. Thanks @harshilsharma63!
- Multi-line card titles. Thanks @kamre!
- Add unit tests for sqlstore. Thanks @yedamao!
- Add makefile documentation. Thanks @Szymongib!