diff --git a/README.md b/README.md index 428e666..5a39bcd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in 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.60.4~ynh1 +**Shipped version:** 0.61.11~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 62386ff..57bac5a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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.60.4~ynh1 +**Version incluse :** 0.61.11~ynh1 ## Captures d’écran diff --git a/doc/PRE_UPGRADE.md b/doc/PRE_UPGRADE.md new file mode 100644 index 0000000..218d115 --- /dev/null +++ b/doc/PRE_UPGRADE.md @@ -0,0 +1,6 @@ +There is a DB change, sync protocol remains unchanged. Make a full backup of the app before upgrading because the data directory is not included in the pre-upgrade backup script. + +#### _Release Notes_ +This is a small release containing some refactorings and smaller improvements, which was created as a cut of a bigger development branch which is taking too long to finish. + +See [release notes](https://github.com/zadam/trilium/releases/tag/v0.59.1) for more information. \ No newline at end of file diff --git a/doc/PRE_UPGRADE_fr.md b/doc/PRE_UPGRADE_fr.md new file mode 100644 index 0000000..3bcb75c --- /dev/null +++ b/doc/PRE_UPGRADE_fr.md @@ -0,0 +1,6 @@ +Il y a un changement de DB, le protocole de synchronisation reste inchangé. Effectuez une sauvegarde complète de l'application avant la mise à niveau, car le répertoire de données n'est pas inclus dans le script de sauvegarde de pré-mise à niveau. + +#### _Notes de Version_ +Il s'agit d'une petite version contenant quelques refactorisations et améliorations mineures, qui a été créée comme une coupe d'une branche de développement plus importante qui prend trop de temps à se terminer. + +Voir les [notes de version](https://github.com/zadam/trilium/releases/tag/v0.59.1) pour plus d'informations. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 62a6fe8..b502b06 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Trilium Notes" description.en = "Hierarchical note taking application with focus on building large personal knowledge base" description.fr = "Application de prise de note hiérarchique centrée sur la construction d'une large base de connaissances personnelle" -version = "0.60.4~ynh1" +version = "0.61.11~ynh1" maintainers = ["Jules Bertholet"] @@ -53,8 +53,8 @@ ram.runtime = "110M" [resources.sources] [resources.sources.main] - url = "https://github.com/zadam/trilium/archive/refs/tags/v0.60.4.tar.gz" - sha256 = "3a7a03d6c345f5a4cd765c0fdd6a927227735c5153449cb863e5e0e40108f972" + url = "https://github.com/zadam/trilium/archive/refs/tags/v0.61.11.tar.gz" + sha256 = "8e689e26fe5ea3ea0f3e061e9176c50b9e6868f31a2675245425cbdd615c931a" rename = "v0.60.4.tar.gz" autoupdate.strategy = "latest_github_tag" diff --git a/tests.toml b/tests.toml index 1f15c84..324b2a7 100644 --- a/tests.toml +++ b/tests.toml @@ -6,4 +6,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - #test_upgrade_from.85a53b5.name = "Merge pull request #36 from YunoHost-Apps/testing" + test_upgrade_from.fac7d16.name = "Merge pull request #40 from YunoHost-Apps/testing"