focalboard/CHANGELOG.md

43 lines
3.0 KiB
Markdown
Raw Normal View History

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
## [Work In Progress] - v0.7 Release - [Date TBD]
2021-03-20 09:41:30 +01:00
* Key Updates:
* Focalboard now available on DockerHub at https://hub.docker.com/r/mattermost/focalboard. [#91](https://github.com/mattermost/focalboard/issues/91) Thanks @jwilander @obbardc!
* 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!
* 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!
* 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!
* Added Gallery view.
* Added Checkbox content type.
* Added Selected cards duplication with CTRL+D.
* Added Search shortcut (ctrl+shift+f).
2021-03-20 09:41:30 +01:00
* Requested Contributions
* 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 11:04:29 +01:00
## v0.6 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