diff --git a/README.md b/README.md index 0a3d34b..4b53f8f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ With GoToSocial, you can keep in touch with your friends, post, read, and share Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). -**Shipped version:** 0.12.0~ynh2 +**Shipped version:** 0.12.1~ynh1 ## Screenshots @@ -31,12 +31,13 @@ Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). ## Disclaimers / important information -GoToSocial is still in alpha and **may be unstable**. You can read [the roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) to check the progress of GoToSocial's features. +GoToSocial is still in alpha and **may be unstable**. The beta is planned for 2024. +You can read [the roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) to check the progress of GoToSocial's features. GoToSocial require a **dedicated domain (or subdomain) name**, for example: gotosocial.example.com -This package is not-working SSO (single-sign on) or LDAP integration. -You will have a separate account from the rest of your Yunohost server, potentially with a different username and password. +This package is not-working with the SSO (single-sign on) or LDAP integration. +You will have a **separate account from the rest of your Yunohost server**, potentially with a different username and password. GoToSocial **does not provide a user interface**. You will need to use a Mastodon-compatible client such as [Tusky](https://tusky.app/) on Android, [Feditext](https://fedi.software/@Feditext) for iOS or an instance of [Semaphore](https://semaphore.social/) on the Web. @@ -51,11 +52,12 @@ You can login with your admin user (the one automatically created at the instala In this administration interface, you can configure the following things: -* The name of your instance -* Its description +* The name of your instance and its description * Your contact e-mail address * The referring user -* Blocked domains (not to federate with) +* Blocked domains (not to federate with) or allowed domains (for the allowlist federation mode) +* Custom emojis +* Moderation reports #### Configuration diff --git a/README_fr.md b/README_fr.md index fccafe2..1fe7d01 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Avec GoToSocial, vous pouvez rester en contact avec vos amis, publier, lire et p Vous pouvez consulter la documentation à l'adresse : [docs.gotosocial.org](https://docs.gotosocial.org). -**Version incluse :** 0.12.0~ynh2 +**Version incluse :** 0.12.1~ynh1 ## Captures d’écran @@ -31,12 +31,13 @@ Vous pouvez consulter la documentation à l'adresse : [docs.gotosocial.org](http ## Avertissements / informations importantes -GoToSocial est encore en alpha et **peut etre instable**. Vous pouvez consulter [la roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) pour vérifier l'avancée des fonctionnalités de GoToSocial. +GoToSocial est encore en alpha et **peut etre instable**. La beta est prévue pour 2024. +Vous pouvez consulter [la roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) pour vérifier l'avancée des fonctionnalités de GoToSocial. GoToSocial nécessite un **nom de domaine (ou sous domaine) dédié**, par exemple : gotosocial.example.com Ce paquet ne fonctionne pas avec l'authentification unique (SSO) ou l'intégration LDAP. -Vous aurez un compte séparé du reste de votre serveur Yunohost, avec potentiellement un nom d'utilisateur et un mot de passe différent. +Vous aurez un **compte séparé du reste de votre serveur Yunohost**, avec potentiellement un nom d'utilisateur et un mot de passe différent. GoToSocial **ne dispose pas d'une interface utilisateur-ice**. Vous devrez utiliser un client compatible avec Mastodon comme [Tusky](https://tusky.app/) sur Android, [Feditext](https://fedi.software/@Feditext) sur iOS ou une instance de [Semaphore](https://semaphore.social/) en Web. @@ -51,11 +52,12 @@ Vous pouvez vous connecter avec votre utilisateur admin (celui créé automatiqu Dans cette interface d'administration, vous pouvez paramétrer les choses suivantes : -* Le nom de votre instance -* Sa description +* Le nom de votre instance et sa description * Votre adresse e-mail de contact * L'utilisateurice référent-e -* Les domaines bloqués (pour ne pas fédérer avec) +* Les domaines bloqués (pour ne pas fédérer avec) ou autorisés (pour le mode de fédération par liste blanche) +* Les émojis personnalisés +* Les signalements pour la modération #### Configuration diff --git a/conf/arm64.src b/conf/arm64.src index d993b9c..e20158a 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.0/gotosocial_0.12.0_linux_arm64.tar.gz -SOURCE_SUM=846d0700d34358bcc9ed452ed1459ed072ba6abe0dcf760bad73a465579930a8 +SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.1/gotosocial_0.12.1_linux_arm64.tar.gz +SOURCE_SUM=0027c5518a34aac33589441c36b538c6d2dcf15d222b80d6a6505d9940d3876d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_EXTRACT=true SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.12.0_linux_arm64.tar.gz +SOURCE_FILENAME=gotosocial_0.12.1_linux_arm64.tar.gz diff --git a/conf/armv6.src b/conf/armv6.src index f4b6377..b0eee04 100644 --- a/conf/armv6.src +++ b/conf/armv6.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.0/gotosocial_0.12.0_linux_armv6.tar.gz -SOURCE_SUM=fa16467b5fb72d34b03f80161b4d5aab02c4a55296768835fa99eb843909aec5 +SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.1/gotosocial_0.12.1_linux_armv6.tar.gz +SOURCE_SUM=01f044efb57aa0b9ba2a09935b3ba30ed55423411304a1b8ccd85f2e6485612c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_EXTRACT=true SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.12.0_linux_armv6.tar.gz +SOURCE_FILENAME=gotosocial_0.12.1_linux_armv6.tar.gz diff --git a/conf/armv7.src b/conf/armv7.src index 4e15023..51ba076 100644 --- a/conf/armv7.src +++ b/conf/armv7.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.0/gotosocial_0.12.0_linux_armv7.tar.gz -SOURCE_SUM=44c4ce23a50ef31020693a05f96ec0408dbd41f6e9bd928aa979bb820f96d84e +SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.1/gotosocial_0.12.1_linux_armv7.tar.gz +SOURCE_SUM=aa0140b2782e43ecfbdab5bba214e474959c698f2e2cdca4232b5969121d8774 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_EXTRACT=true SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.12.0_linux_armv7.tar.gz +SOURCE_FILENAME=gotosocial_0.12.1_linux_armv7.tar.gz diff --git a/conf/i386.src b/conf/i386.src index a7655ef..4c60388 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.0/gotosocial_0.12.0_linux_386.tar.gz -SOURCE_SUM=e91e4af12341f73bb1be58d953679e09ab24f47a4ccfc417f1ec4e3fbf6a97c2 +SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.1/gotosocial_0.12.1_linux_386.tar.gz +SOURCE_SUM=93dc0e0529d5ccc8a716abed45d218dfd74a0542109106bc377b5f965f18fb6e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_EXTRACT=true SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.12.0_linux_386.tar.gz +SOURCE_FILENAME=gotosocial_0.12.1_linux_386.tar.gz diff --git a/conf/x86-64.src b/conf/x86-64.src index f2fe2be..a8c75a4 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.0/gotosocial_0.12.0_linux_amd64.tar.gz -SOURCE_SUM=e1f309b1c8c7b224bfd12cefcd6c9111b15447d8ab7713e89d0066507ca06c45 +SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.12.1/gotosocial_0.12.1_linux_amd64.tar.gz +SOURCE_SUM=de448300dd2b7112de59f2ff79e9832cd08b280b490207601aa52e85e34923c5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_EXTRACT=true SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=gotosocial_0.12.0_linux_amd64.tar.gz +SOURCE_FILENAME=gotosocial_0.12.1_linux_amd64.tar.gz diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 60a64c3..bfb39a6 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,9 +1,10 @@ -GoToSocial is still in alpha and **may be unstable**. You can read [the roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) to check the progress of GoToSocial's features. +GoToSocial is still in alpha and **may be unstable**. The beta is planned for 2024. +You can read [the roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) to check the progress of GoToSocial's features. GoToSocial require a **dedicated domain (or subdomain) name**, for example: gotosocial.example.com -This package is not-working SSO (single-sign on) or LDAP integration. -You will have a separate account from the rest of your Yunohost server, potentially with a different username and password. +This package is not-working with the SSO (single-sign on) or LDAP integration. +You will have a **separate account from the rest of your Yunohost server**, potentially with a different username and password. GoToSocial **does not provide a user interface**. You will need to use a Mastodon-compatible client such as [Tusky](https://tusky.app/) on Android, [Feditext](https://fedi.software/@Feditext) for iOS or an instance of [Semaphore](https://semaphore.social/) on the Web. @@ -18,11 +19,12 @@ You can login with your admin user (the one automatically created at the instala In this administration interface, you can configure the following things: -* The name of your instance -* Its description +* The name of your instance and its description * Your contact e-mail address * The referring user -* Blocked domains (not to federate with) +* Blocked domains (not to federate with) or allowed domains (for the allowlist federation mode) +* Custom emojis +* Moderation reports #### Configuration diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 2b922a3..2c57ad5 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,9 +1,10 @@ -GoToSocial est encore en alpha et **peut etre instable**. Vous pouvez consulter [la roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) pour vérifier l'avancée des fonctionnalités de GoToSocial. +GoToSocial est encore en alpha et **peut etre instable**. La beta est prévue pour 2024. +Vous pouvez consulter [la roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) pour vérifier l'avancée des fonctionnalités de GoToSocial. GoToSocial nécessite un **nom de domaine (ou sous domaine) dédié**, par exemple : gotosocial.example.com Ce paquet ne fonctionne pas avec l'authentification unique (SSO) ou l'intégration LDAP. -Vous aurez un compte séparé du reste de votre serveur Yunohost, avec potentiellement un nom d'utilisateur et un mot de passe différent. +Vous aurez un **compte séparé du reste de votre serveur Yunohost**, avec potentiellement un nom d'utilisateur et un mot de passe différent. GoToSocial **ne dispose pas d'une interface utilisateur-ice**. Vous devrez utiliser un client compatible avec Mastodon comme [Tusky](https://tusky.app/) sur Android, [Feditext](https://fedi.software/@Feditext) sur iOS ou une instance de [Semaphore](https://semaphore.social/) en Web. @@ -18,11 +19,12 @@ Vous pouvez vous connecter avec votre utilisateur admin (celui créé automatiqu Dans cette interface d'administration, vous pouvez paramétrer les choses suivantes : -* Le nom de votre instance -* Sa description +* Le nom de votre instance et sa description * Votre adresse e-mail de contact * L'utilisateurice référent-e -* Les domaines bloqués (pour ne pas fédérer avec) +* Les domaines bloqués (pour ne pas fédérer avec) ou autorisés (pour le mode de fédération par liste blanche) +* Les émojis personnalisés +* Les signalements pour la modération #### Configuration diff --git a/manifest.json b/manifest.json index 6fc8df1..65d4108 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Fast ActivityPub social network server written in Go", "fr": "Serveur de réseau social véloce basé sur ActivityPub écrit en Go" }, - "version": "0.12.0~ynh2", + "version": "0.12.1~ynh1", "url": "https://github.com/superseriousbusiness/gotosocial", "upstream": { "license": "AGPL-3.0-only", @@ -106,4 +106,4 @@ } ] } -} \ No newline at end of file +}