From efe1e70cbfd4436153444cb0ecaba8abf698f2fd Mon Sep 17 00:00:00 2001 From: Limezy Date: Sun, 2 Oct 2022 14:36:15 +0700 Subject: [PATCH 1/4] 0.196.0 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 61726d3..bc22ae1 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Workflow Automation Tool. Easily automate tasks across different services", "fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" }, - "version": "0.193.3~ynh1", + "version": "0.196.0~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index a5379a9..38ae523 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.193.3 +n8n_version=0.196.0 #================================================= # PERSONAL HELPERS From 44954442be452c1749c89b45e3b9971dc1f9002b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 4 Oct 2022 17:03:39 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 6 +++++- README_fr.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50b45c9..5c11435 100755 --- a/README.md +++ b/README.md @@ -17,13 +17,17 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Shipped version:** 0.193.3~ynh1 +**Shipped version:** 0.196.0~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/n8n_ynh/tree/master) used in the catalog is currently on version 0.193.3\~ynh1.)* ## Screenshots ![Screenshot of n8n](./doc/screenshots/n8n-screenshot.png) +## :red_circle: Antifeatures + +- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use. + ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index ed75cde..2ab7aec 100755 --- a/README_fr.md +++ b/README_fr.md @@ -17,13 +17,17 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Version incluse :** 0.193.3~ynh1 +**Version incluse :** 0.196.0~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/n8n_ynh/tree/master) utilisée dans le catalogue est actuellement en 0.193.3\~ynh1.)* ## Captures d'écran ![Capture d'écran de n8n](./doc/screenshots/n8n-screenshot.png) +## :red_circle: Fonctions indésirables + +- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use. + ## Documentations et ressources * Site officiel de l'app : From bd8b81ff6197706c1fc33a1bd10d0393feb2d8dd Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 20 Nov 2022 19:29:28 +0100 Subject: [PATCH 3/4] Upgrade to v0.203.1 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bc22ae1..ce18289 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Workflow Automation Tool. Easily automate tasks across different services", "fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" }, - "version": "0.196.0~ynh1", + "version": "0.203.1~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 38ae523..e0d5ea1 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.196.0 +n8n_version=0.203.1 #================================================= # PERSONAL HELPERS From a414deda6e157b0f1a23046192d141b20907a2a8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 20 Nov 2022 18:29:51 +0000 Subject: [PATCH 4/4] 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 5c11435..a6f1669 100755 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Shipped version:** 0.196.0~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/n8n_ynh/tree/master) used in the catalog is currently on version 0.193.3\~ynh1.)* - +**Shipped version:** 0.203.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2ab7aec..d8d6e57 100755 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Version incluse :** 0.196.0~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/n8n_ynh/tree/master) utilisée dans le catalogue est actuellement en 0.193.3\~ynh1.)* - +**Version incluse :** 0.203.1~ynh1 ## Captures d'écran