From 443aa239bdf17d2a8d1904b335a9c00e73a0b922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 28 Dec 2020 11:00:42 +0100 Subject: [PATCH] Testing (#8) * Upgrade to 1.7.1 (#6) --- README.md | 8 ++++++-- README_fr.md | 6 +++++- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5f8a1d2..5f7ac87 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 -hedgedoc is a real-time collaborative word processing web service. It uses Markdown language. +HedgeDoc is a real-time collaborative word processing web service. It uses Markdown language. -**Shipped version:** 1.7.0 +**Shipped version:** 1.7.1 ## Screenshots @@ -42,6 +42,10 @@ You can configure HedgeDoc by editing this file `/var/www/hedgedoc/config.json` * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/hedgedoc%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/hedgedoc/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/hedgedoc%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/hedgedoc/) +## Limitations + +* HedgeDoc needs more than 3 GB of RAM to build. + ## Links * Report a bug: https://github.com/YunoHost-Apps/hedgedoc_ynh/issues diff --git a/README_fr.md b/README_fr.md index c9b4da2..e1e9bc2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble HedgeDoc est un service web de traitement de texte collaboratif en temps réel. Il utilise le langage Markdown. -**Version incluse :** 1.7.0 +**Version incluse :** 1.7.1 ## Captures d'écran @@ -42,6 +42,10 @@ Vous pouvez configurer HedgeDoc en modifiant le fichier `/var/www/hedgedoc/confi * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/hedgedoc%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/hedgedoc/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/hedgedoc%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/hedgedoc/) +## Limitations + +* HedgeDoc a besoin de plus de 3 Go de RAM pour être installé. + ## Liens * Signaler un bug : https://github.com/YunoHost-Apps/hedgedoc_ynh/issues diff --git a/conf/app.src b/conf/app.src index f33e2bc..e92e97a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/hedgedoc/hedgedoc/archive/1.7.0.tar.gz -SOURCE_SUM=22c0c13d215669b4addb54d6b021b79f698f69c897cb2f48363495381055b1a8 +SOURCE_URL=https://github.com/hedgedoc/hedgedoc/archive/1.7.1.tar.gz +SOURCE_SUM=6941dc631dca0fbb42de5c0379f5b5eab0cd2e0084ed1edeb431d53f4a38a55a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 352b64f..4f98517 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Collaborative editor to work on notes written in Markdown", "fr": "Éditeur collaboratif pour travailler sur des notes en Markdown" }, - "version": "1.7.0~ynh1", + "version": "1.7.1~ynh1", "url": "https://github.com/hedgedoc/hedgedoc", "license": "AGPL-3.0-only", "maintainer": {