From 2e3cfe0f9a23666068f1615a92ce1f769214f34a Mon Sep 17 00:00:00 2001 From: it33 Date: Thu, 4 Mar 2021 08:47:08 -0800 Subject: [PATCH] Create changelog.md --- changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 000000000..64ded5bf6 --- /dev/null +++ b/changelog.md @@ -0,0 +1,14 @@ +# Focalboard Changelog + +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 + +- Added initial changelog.md file +- Added [Windows native app (WPF)](https://github.com/mattermost/mattermost-octo-tasks/tree/main/win-wpf) support +- Added [Swagger / OpenAPI definition and documentation](https://htmlpreview.github.io/?https://github.com/mattermost/focalboard/blob/main/server/swagger/docs/html/index.html) +- Added [Import scripts for Trello, Asana, and Notion](https://github.com/mattermost/mattermost-octo-tasks/tree/main/import) +- Added [Developer Tips and Tricks article](https://www.focalboard.com/contribute/getting-started/dev-tips/). +- Added Security improvements: + - Single-user session token + - CSRF prevention with X-Requested-With header