From 48af61128474c394c78b5535fd9c4ffb6e30e6ad Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 12 Jun 2023 20:16:13 +0200 Subject: [PATCH 1/5] Upgrade to v2.3.25 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c92d2d2..12e8373 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Leantime" description.en = "Project management system for startups and innovators" description.fr = "Système de gestion de projet pour les startups et les innovateurs" -version = "2.3.23~ynh1" +version = "2.3.25~ynh1" maintainers = ["eric_G"] @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Leantime/leantime/releases/download/v2.3.23/Leantime-v2.3.23.tar.gz" - sha256 = "13c7a757a5bdd96d7c74042395ed68a74b50347cc5c30023a561aeba1375bc7e" + url = "https://github.com/Leantime/leantime/archive/refs/tags/v2.3.25.tar.gz" + sha256 = "8ada8c62b709e96872eff10747c5057620f3444ad90e74409a3207d9abe5c409" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 656939eb4888994e685f58d36447285ed46b345d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 12 Jun 2023 18:16:16 +0000 Subject: [PATCH 2/5] 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 28db73c..81f0ea2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana. -**Shipped version:** 2.3.23~ynh1 +**Shipped version:** 2.3.25~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 5cff8e9..c613935 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Leantime est un système de gestion de projet open source allégé pour les startups et les innovateurs. C'est une alternative à ClickUp, Notion et Asana. -**Version incluse :** 2.3.23~ynh1 +**Version incluse :** 2.3.25~ynh1 ## Captures d’écran From c7c6792340a0b1699244c7aff72bd38c3ccdb119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:22:37 +0200 Subject: [PATCH 3/5] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 12e8373..63406e0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ admindoc = "https://docs.leantime.io" code = "https://github.com/Leantime/leantime" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.1.20" architectures = "all" multi_instance = true ldap = true @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Leantime/leantime/archive/refs/tags/v2.3.25.tar.gz" - sha256 = "8ada8c62b709e96872eff10747c5057620f3444ad90e74409a3207d9abe5c409" + url = "https://github.com/Leantime/leantime/releases/download/v2.3.25/Leantime-v2.3.25.tar.gz" + sha256 = "7afcabadc151c95ea6dd3628ed4f512d8d429836beb3c0f3b4c0b55f4b6936d2" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 9d3e9cfe85f34734bf44d249e006b2a81357e9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 20 Jul 2023 22:59:54 +0200 Subject: [PATCH 4/5] Update manifest.toml Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 63406e0..23ba1ad 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,7 +47,8 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/Leantime/leantime/releases/download/v2.3.25/Leantime-v2.3.25.tar.gz" sha256 = "7afcabadc151c95ea6dd3628ed4f512d8d429836beb3c0f3b4c0b55f4b6936d2" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "Leantime-v*.tar.gz" [resources.system_user] From 34a45f8d3af202e22bf6954c468ceb2c940215c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 20 Jul 2023 23:01:06 +0200 Subject: [PATCH 5/5] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 23ba1ad..fabed7a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ admindoc = "https://docs.leantime.io" code = "https://github.com/Leantime/leantime" [integration] -yunohost = ">= 11.1.20" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = true @@ -36,7 +36,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" + type = "select" choices = ["en-US", "es-ES", "it-IT", "fr-FR"] default = "fr-FR"