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/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"