From 159f80cca3e945e1a1efdb6873346ae2e825df2b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Sep 2023 14:31:23 +0000 Subject: [PATCH 1/7] Auto-update README --- README.md | 1 - README_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 475155f..5b405ab 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a sin * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index ba04bd1..be4f0c3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,6 @@ TiddlyWiki est un wiki interactif complet en JavaScript. Il peut être utilisé * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs From ce66366f95babaf66f72cc17b8e5d4b67d6a8de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:31:40 +0200 Subject: [PATCH 2/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a193414..aba5ed1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -40,7 +40,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" + type = "select" choices = ["ar-PS", "ca-ES", "cs-CZ", "da-DK", "de-AT", "de-CH", "de-DE", "el-GR", "en-US", "es-ES", "fa-IR", "fr-FR", "he-IL", "hi-IN", "ia-IA", "it-IT", "ja-JP", "ko-KR", "nl-NL", "pa-IN", "pl-PL", "pt-BR", "pt-PT", "ru-RU", "sk-SK", "sl-SI", "sv-SE", "zh-CN", "zh-Hans", "zh-Hant", "zh-HK", "zh-TW"] default = "en-US" From f57aba444c49998e4d45da4bc8ff882e28b5a93e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 13 Dec 2023 17:18:30 +0100 Subject: [PATCH 3/7] Upgrade to v5.3.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index aba5ed1..bdce38d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "TiddlyWiki" description.en = "Non-linear personal web notebook" description.fr = "Carnet Web personnel non linéaire" -version = "5.3.1~ynh1" +version = "5.3.2~ynh1" maintainers = ["eric_G"] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.1.tar.gz" - sha256 = "6ea0fb39f6cefc08603c21ae51e9cc69cf092d622aff335e249abed92b3fca53" + url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.2.tar.gz" + sha256 = "168fbc7bd8e4bd6ac337d166b8c78c2dc2d749fede4e20781fb7d7fc59c821a6" autoupdate.strategy = "latest_github_tag" [resources.ports] From 2a5517b996caf3a044aa9b66d299ca15bea9ca93 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 13 Dec 2023 16:18:31 +0000 Subject: [PATCH 4/7] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b405ab..01694d9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -**Shipped version:** 5.3.1~ynh1 +**Shipped version:** 5.3.2~ynh1 **Demo:** https://tiddlywiki.com/ @@ -31,6 +31,7 @@ TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a sin * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index be4f0c3..33fd8af 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po TiddlyWiki est un wiki interactif complet en JavaScript. Il peut être utilisé comme un seul fichier HTML dans le navigateur ou comme une puissante application Node.js (cette dernière est utilisée pour YunoHost). Il est hautement personnalisable : toute l'interface utilisateur est elle-même implémentée dans WikiText modifiable. -**Version incluse :** 5.3.1~ynh1 +**Version incluse :** 5.3.2~ynh1 **Démo :** https://tiddlywiki.com/ @@ -31,6 +31,7 @@ TiddlyWiki est un wiki interactif complet en JavaScript. Il peut être utilisé * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From bb8605df9a051da7266964b090e2f4c35fea00c4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 13 Dec 2023 19:32:38 +0000 Subject: [PATCH 5/7] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b405ab..73fb8d1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a sin * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index be4f0c3..000c0aa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,6 +31,7 @@ TiddlyWiki est un wiki interactif complet en JavaScript. Il peut être utilisé * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From f0b8464d872c9e8eb234e4a86c8814ac3b4d2d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:33:44 +0100 Subject: [PATCH 6/7] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index aba5ed1..bdce38d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "TiddlyWiki" description.en = "Non-linear personal web notebook" description.fr = "Carnet Web personnel non linéaire" -version = "5.3.1~ynh1" +version = "5.3.2~ynh1" maintainers = ["eric_G"] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.1.tar.gz" - sha256 = "6ea0fb39f6cefc08603c21ae51e9cc69cf092d622aff335e249abed92b3fca53" + url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.2.tar.gz" + sha256 = "168fbc7bd8e4bd6ac337d166b8c78c2dc2d749fede4e20781fb7d7fc59c821a6" autoupdate.strategy = "latest_github_tag" [resources.ports] From 9f327f0e24c15d2e0e51c8ffe9301468051c5223 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 13 Dec 2023 19:33:53 +0000 Subject: [PATCH 7/7] 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 73fb8d1..01694d9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -**Shipped version:** 5.3.1~ynh1 +**Shipped version:** 5.3.2~ynh1 **Demo:** https://tiddlywiki.com/ diff --git a/README_fr.md b/README_fr.md index 000c0aa..33fd8af 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po TiddlyWiki est un wiki interactif complet en JavaScript. Il peut être utilisé comme un seul fichier HTML dans le navigateur ou comme une puissante application Node.js (cette dernière est utilisée pour YunoHost). Il est hautement personnalisable : toute l'interface utilisateur est elle-même implémentée dans WikiText modifiable. -**Version incluse :** 5.3.1~ynh1 +**Version incluse :** 5.3.2~ynh1 **Démo :** https://tiddlywiki.com/