From 859f208c6641531de4bd576a31cd98934927f6cf Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:26:01 +0200 Subject: [PATCH 1/5] 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 57b960d9258493a2aa72b60d1321ea18668d2e00 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Jul 2022 12:26:03 +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 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 03fc6ef055ccf856e444d09adb5e0338ebceb820 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:29:08 +0200 Subject: [PATCH 3/5] Reverted to origin Sadly committed to master before, instead of PR --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 814b832..69e68fb 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.110.1~ynh2", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From 76f3199422cac10a82c6c898a5c6cda42a445d72 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Jul 2022 12:29:10 +0000 Subject: [PATCH 4/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 e1947b5..eee528e 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.110.1~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 105e801..9f1449c 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.110.1~ynh2 ## Captures d'écran From bf3d105b6b13a7fef68e46ac9213c63a7d02b2c6 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 8 Aug 2022 01:35:44 +0200 Subject: [PATCH 5/5] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0?= =?UTF-8?q?Enumeration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 69e68fb..72b6367 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,8 @@ "upstream": { "license": "AGPL-3.0", "website": "https://misskey-hub.net/", - "code": "https://github.com/misskey-dev/misskey" + "code": "https://github.com/misskey-dev/misskey", + "cpe": "cpe:2.3:a:misskey:misskey" }, "license": "AGPL-3.0", "maintainer": { @@ -41,4 +42,4 @@ } ] } -} +} \ No newline at end of file