2021-03-04 17:47:08 +01:00
# Focalboard Changelog
2021-03-15 21:20:58 +01:00
Focalboard is an open source, self-hosted alternative to Trello, Notion, Asana and Jira for project management. We help individuals and teams define, organize, track and manage their work.
2021-03-05 14:54:48 +01:00
2021-03-15 21:20:58 +01:00
This changelog summarizes updates to our open source project. You can also find the [latest releases and release notes on GitHub here ](https://github.com/mattermost/focalboard/releases ).
2021-03-04 17:47:08 +01:00
2022-03-03 01:11:32 +01:00
## v0.15 Release - March, 2022
2022-03-03 01:13:07 +01:00
* Onboarding tour. Thanks @harshilsharma63 ! @jespino !
2022-03-03 01:11:32 +01:00
* Channel intro link to Boards. Thanks @sbishel !
* Improved share board UI. Thanks @sbishel !
2022-03-03 20:33:26 +01:00
* New error pages. Thanks @wiggin77 ! @asaadmahmood !
2022-03-03 01:11:32 +01:00
* In-app links to import Help Docs. Thanks @justinegeffen ! @sbishel !
* Toggle to hide empty groups for TableView. Thanks @vish9812 !
* Removed transactions from sqlite backend to prevent locking issues. Thanks @jespino !
* Update readme with accurate Linux standalone app build instructions. Thanks @wiggin77 !
* Change wrapping in React.memo. Thanks @kamre !
* Don't use property value for key construction. Thanks @kamre !
* Updated comment box alignment. Thanks @asaadmahmood !
2022-03-04 16:21:04 +01:00
* Show "(Deleted User)" instead of UUID when user not found. Thanks @akkivasu !
2022-03-03 01:11:32 +01:00
2022-02-03 00:46:27 +01:00
## v0.14 Release - February, 2022
* Template selector dialog. Thanks @jespino !
* New standard templates. Thanks @wiggin77 !
* Archive file format has changed and now supports images. Thanks @wiggin77 !
* Card badges. Thanks @kamre !
* URL property improvement. Thanks @kamre !
* GIF support in card descriptions. Thanks @asaadmahmood !
* Add links to linode. Thanks @ChaseKnowlden !
* Add `chown` for nobody in the docker run example. Thanks @K3UL !
* Fixed Mac M1 chip build. Thanks @jpaldeano !
* Removed link to deleted css file. Thanks @kamre !
* Fixed typo in config.toml. Thanks @krmh04 !
2021-08-09 23:21:03 +02:00
2022-01-06 15:43:13 +01:00
## v0.12 Release - January, 2022
* Change notifications. Thanks @wiggin77 !
* Person avatars. Thanks @asaadmahmood !
* Updated comment sort order. Thanks @asaadmahmood !
2021-11-23 01:15:03 +01:00
## v0.11 Release - December, 2021
* Calendar view. Thanks @sbishel !
* `@mention` autocomplete. Thanks @hahmadia !
2021-11-08 22:14:37 +01:00
## v0.10 Release - November, 2021
* @mention notifications. Thanks @wiggin77 !
* Board calculations. Thanks @harshilsharma63 !
* Unfurl card previews in posts. Thanks @hahmadia !
* Plus many, many contributions from Hacktoberfest and beyond, including from: @jufab , @kamre , @Johennes , @nishantwrp , @tiago154 , @DeeJayBro , @CuriousCorrelation , @prakharporwal , @donno2048 , @anchepiece , @puerco , @adithyaakrishna , @JenyaFTW , @ivernus , @grsky360 , @b4sen , @naresh1205 , @JtheBAB , @ssensalo , @berkeka , @yedamao , @Prassud , @NakulChauhan2001 , @achie27 , @crspeller , @sahil9001 , @alauregaillard , @igordsm , @rafaeelaudibert , @kaakaa , @Sayanta66 , @Bhavin789 , @Shahzayb , @kayazeren , @fcoiuri , @tsabi , @DeviousLab , @leosunmo , @xMicky24GIT , @majidsajadi , @marcvelasco , and @aloks98 . Sorry if we missed anyone in this list!
2021-08-09 23:21:03 +02:00
## v0.9 Release - August, 2021
* New date range property type. Thanks @sbishel !
2021-07-13 13:42:05 +02:00
* Changed the urls to use routes instead of query parameters. Thanks @jespino !
2021-08-09 23:21:03 +02:00
* 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 !
2021-05-10 21:22:42 +02:00
2021-07-08 20:16:01 +02:00
## v0.8 Release - July, 2021
* CreatedBy property. Thanks @harshilsharma63 !
* Fix dragged card order. Thanks @kamre !
* Date format user setting. Thanks @darkLord19 !
* Add property tooltip in board view. Thanks @ditsemto !
* Fix plugin links. Thanks @N3rdP1um23 !
* Add MySQL documentation. Thanks @ctlaltdieliet and @3l0w !
* RPC API support. Thanks @agnivade !
## v0.7.0 Release - June, 2021
* 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 !
2021-05-10 21:22:42 +02:00
## v0.6.7 Release - May, 2021
2021-03-20 01:21:31 +01:00
2021-04-23 01:01:05 +02:00
* Key Updates:
* Added Todoist import script. Thanks @harshilsharma63 !
* Added MySql database support. Thanks @jespino !
* Added URL and phone number properties. Thanks @BharatKalluri !
* Added documentation for share board. Thanks @haardikdharma10 !
2021-04-28 02:00:44 +02:00
* Persist Mac app settings. Thanks @Johennes !
* Improved board sorting without leading emoji. Thanks @Johennes !
2021-05-05 01:41:16 +02:00
* Added Prettier linting for SCSS. Thanks @signalwerk !
* Improved table headers. Thanks @sbishel !
2021-05-24 18:59:30 +02:00
* Disable unused Mac tab menu. Thanks @@haardikdharma10!
* Fixed server lint issues. Thanks @harshilsharma63 !
* Updated open button. Thanks @arjitc !
2021-04-23 01:01:05 +02:00
2021-04-21 19:33:28 +02:00
## v0.6.5 Release - April 19, 2021
2021-03-20 09:41:30 +01:00
* Key Updates:
2021-03-20 11:02:53 +01:00
* Focalboard now available on DockerHub at https://hub.docker.com/r/mattermost/focalboard. [#91 ](https://github.com/mattermost/focalboard/issues/91 ) Thanks @jwilander @obbardc !
2021-03-20 03:17:41 +01:00
* You can now contribute translations to Focalboard on https://translate.mattermost.com/. Thanks @jespino !
2021-03-20 02:37:39 +01:00
* Added German language translation. Thanks @svelle !
2021-03-20 02:40:35 +01:00
* Added Japanese language translation. Thanks @kaakaa !
2021-03-20 09:07:30 +01:00
* Added French language translation. Thanks @CyrilLD !
2021-03-25 19:54:35 +01:00
* Added Occitan language translation. Thanks Quentin PAGÈS!
* Added Dutch language translation. Thanks Tom De Moor!
* Added Turkish language translation. Thanks Abdullah Musab!
* Added Chinese language translation. Thanks Yao Xie and toto6038!
* Added Russian language translation. Thanks Edward Smirnov!
2021-03-20 11:02:53 +01:00
* Add Dockerfile to run service in a container. [#76 ](https://github.com/mattermost/focalboard/pull/76 ) Thanks @proffalken !
* Add docker-compose to run the whole service in containers. [#105 ](https://github.com/mattermost/focalboard/pull/105 ) Thanks @jbutler992 !
2021-03-31 12:18:06 +02:00
* Added Gallery view.
* Added Checkbox content type.
2021-04-21 19:33:28 +02:00
* Added Selected cards duplication with Ctrl+D.
* Added Search shortcut (Ctrl+Shift+F).
2021-03-20 09:41:30 +01:00
* Requested Contributions
2021-03-20 11:02:53 +01:00
* Add more frontend unit test coverage. [#126 ](https://github.com/mattermost/focalboard/pull/126 ) Thanks @renjithgr !
2021-03-20 09:41:30 +01:00
* [GH-40 ](https://github.com/mattermost/focalboard/issues/40 ) - Add property type email [#84 ](https://github.com/mattermost/focalboard/pull/84 ). Thanks @renjithgr !
2021-03-20 01:21:31 +01:00
2021-04-21 19:33:28 +02:00
## v0.6.1 Release - March 15, 2021
2021-03-04 17:47:08 +01:00
2021-03-15 21:20:58 +01:00
* Focalboard Personal Desktop is now live in the App Stores:
* [Mac App Store ](https://apps.apple.com/app/apple-store/id1556908618?pt=2114704&ct=changelog&mt=8 )
* [Microsoft App Store ](https://www.microsoft.com/store/apps/9NLN2T0SX9VF?cid=changelog )
2021-03-04 18:52:53 +01:00
* Added [Windows native app (WPF) ](https://github.com/mattermost/focalboard/tree/main/win-wpf ) support
2021-03-04 18:28:29 +01:00
* Added [Swagger / OpenAPI definition and documentation ](https://htmlpreview.github.io/?https://github.com/mattermost/focalboard/blob/main/server/swagger/docs/html/index.html )
2021-03-04 18:52:53 +01:00
* Added [Import scripts for Trello, Asana, and Notion ](https://github.com/mattermost/focalboard/tree/main/import )
2021-03-04 18:28:29 +01:00
* Added [Developer Tips and Tricks article ](https://www.focalboard.com/contribute/getting-started/dev-tips/ ).
* Added Security improvements:
2021-03-04 18:52:53 +01:00
* [Single-user session token ](https://github.com/mattermost/focalboard/commit/0fe96ad7ed3b0c3a68c9a5889b34b764782f9266 )
* [CSRF prevention with X-Requested-With header ](https://github.com/mattermost/focalboard/commit/43c656c9a440e12f87b61d66654ed3d9873b1620 )
2021-03-15 21:20:58 +01:00