From 6256d26db4030d13810fe3099e88718de5ea2942 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 8 Sep 2022 06:34:04 +0000 Subject: [PATCH 1/6] Upgrade to v0.96.2 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6da1162..da5d885 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.92.4~ynh1", + "version": "0.96.2~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", @@ -46,4 +46,4 @@ } ] } -} \ No newline at end of file +} From 2ab5098d123ae439fb297ecc92d69fc248e3b635 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 8 Sep 2022 06:34:09 +0000 Subject: [PATCH 2/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 8e28152..d3f9afa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.92.4~ynh1 +**Shipped version:** 0.96.2~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index 47123d2..e2192e6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.92.4~ynh1 +**Version incluse :** 0.96.2~ynh1 **Démo :** https://www.nocodb.com/demos From 0dbf9bd7041d08db0430862dcefd040afe946353 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 29 Sep 2022 06:45:25 +0000 Subject: [PATCH 3/6] Upgrade to v0.97.0 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index da5d885..21fc55d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.96.2~ynh1", + "version": "0.97.0~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", From 456da92b6df0f7dde11b4564b76bace4b8561751 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 29 Sep 2022 06:45:30 +0000 Subject: [PATCH 4/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 d3f9afa..fec733c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.96.2~ynh1 +**Shipped version:** 0.97.0~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index e2192e6..2005c81 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.96.2~ynh1 +**Version incluse :** 0.97.0~ynh1 **Démo :** https://www.nocodb.com/demos From 840f779842963d969d67da9378ad07d86769f3d4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 15 Oct 2022 06:18:37 +0000 Subject: [PATCH 5/6] Upgrade to v0.98.1 --- 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 d746228..1c5d34d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/c2277253ef6d2dfaf9907e206a2917c5d26d4127.zip -SOURCE_SUM=79caeac87ee30ea8d6e96716d7604196e1b583dd6128716a980511e266f544ba +SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/93c28e2fc6ba7403f147ac8e35c7386f1a9c2194.zip +SOURCE_SUM=a35d3d491228b4f1cffb3905a9d7fda93957b46d0842febcc90a2c098b5c6744 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 21fc55d..a3da16c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.97.0~ynh1", + "version": "0.98.1~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", From 345165e15d955117c90f38c917cd06eb81d89748 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 15 Oct 2022 06:18:43 +0000 Subject: [PATCH 6/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 fec733c..b443adc 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.97.0~ynh1 - +**Shipped version:** 0.98.1~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index 2005c81..634dbbc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,8 +27,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.97.0~ynh1 - +**Version incluse :** 0.98.1~ynh1 **Démo :** https://www.nocodb.com/demos