Skip to content

v0.9.0 - RC11

Pre-release
Pre-release

Choose a tag to compare

@chenilim chenilim released this 14 Sep 19:37
· 83 commits to release-0.9.0 since this release

This is a Release Candidate for v0.9.0. Please test and file bugs against it.

Major changes since RC10:

  • Reduced min_server_version to 5.38 for the plugin - to run on Community

Major changes since RC9:

  • Fix #1095 - Updating global menu color for plugin (#1157)
  • Fix not importing compass-icons on plugin mode (#1184)
  • Respect the mattermost icon when focalboard is used as a plugin (#1185)
  • Focalboard UI Fixes (#1194)

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:

  • New date range property type. Thanks @sbishel!
  • Table calculations. Thanks @harshilsharma63!
  • Changed the urls to use routes instead of query parameters. Thanks @jespino!
  • 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!