This is a Release Candidate for v0.9.1. Please test and file bugs against it.
Major changes since the last version:
- Recovers inactive websockets connections on reconnect in plugin mode (#1324)
- Handled the case of missing user (#1367)
- Fixed a bug where user couldn't create boards from templates (#1319)
- Start Welcome Page (#1231) (#1340)
- GH-1312 - Update title when running a plugin (#1317)
- Fix issue (#1329)
- Fix #1203. Require v6.0.0 for plugin (#1204)
- Adds workspaceID to blocks and makes board page only reacts to the workspace updates (#1299)
- GH-1263 - Updating sidebar width (#1298)
- GH-1276 - Updating scroll on IOS (#1310)
- Workspace switcher query Mysql issue resolved (#1252)
- Open dashboard from apps witcher (#1295)
- Updated 0 board to 0 boards (singular vs plural) (#1210)
- Allow no workspace and send to dashboard is that happens (#1296)
- Added MySQL migration for applying column level collation (#1297)
- GH-1244 add setting -webkit-user-select and others for MenuWrapper (#1292)
- Fix theming problems on account settings and custom-status modals (#1202)
- Fix elevation-1 variable (#1255)
- Cherry PIck shared boards (#1293)
- Not using the mattermost-redux getTheme version because is not matching the mattermost-webapp version (#1186)
- Global template fetch fix (#1253)
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!