From 2d7e480be1a5e62058354ddbb7c4c6afd0b5c10f Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Fri, 21 May 2021 16:26:51 -0400 Subject: [PATCH] Update to v0.47.3 --- README.md | 6 +++--- README_fr.md | 4 ++-- conf/app.src | 6 +++--- manifest.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5172de4..8888dde 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 -Trilium Notes is an Evernote-like hierechical note taking application with many advanced features, focused on building a large personal knowledge base. +Trilium Notes is an Evernote-like hierarchical note taking application with many advanced features, focused on building a large personal knowledge base. -**Shipped version:** 0.47.2 +**Shipped version:** 0.47.3 ## Screenshots @@ -19,7 +19,7 @@ Trilium Notes is an Evernote-like hierechical note taking application with many ## Configuration -You will be asked to choose a username and password when you first access the app. You can configue Trillium from the settings menu of the app interface. +You will be asked to choose a username and password when you first access the app. You can configure Trillium from the settings menu of the app interface. ## Documentation diff --git a/README_fr.md b/README_fr.md index 974d7de..8773d13 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 -Trilium Notes est une application de prise de note hiérarchique semblable a Evernote, avec maintes fonctions avancées, centrée sur la constuction d'une large base de connsaissances personelle. +Trilium Notes est une application de prise de note hiérarchique semblable a Evernote, avec maintes fonctions avancées, centrée sur la construction d'une large base de connaissances personnelle. -**Version incluse :** 0.47.2 +**Version incluse :** 0.47.3 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index a261254..2e1621d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/zadam/trilium/archive/refs/tags/v0.47.2.tar.gz -SOURCE_SUM=ef5000595891170265dbeade2fc459b62cadeb45514d9296c598838aa5b826a7 +SOURCE_URL=https://github.com/zadam/trilium/archive/refs/tags/v0.47.3.tar.gz +SOURCE_SUM=6fdaaf9ca68f76eddb92ed1e5750e20f14fc6f1641874a5499aaf7eb7249c240 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=v0.47.2.tar.gz +SOURCE_FILENAME=v0.47.3.tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 308703d..071b7dc 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "packaging_format": 1, "description": { "en": "A hierarchical note taking application with focus on building large personal knowledge base", - "fr": "Une application de prise de note hiérarchique centrée sur la constuction d'une large base de connsaissances personelle" + "fr": "Une application de prise de note hiérarchique centrée sur la construction d'une large base de connaissances personnelle" }, "version": "0.47.2~ynh1", "url": "https://github.com/zadam/trilium",