From 5e72c518e77d63fbf05eec5360b648ffb3544877 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 1 Jul 2023 20:17:06 +0200 Subject: [PATCH 1/3] Upgrade to v5.3.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 812c8b8..2c04635 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.2.7~ynh1" +version = "5.3.0~ynh1" maintainers = ["eric_G"] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Jermolene/TiddlyWiki5/archive/v5.2.7.tar.gz" - sha256 = "8db7e0a196f6afe311b0c4f5fd7ae36ad56ef31315480ae511f968691c3870ec" + url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.0.tar.gz" + sha256 = "28046aa38301eabb0e98710bddd78f1ae1d5f671cf4a1bb1cf847884614294ca" autoupdate.strategy = "latest_github_tag" [resources.ports] From 71f948ad22792ba7cc2a11a54eb45c3784f768c8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 1 Jul 2023 18:17:09 +0000 Subject: [PATCH 2/3] 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 4cbd8c3..bc24dbc 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.2.7~ynh1 +**Shipped version:** 5.3.0~ynh1 **Demo:** https://tiddlywiki.com/ diff --git a/README_fr.md b/README_fr.md index 90191c8..a78e510 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.2.7~ynh1 +**Version incluse :** 5.3.0~ynh1 **Démo :** https://tiddlywiki.com/ From cfa654a8c6c6584f7eb0df0b5802884367120c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 1 Jul 2023 21:58:14 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 2c04635..3ed6612 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://tiddlywiki.com/" code = "https://github.com/Jermolene/TiddlyWiki5" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = false ldap = false