Skip to content

v0.9.0 - RC7

Pre-release
Pre-release
Compare
Choose a tag to compare
@chenilim chenilim released this 24 Aug 20:32
· 101 commits to release-0.9.0 since this release

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

Major changes since last RC:

  • GH-989 add boards to shared component link (#1023)
  • Show error if Read-Only board is not available (#1022)
  • GH-994 - Updating color for global header menu (#1012)
  • Fixing some color variables (#1038)
  • Prevent opening card dialog when link for URL is clicked. (#1037)
  • 1004-add-board-menu (#1045)
  • Fix border cut on kanban and gallery views (#1044)
  • 1005 - Updating padding on the share popup (#1048)
  • 1010 - Updating text and link property (#1047)
  • Always stop event propagation for click on the link generated from markdown
  • 1061 - Updating date picker (#1070)
  • Updating cell alignment for table view (#1084)
  • Fix #1086: Update channel header button hint (#1087)
  • Update share url (#1062)

NOTE: The v0.9 Focalboard plugin will require Mattermost v6.0 when released.

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!