From 3f9c3a6003243140e3e44671ef60a5461ed1a831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 23 Jun 2020 07:39:44 +0200 Subject: [PATCH] update to 3.19.0 (#41) * update to 3.19.0 * new overview --- README.md | 6 +++--- README_fr.md | 8 ++++---- conf/app.src | 6 +++--- manifest.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6524a0b..9d0b3ad 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -CryptPad is a Zero Knowledge realtime collaborative editor. You can share access to a document simply by sharing the link. +CryptPad is a collaborative encrypted document editor in real time. It is a privacy-friendly alternative to popular office tools and cloud services. All content stored in CryptPad is encrypted before being sent, which means that no one can access your data unless you give them the keys. You can share access to a document simply by sharing the link. -**Shipped version:** 3.18.1 +**Shipped version:** 3.19.0 ## Screenshots @@ -45,7 +45,7 @@ CryptPad is a Zero Knowledge realtime collaborative editor. You can share access ## Limitations * Installation possible only on a root domain (CryptPad limitation) -* Can't login via SSO (due to this [Cryptpad limitation](https://github.com/xwiki-labs/cryptpad/issues/116)) +* Can't login via SSO (due to this [CryptPad limitation](https://github.com/xwiki-labs/cryptpad/issues/116)) ## Additional information diff --git a/README_fr.md b/README_fr.md index eaaa339..3333dea 100644 --- a/README_fr.md +++ b/README_fr.md @@ -9,9 +9,9 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* ## Vue d'ensemble -CryptPad est un éditeur de documents chiffrés collaboratifs en temps réel. Vous pouvez partager l'accès à un document simplement en partageant le lien. +CryptPad est un éditeur de documents chiffrés collaboratifs en temps réel. C'est une alternative respectant la vie privée aux outils office et aux services cloud populaires. Tout le contenu stocké dans CryptPad est chiffré avant d'être envoyé, ce qui signifie que personne ne peut accéder à vos données à moins que vous ne leur donniez les clés. Vous pouvez partager l'accès à un document simplement en partageant le lien. -**Version incluse :** 3.18.1 +**Version incluse :** 3.19.0 ## Captures d'écran @@ -30,7 +30,7 @@ Comment configurer cette application : via le panneau d'administration ainsi que * Official documentation : https://cryptpad.fr/what-is-cryptpad.html * YunoHost documentation : If specific documentation is needed, feel free to contribute. -## YunoHost specific features +## Caractéristiques spécifiques YunoHost #### Support multi-utilisateur @@ -56,7 +56,7 @@ Comment configurer cette application : via le panneau d'administration ainsi que * Signaler un bug : https://github.com/YunoHost-Apps/cryptpad_ynh/issues * Site de l'application : https://cryptpad.fr/ * Dépôt de l'application principale : https://github.com/xwiki-labs/cryptpad -* Site web YunoHost: https://yunohost.org/ +* Site web YunoHost : https://yunohost.org/ --- diff --git a/conf/app.src b/conf/app.src index bbab401..f195fab 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/3.18.1.tar.gz -SOURCE_SUM=6aad512ffd04632b94dc47c17f59781c484508dd6bcf4675bda945d74e66ef6b +SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/3.19.0.tar.gz +SOURCE_SUM=da5410aab4b3b63774ace5367a5c4337c819920717f28923db774f1dd8c13812 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=cryptpad-3.18.1.tar.gz +SOURCE_FILENAME=cryptpad-3.19.0.tar.gz diff --git a/manifest.json b/manifest.json index 1b313f9..e282072 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Zero Knowledge realtime collaborative editor", "fr": "Éditeur chiffré collaboratif en temps réel." }, - "version": "3.18.1~ynh1", + "version": "3.19.0~ynh1", "url": "https://cryptpad.fr/", "license": "AGPL-3.0-or-later", "maintainer": {