From 6ffd6fca8efa53f7c24d202272a49cf6fa1ade26 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:29:52 +0200 Subject: [PATCH 01/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 69e68fb..814b832 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.110.1~ynh2", + "version": "12.112.1~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From 2b9e90d88914fe718d2b2545ed0a1da94a2cd9fb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Jul 2022 12:29:54 +0000 Subject: [PATCH 02/49] 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 eee528e..e1947b5 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.110.1~ynh2 +**Shipped version:** 12.112.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 9f1449c..105e801 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.110.1~ynh2 +**Version incluse :** 12.112.1~ynh1 ## Captures d'écran From d59810f47220d114fe2612ca766bd49ce0408c58 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:37:55 +0200 Subject: [PATCH 03/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 2ffcab5..a835731 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.110.1.tar.gz -SOURCE_SUM=AA6465EA1135EBA876043125B7C1636FB0B29419A35528D588703A798F80807D +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.112.1.tar.gz +SOURCE_SUM=98BD0321346A6F6771E31CB339B91637514DB31EE2E5A0472651B67FA94C6C62 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From b23e6ce430c16b53bbff306b2e936d8efe5a6fe9 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:38:49 +0200 Subject: [PATCH 04/49] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1d19fbe..c05657a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION="16.14.0" +NODEJS_VERSION="16.15.0" # dependencies used by the app pkg_dependencies="ffmpeg postgresql" From ae4a7fa8cf81f952b19f451188abedf06b8dd8b5 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:41:31 +0200 Subject: [PATCH 05/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 814b832..e612772 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,7 @@ "name": "Anmol Sharma" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.7" }, "multi_instance": true, "services": [ From 30709594357bd0022796650b2d8bf0b213f34eee Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:43:29 +0200 Subject: [PATCH 06/49] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1947b5..e7c4421 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Misskey is a decentralized microblogging platform. Since it exists within the Fe ### Important points to read before installing +- From version 12.111.1~ynh1 (*Misskey* 12.111.1) YunoHost >= 11.0.7 is required, as PostgreSQL >= 12.x is mandatory. - *Misskey* requires a dedicated root domain, e.g. `misskey.domain.tld` - Due to Cypress dependency, *Misskey* only works on 64-bit CPU machines. - *Misskey* can take quite some time to install (more then 30 minutes). So take out some time and grab yourself a coffee. From 699039f8b283d34c340879d7794c5ce6ba2805f0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Jul 2022 12:43:31 +0000 Subject: [PATCH 07/49] Auto-update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e7c4421..e1947b5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Misskey is a decentralized microblogging platform. Since it exists within the Fe ### Important points to read before installing -- From version 12.111.1~ynh1 (*Misskey* 12.111.1) YunoHost >= 11.0.7 is required, as PostgreSQL >= 12.x is mandatory. - *Misskey* requires a dedicated root domain, e.g. `misskey.domain.tld` - Due to Cypress dependency, *Misskey* only works on 64-bit CPU machines. - *Misskey* can take quite some time to install (more then 30 minutes). So take out some time and grab yourself a coffee. From a5bf6376b4778e7c9506f94079cacc40a44c2388 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:44:29 +0200 Subject: [PATCH 08/49] Update README_fr.md --- README_fr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_fr.md b/README_fr.md index 105e801..cff4637 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,6 +27,7 @@ Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au ### Points importants à lire avant l'installation +- A partir de la version 12.111.1~ynh1 (*Misskey* 12.111.1) YunoHost >= 11.0.7 est requis, car PostgreSQL >= 12.x est obligatoire. - *Misskey* nécessite un domaine racine dédié, par ex. `misskey.domain.tld` - En raison de la dépendance de Cypress, *Misskey* ne fonctionne que sur les machines à processeur 64 bits. - *Misskey* peut prendre un certain temps à installer (plus de 30 minutes). Alors prenez un peu de temps et prenez un café. From 5ff7fc0b0660ae22c6d77c23fda47e1040209fc8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Jul 2022 12:44:31 +0000 Subject: [PATCH 09/49] Auto-update README --- README_fr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index cff4637..105e801 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,6 @@ Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au ### Points importants à lire avant l'installation -- A partir de la version 12.111.1~ynh1 (*Misskey* 12.111.1) YunoHost >= 11.0.7 est requis, car PostgreSQL >= 12.x est obligatoire. - *Misskey* nécessite un domaine racine dédié, par ex. `misskey.domain.tld` - En raison de la dépendance de Cypress, *Misskey* ne fonctionne que sur les machines à processeur 64 bits. - *Misskey* peut prendre un certain temps à installer (plus de 30 minutes). Alors prenez un peu de temps et prenez un café. From f4e5116bc277f315ab43d9d050f609f63723b9ee Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 8 Jul 2022 10:43:26 +0200 Subject: [PATCH 10/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e612772..f797835 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.112.1~ynh1", + "version": "12.112.2~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From d8304b384a21c80868bbd7572a84f5eaa68cd390 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 8 Jul 2022 08:43:28 +0000 Subject: [PATCH 11/49] 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 e1947b5..8ef36cc 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.112.1~ynh1 +**Shipped version:** 12.112.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 105e801..dbdf8fe 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.112.1~ynh1 +**Version incluse :** 12.112.2~ynh1 ## Captures d'écran From 751090aaf0f82a473f27bf8a2f62a28f00bf9304 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 8 Jul 2022 10:45:16 +0200 Subject: [PATCH 12/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index a835731..bb5cfe2 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.112.1.tar.gz -SOURCE_SUM=98BD0321346A6F6771E31CB339B91637514DB31EE2E5A0472651B67FA94C6C62 +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.112.2.tar.gz +SOURCE_SUM=82FF87454F27306A0852A3845091B2E90681110663132F3FA057457CFE5630AD SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From eb857f75d56a5a352f7fba6fbd26716b3329f495 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:52:40 +0200 Subject: [PATCH 13/49] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ef36cc..8c0e4f3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Misskey is a decentralized microblogging platform. Since it exists within the Fe ### Important points to read before installing +- Beginning with version 12.111.1~ynh1 (*Misskey* 12.111.1) YunoHost >= 11.0.7 is required, as PostgreSQL >= 12.x is mandatory. - *Misskey* requires a dedicated root domain, e.g. `misskey.domain.tld` - Due to Cypress dependency, *Misskey* only works on 64-bit CPU machines. - *Misskey* can take quite some time to install (more then 30 minutes). So take out some time and grab yourself a coffee. From 86d031aeb7f28bc63ab4ad164c87fa9b823cc0ff Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 8 Jul 2022 09:52:43 +0000 Subject: [PATCH 14/49] Auto-update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8c0e4f3..8ef36cc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Misskey is a decentralized microblogging platform. Since it exists within the Fe ### Important points to read before installing -- Beginning with version 12.111.1~ynh1 (*Misskey* 12.111.1) YunoHost >= 11.0.7 is required, as PostgreSQL >= 12.x is mandatory. - *Misskey* requires a dedicated root domain, e.g. `misskey.domain.tld` - Due to Cypress dependency, *Misskey* only works on 64-bit CPU machines. - *Misskey* can take quite some time to install (more then 30 minutes). So take out some time and grab yourself a coffee. From b17048fdcfc9e415e65b3ef8b9b25ec56eb31051 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:54:59 +0200 Subject: [PATCH 15/49] Update README_fr.md --- README_fr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_fr.md b/README_fr.md index dbdf8fe..a22b557 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,6 +27,7 @@ Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au ### Points importants à lire avant l'installation +- A partir de la version 12.111.1~ynh1 (*Misskey* 12.111.1) YunoHost >= 11.0.7 est requis, car PostgreSQL >= 12.x est obligatoire. - *Misskey* nécessite un domaine racine dédié, par ex. `misskey.domain.tld` - En raison de la dépendance de Cypress, *Misskey* ne fonctionne que sur les machines à processeur 64 bits. - *Misskey* peut prendre un certain temps à installer (plus de 30 minutes). Alors prenez un peu de temps et prenez un café. From 828835728ca49f33176b032f58f7bd62c93f083c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 8 Jul 2022 09:55:01 +0000 Subject: [PATCH 16/49] Auto-update README --- README_fr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index a22b557..dbdf8fe 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,6 @@ Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au ### Points importants à lire avant l'installation -- A partir de la version 12.111.1~ynh1 (*Misskey* 12.111.1) YunoHost >= 11.0.7 est requis, car PostgreSQL >= 12.x est obligatoire. - *Misskey* nécessite un domaine racine dédié, par ex. `misskey.domain.tld` - En raison de la dépendance de Cypress, *Misskey* ne fonctionne que sur les machines à processeur 64 bits. - *Misskey* peut prendre un certain temps à installer (plus de 30 minutes). Alors prenez un peu de temps et prenez un café. From ea33aef6eb8feafc4a7d85241cd5cc5fabdc6e88 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 9 Jul 2022 12:52:14 +0200 Subject: [PATCH 17/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f797835..881eda1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.112.2~ynh1", + "version": "12.112.3~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From cdf8495082d7fa6e48742acfde96a9d81f8a9b80 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Jul 2022 10:52:17 +0000 Subject: [PATCH 18/49] 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 8ef36cc..f5c2bb8 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.112.2~ynh1 +**Shipped version:** 12.112.3~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index dbdf8fe..2003f29 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.112.2~ynh1 +**Version incluse :** 12.112.3~ynh1 ## Captures d'écran From 3e99080f41d5dd4ea4aa9c8a5a54f5dbd56f6be8 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 9 Jul 2022 12:54:06 +0200 Subject: [PATCH 19/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index bb5cfe2..6ed9b5e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.112.2.tar.gz -SOURCE_SUM=82FF87454F27306A0852A3845091B2E90681110663132F3FA057457CFE5630AD +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.112.3.tar.gz +SOURCE_SUM=D28C886D815494A1D6721F20FE4B05708D7DAC6FC61BE491B03DEF6A034D7FC5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 72d8f1f9740c504108ab3aae26201bfd2eacc992 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:03:08 +0200 Subject: [PATCH 20/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 881eda1..fa43bf3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.112.3~ynh1", + "version": "12.113.0~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From af4867d8b170cdad133a14d36f26a963daade293 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 13 Jul 2022 13:03:11 +0000 Subject: [PATCH 21/49] 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 f5c2bb8..35ea523 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.112.3~ynh1 +**Shipped version:** 12.113.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2003f29..d450fb6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.112.3~ynh1 +**Version incluse :** 12.113.0~ynh1 ## Captures d'écran From fba6e75d343fbdf862eb00a458057d85d127f571 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:09:18 +0200 Subject: [PATCH 22/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 6ed9b5e..281baf8 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.112.3.tar.gz -SOURCE_SUM=D28C886D815494A1D6721F20FE4B05708D7DAC6FC61BE491B03DEF6A034D7FC5 +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.113.0.tar.gz +SOURCE_SUM=BF221DFE3CBA98CEED275D6BCFC293E57F6967A26C5D9A6F5CCAFED6C170DE45 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 1d2d9106714f5c96ffc0b01b5269c94ad6cb153d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:16:47 +0200 Subject: [PATCH 23/49] Disable auto updater --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index afd553f..22323c7 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -10,7 +10,7 @@ # automatic actions when a new upstream release is detected. # Remove this exit command when you are ready to run this Action -#exit 1 +exit 1 #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS From 0b7d3bd6b7652afc3c7ccb38340727852fc615c9 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 15 Jul 2022 15:47:05 +0200 Subject: [PATCH 24/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fa43bf3..183171f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.113.0~ynh1", + "version": "12.114.0~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From 2143ab65f47c4f00e7049c7e152e9d6ba7de99bb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 15 Jul 2022 13:47:07 +0000 Subject: [PATCH 25/49] 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 35ea523..d6e8e3a 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.113.0~ynh1 +**Shipped version:** 12.114.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d450fb6..09de427 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.113.0~ynh1 +**Version incluse :** 12.114.0~ynh1 ## Captures d'écran From 8a781ca06fe1f06af55cbc0e1f71cda6a98192f5 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 15 Jul 2022 15:51:21 +0200 Subject: [PATCH 26/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 281baf8..b17fd54 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.113.0.tar.gz -SOURCE_SUM=BF221DFE3CBA98CEED275D6BCFC293E57F6967A26C5D9A6F5CCAFED6C170DE45 +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.114.0.tar.gz +SOURCE_SUM=05AE5F6B28DC40E7F228FCC5B4908C8A5C2E81F68A87A402908DD67964361B15 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 29f42fa7f8857c390e5e296a52c4860e99284ed8 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 16 Jul 2022 11:24:50 +0200 Subject: [PATCH 27/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 183171f..93b06d7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.114.0~ynh1", + "version": "12.115.0~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From 88b6dc484aaf82a7d5d76eec6842d32062016676 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 16 Jul 2022 09:24:53 +0000 Subject: [PATCH 28/49] 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 d6e8e3a..5f97e52 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.114.0~ynh1 +**Shipped version:** 12.115.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 09de427..98d2143 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.114.0~ynh1 +**Version incluse :** 12.115.0~ynh1 ## Captures d'écran From 08649f41f3e86da147c84b747235ea1de04ddc45 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 16 Jul 2022 11:26:09 +0200 Subject: [PATCH 29/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index b17fd54..d63ebd0 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.114.0.tar.gz -SOURCE_SUM=05AE5F6B28DC40E7F228FCC5B4908C8A5C2E81F68A87A402908DD67964361B15 +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.115.0.tar.gz +SOURCE_SUM=EEF789868EF0D98642EABD429B68E83C1D370FFF81DA87AE3EF7F04AEAA3A39E SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From cdde2f1d46f955ae16677bb0c9b035082422064a Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 16 Jul 2022 17:42:30 +0200 Subject: [PATCH 30/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 93b06d7..573808b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.115.0~ynh1", + "version": "12.116.0~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From f1084c1b1bc3decdf82fdf30e5cd7aa318900daa Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 16 Jul 2022 15:42:32 +0000 Subject: [PATCH 31/49] 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 5f97e52..1fccce1 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.115.0~ynh1 +**Shipped version:** 12.116.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 98d2143..6f26e38 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.115.0~ynh1 +**Version incluse :** 12.116.0~ynh1 ## Captures d'écran From 20c9c493726ef71deb2fa46c18381ead320e5c9d Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 16 Jul 2022 17:43:51 +0200 Subject: [PATCH 32/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index d63ebd0..1479318 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.115.0.tar.gz -SOURCE_SUM=EEF789868EF0D98642EABD429B68E83C1D370FFF81DA87AE3EF7F04AEAA3A39E +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.116.0.tar.gz +SOURCE_SUM=E91CE16D6DE7030356B29CAA3C951E9EA361AFF28EEC006BC71882942B605995 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From dbbb93002c1e22401506b763c3463b424f24977a Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sun, 17 Jul 2022 06:23:40 +0200 Subject: [PATCH 33/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 573808b..07154b9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.116.0~ynh1", + "version": "12.116.1~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From 877e5cdeebc169df1a38ad87a6a2c8d0f1030aae Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 17 Jul 2022 04:23:42 +0000 Subject: [PATCH 34/49] 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 1fccce1..bb3e858 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.116.0~ynh1 +**Shipped version:** 12.116.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6f26e38..54d83f5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.116.0~ynh1 +**Version incluse :** 12.116.1~ynh1 ## Captures d'écran From 010d25e60797f13f17e2e991395bee37cb5217c0 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sun, 17 Jul 2022 06:24:49 +0200 Subject: [PATCH 35/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 1479318..9285606 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.116.0.tar.gz -SOURCE_SUM=E91CE16D6DE7030356B29CAA3C951E9EA361AFF28EEC006BC71882942B605995 +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.116.1.tar.gz +SOURCE_SUM=44F4A5AD5E1B2C92F3A10F852FBAB14D650F0E7B7A78B2601625A158F00C07C6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From f6efecb51329d446bdd01b86df4a495ea412f7a1 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Mon, 18 Jul 2022 06:50:54 +0200 Subject: [PATCH 36/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 07154b9..57bb39e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.116.1~ynh1", + "version": "12.117.0~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From af99b0f9165feb37985d7fedc32f6dbe893c0f06 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 18 Jul 2022 04:50:57 +0000 Subject: [PATCH 37/49] 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 bb3e858..e3f213b 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.116.1~ynh1 +**Shipped version:** 12.117.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 54d83f5..1a4482f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.116.1~ynh1 +**Version incluse :** 12.117.0~ynh1 ## Captures d'écran From 7073537ad34f3790ab509c9a1a8c299963471c4e Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Mon, 18 Jul 2022 06:54:22 +0200 Subject: [PATCH 38/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 9285606..afd83a6 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.116.1.tar.gz -SOURCE_SUM=44F4A5AD5E1B2C92F3A10F852FBAB14D650F0E7B7A78B2601625A158F00C07C6 +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.117.0.tar.gz +SOURCE_SUM=D4CC547C7B945E27EFB440D0FA48E9A21D89AFBED8AE3C1D655647BCAC1E4876 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 0433baa6e50e39bf48a17b6f16e5c55483a37dd1 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Tue, 19 Jul 2022 11:50:27 +0200 Subject: [PATCH 39/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 57bb39e..ad861c2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.117.0~ynh1", + "version": "12.117.1~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From 3ca855fc92469f147cb9ca7d6f77f50f079dd561 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Jul 2022 09:50:31 +0000 Subject: [PATCH 40/49] 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 e3f213b..1079956 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.117.0~ynh1 +**Shipped version:** 12.117.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 1a4482f..ed2e704 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.117.0~ynh1 +**Version incluse :** 12.117.1~ynh1 ## Captures d'écran From b9b03c059b03b946c173faeaea36bc7b99e9d2c3 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Tue, 19 Jul 2022 11:51:47 +0200 Subject: [PATCH 41/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index afd83a6..24c424e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.117.0.tar.gz -SOURCE_SUM=D4CC547C7B945E27EFB440D0FA48E9A21D89AFBED8AE3C1D655647BCAC1E4876 +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.117.1.tar.gz +SOURCE_SUM=427AA27587B6FEEA1415238C9F57A6F32C726C75D63EA6EFBA7AC6136F8F6ACC SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From f026c990298a643c89aa91c8f97ee94cc0344a23 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 6 Aug 2022 18:19:08 +0200 Subject: [PATCH 42/49] Upgrade to v12.118.0 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ad861c2..08b6b92 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.117.1~ynh1", + "version": "12.118.0~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From a423d7b71e0bfc1be986858a663d96a09ca681df Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 6 Aug 2022 16:19:10 +0000 Subject: [PATCH 43/49] 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 1079956..f65661a 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.117.1~ynh1 +**Shipped version:** 12.118.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index ed2e704..e643f00 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.117.1~ynh1 +**Version incluse :** 12.118.0~ynh1 ## Captures d'écran From cbe20a80bb1cc9cf743e49831c6280bb9e7a1509 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 6 Aug 2022 18:23:56 +0200 Subject: [PATCH 44/49] Upgrade to version 12.118.0 --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 24c424e..86346f5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.117.1.tar.gz -SOURCE_SUM=427AA27587B6FEEA1415238C9F57A6F32C726C75D63EA6EFBA7AC6136F8F6ACC +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.118.0.tar.gz +SOURCE_SUM=E99FBC2E26180F6EA152DD0241050218F1166686603361559CA6B9565FA4626E SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 13b946f88bd57bfdf055dd9cc09d1d2a02942b2c Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:26:39 +0200 Subject: [PATCH 45/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 08b6b92..1f25f86 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.118.0~ynh1", + "version": "12.118.1~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From e2e1366cffe72daa3028360822c02e4db00ba83e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 8 Aug 2022 05:26:41 +0000 Subject: [PATCH 46/49] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f65661a..0f8cf88 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.118.0~ynh1 +**Shipped version:** 12.118.1~ynh1 + ## Screenshots diff --git a/README_fr.md b/README_fr.md index e643f00..957eba0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.118.0~ynh1 +**Version incluse :** 12.118.1~ynh1 + ## Captures d'écran From 6e3106231e4f3e1a287ecfebee353c7f98df591c Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:30:13 +0200 Subject: [PATCH 47/49] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 86346f5..68ab264 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.118.0.tar.gz -SOURCE_SUM=E99FBC2E26180F6EA152DD0241050218F1166686603361559CA6B9565FA4626E +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.118.1.tar.gz +SOURCE_SUM=E1890D9AEBF65D9EB53800B837BF02BA6A80CD1F4430FD3C83C0911F6DC1F2A2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 5e7c51d771613aec583c2dcc2fcd02510a6d66ac Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Aug 2022 10:28:26 +0000 Subject: [PATCH 48/49] Auto-update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4dee23c..0f8cf88 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Misskey is a decentralized microblogging platform. Since it exists within the Fe **Shipped version:** 12.118.1~ynh1 - ## Screenshots ![Screenshot of Misskey](./doc/screenshots/screenshot-desktop.png) From fad0f3de2743a69455336e8c7260e23ca8e1f7ad Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 12 Aug 2022 12:28:45 +0200 Subject: [PATCH 49/49] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 04838ed..f69552b 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,7 @@ "name": "Anmol Sharma" }, "requirements": { - "yunohost": ">= 11.0.7" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [