1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00

Changelog format

This commit is contained in:
Chen-I Lim 2021-03-04 09:28:29 -08:00
parent f485f44cdb
commit 3043401027

View File

@ -2,13 +2,14 @@
This changelog summarizes updates to Focalboard, an open source project management application as an alternative to Notion, Asana and Trello. This changelog summarizes updates to Focalboard, an open source project management application as an alternative to Notion, Asana and Trello.
## Release v0.06 - 2021-03-04 ## Draft for v0.6 Release - Target: March 2021
- Added initial changelog.md file ### 2021-03-04
- Added [Windows native app (WPF)](https://github.com/mattermost/mattermost-octo-tasks/tree/main/win-wpf) support * Added initial changelog.md file
- Added [Swagger / OpenAPI definition and documentation](https://htmlpreview.github.io/?https://github.com/mattermost/focalboard/blob/main/server/swagger/docs/html/index.html) * Added [Windows native app (WPF)](https://github.com/mattermost/mattermost-octo-tasks/tree/main/win-wpf) support
- Added [Import scripts for Trello, Asana, and Notion](https://github.com/mattermost/mattermost-octo-tasks/tree/main/import) * Added [Swagger / OpenAPI definition and documentation](https://htmlpreview.github.io/?https://github.com/mattermost/focalboard/blob/main/server/swagger/docs/html/index.html)
- Added [Developer Tips and Tricks article](https://www.focalboard.com/contribute/getting-started/dev-tips/). * Added [Import scripts for Trello, Asana, and Notion](https://github.com/mattermost/mattermost-octo-tasks/tree/main/import)
- Added Security improvements: * Added [Developer Tips and Tricks article](https://www.focalboard.com/contribute/getting-started/dev-tips/).
- Single-user session token * Added Security improvements:
- CSRF prevention with X-Requested-With header * Single-user session token
* CSRF prevention with X-Requested-With header