From 07f51a1073a84d0fc940326aae32812ec3cdb290 Mon Sep 17 00:00:00 2001 From: it33 Date: Fri, 19 Mar 2021 17:21:31 -0700 Subject: [PATCH 1/3] Adding "Work In Progress" release Also adding a note on German and Japanese translation additions --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 431fe2888..46c822658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Focalboard is an open source, self-hosted alternative to Trello, Notion, Asana a 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). +## [Work In Progress] - v0.7 Release - [Date TBD] + +* Added German and Japanese language translations. Thanks @svelle and @kaakaa! + ## v0.6 Release - March 2021 * Focalboard Personal Desktop is now live in the App Stores: From e82f66b790dbfcb2ae8ed908f4003bdf2eb090c1 Mon Sep 17 00:00:00 2001 From: it33 Date: Fri, 19 Mar 2021 18:37:39 -0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c822658..91fb7b7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,14 @@ This changelog summarizes updates to our open source project. You can also find ## [Work In Progress] - v0.7 Release - [Date TBD] -* Added German and Japanese language translations. Thanks @svelle and @kaakaa! +* Headlines: + * Added German language translation. Thanks @svelle! + * Added Japanese language translation. Thanks @kaakaa! +* Requested Contributions + * [GH-40](https://github.com/mattermost/focalboard/issues/40) - Add property type email [#84](https://github.com/mattermost/focalboard/pull/84). Thanks @renjithgr! +* Other Contributions + * Removed unnecessary binary [#122](https://github.com/mattermost/focalboard/pull/122). Thanks @proffalken! + * Add basic setup for unit testing components with sass files import [#126](https://github.com/mattermost/focalboard/pull/126). Thanks @renjithgr! ## v0.6 Release - March 2021 @@ -21,5 +28,3 @@ This changelog summarizes updates to our open source project. You can also find * [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) -03-04-21 -* Added initial changelog.md file From 4048cff2a14e383cf644a282793fc80aebc9875b Mon Sep 17 00:00:00 2001 From: it33 Date: Fri, 19 Mar 2021 18:40:35 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91fb7b7da..ce093b614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,12 @@ This changelog summarizes updates to our open source project. You can also find ## [Work In Progress] - v0.7 Release - [Date TBD] -* Headlines: +* Key Updates: * Added German language translation. Thanks @svelle! - * Added Japanese language translation. Thanks @kaakaa! + * Added Japanese language translation. Thanks @kaakaa! + * Add Dockerfile to run service in a container. Thanks @proffalken! * Requested Contributions * [GH-40](https://github.com/mattermost/focalboard/issues/40) - Add property type email [#84](https://github.com/mattermost/focalboard/pull/84). Thanks @renjithgr! -* Other Contributions - * Removed unnecessary binary [#122](https://github.com/mattermost/focalboard/pull/122). Thanks @proffalken! - * Add basic setup for unit testing components with sass files import [#126](https://github.com/mattermost/focalboard/pull/126). Thanks @renjithgr! ## v0.6 Release - March 2021