From 1833ddad9ae28d9a22e75c74a1032988f6ca5af0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 21 Oct 2022 15:41:27 +0000 Subject: [PATCH 1/6] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a8454e7..53810cd 100755 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Focalboard is a project management tool that helps define, organize, track and manage work across teams, using a familiar kanban board view. -**Shipped version:** 7.2.1~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/focalboard_ynh/tree/master) used in the catalog is currently on version 7.1.0\~ynh1.)* - +**Shipped version:** 7.4.3~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 8137119..f863cc3 100755 --- a/README_fr.md +++ b/README_fr.md @@ -18,8 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Focalboard est un outil de gestion de projet qui aide à définir, organiser, suivre et gérer le travail entre les équipes, à l'aide d'une vue de tableau kanban familière. -**Version incluse :** 7.2.1~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/focalboard_ynh/tree/master) utilisée dans le catalogue est actuellement en 7.1.0\~ynh1.)* - +**Version incluse :** 7.4.3~ynh1 ## Captures d'écran From 1b152e9d822ce61b0a613aa01955700b0ad26c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:56:39 +0100 Subject: [PATCH 2/6] 7.4.4 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 76ea51f..6700961 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v7.4.3/focalboard-server-linux-amd64.tar.gz -SOURCE_SUM=bca66712f79489891c66a68a90554930193e0cd400916484d33bab1ad2edf921 +SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v7.4.4/focalboard-server-linux-amd64.tar.gz +SOURCE_SUM=0a68e064d54a0b630fea733ef4615811b39299b71b6202eb8fb650494b0d9d96 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 159281f..ba4599a 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted alternative to Trello, Notion, and Asana", "fr": "Alternative auto-hébergée à Trello, Notion et Asana" }, - "version": "7.4.3~ynh1", + "version": "7.4.4~ynh1", "url": "https://www.focalboard.com/", "upstream": { "license": "MIT", From 46f53951077f0d7dcde7ee7902174e766d16087d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 7 Nov 2022 18:56:44 +0000 Subject: [PATCH 3/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53810cd..8f7df3f 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Focalboard is a project management tool that helps define, organize, track and manage work across teams, using a familiar kanban board view. -**Shipped version:** 7.4.3~ynh1 +**Shipped version:** 7.4.4~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index f863cc3..36b60ef 100755 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Focalboard est un outil de gestion de projet qui aide à définir, organiser, suivre et gérer le travail entre les équipes, à l'aide d'une vue de tableau kanban familière. -**Version incluse :** 7.4.3~ynh1 +**Version incluse :** 7.4.4~ynh1 ## Captures d'écran From 3d37df9f43a5892b2780181bf14bc82217c8d6e9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 8 Nov 2022 06:20:24 +0000 Subject: [PATCH 4/6] Upgrade to v7.4.4 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ba4599a..a9b3566 100755 --- a/manifest.json +++ b/manifest.json @@ -45,4 +45,4 @@ } ] } -} \ No newline at end of file +} From 9a098f82d5ce19da6481c6a11f53085da0655694 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 1 Dec 2022 06:18:20 +0000 Subject: [PATCH 5/6] Upgrade to v7.5.2 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 6700961..cd08bd1 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v7.4.4/focalboard-server-linux-amd64.tar.gz -SOURCE_SUM=0a68e064d54a0b630fea733ef4615811b39299b71b6202eb8fb650494b0d9d96 +SOURCE_URL=https://github.com/mattermost/focalboard/releases/download/v7.5.2/focalboard-server-linux-amd64.tar.gz +SOURCE_SUM=6864c1e5d98124255ab8d4e5306e015bfd16ad1ad794916897c0385a9e612cd2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index a9b3566..aa37485 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted alternative to Trello, Notion, and Asana", "fr": "Alternative auto-hébergée à Trello, Notion et Asana" }, - "version": "7.4.4~ynh1", + "version": "7.5.2~ynh1", "url": "https://www.focalboard.com/", "upstream": { "license": "MIT", From 7532ad4d2d0bbd621d0dcf5c59c293b930685652 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 1 Dec 2022 06:18:24 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f7df3f..daa578d 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Focalboard is a project management tool that helps define, organize, track and manage work across teams, using a familiar kanban board view. -**Shipped version:** 7.4.4~ynh1 +**Shipped version:** 7.5.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 36b60ef..6b8a4d6 100755 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Focalboard est un outil de gestion de projet qui aide à définir, organiser, suivre et gérer le travail entre les équipes, à l'aide d'une vue de tableau kanban familière. -**Version incluse :** 7.4.4~ynh1 +**Version incluse :** 7.5.2~ynh1 ## Captures d'écran