From 213f88e9ba7ae8291be39f58dffdaa95bb8f20e2 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:54:53 +0100 Subject: [PATCH 1/4] Update v2023.12.2 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 616dce4..7495208 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Iceshrimp" description.en = "$app is a decentralized and federated social networking service, implementing the ActivityPub standard." description.fr = "$app est un service de réseau social décentralisé et fédéré, implémentant le standard ActivityPub." -version = "2023.12.1~ynh1" +version = "2023.12.2~ynh1" maintainers = ["oufmilo"] From 43cdd3e6060f6215056ca99cbc93f4d4c31b781c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 1 Feb 2024 15:56:24 +0000 Subject: [PATCH 2/4] 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 7d61a9a..39f6cc3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features. -**Shipped version:** 2023.12.1~ynh1 +**Shipped version:** 2023.12.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 040d9b5..9e92f19 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Iceshrimp est un service de réseau social décentralisé et fédéré, impléme Il a été forké de Calckey et Firefish (lui-même forké de Misskey) à la mi-2023, afin de se concentrer sur la stabilité, les performances et la facilité d'utilisation plutôt que sur de nouvelles fonctionnalités. -**Version incluse :** 2023.12.1~ynh1 +**Version incluse :** 2023.12.2~ynh1 ## Captures d’écran From e04998cdc33d201aa3ad9d2bf1b931bf9006cff2 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:59:38 +0100 Subject: [PATCH 3/4] Add test upgrade --- tests.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index aa3fef4..0dd9911 100644 --- a/tests.toml +++ b/tests.toml @@ -14,4 +14,6 @@ test_format = 1.0 # ------------------------------- # Commits to test upgrade from - # ------------------------------- \ No newline at end of file + # ------------------------------- + + test_upgrade_from.c16ac89.name = "2023.12.1" \ No newline at end of file From eaae5ca60f6b4031978a88e17364b6c779170733 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:38:17 +0100 Subject: [PATCH 4/4] Change version commit --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 0dd9911..d1ff1ea 100644 --- a/tests.toml +++ b/tests.toml @@ -16,4 +16,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.c16ac89.name = "2023.12.1" \ No newline at end of file + test_upgrade_from.6bd676e.name = "2023.12.1" \ No newline at end of file