From 5231499a4be5c336a44375af7a194cfa008ff489 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 26 Feb 2021 15:57:37 +0100 Subject: [PATCH] Update to 1.2 - Allow symlink for no compression --- CHANGELOG.md | 6 ++++++ README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8710c7e..b23c5e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Changelog ## Unreleased - Nothing for now... +## [1.2~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/pull/33) - 2021-02-26 + +#### Added +- [Allow symlink for no compression - archivist 1.2](https://github.com/YunoHost-Apps/archivist_ynh/pull/33) + + ## [1.1~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/pull/29) - 2021-01-12 #### Added diff --git a/README.md b/README.md index ffff078..10c57a4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It can also makes backups of specified directories. Your backups can be send to many other places, local or distant. Archivist is automatically launched periodicaly to update your backups and send the modifications to the other places. -**Shipped version:** 1.1 +**Shipped version:** 1.2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 876b5ae..07042fe 100644 --- a/README_fr.md +++ b/README_fr.md @@ -15,7 +15,7 @@ Il peut également faire des sauvegardes de répertoires spécifiques. Vos sauvegardes peuvent être envoyées à de nombreux autres endroits, locaux ou distants. Archivist est automatiquement lancé périodiquement pour mettre à jour vos sauvegardes et envoyer les modifications aux autres emplacements. -**Version embarquée:** 1.1 +**Version embarquée:** 1.2 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index c744e11..1aaa35b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/v1.1.tar.gz -SOURCE_SUM=f612de7b58366df437cbe228c4b934d1 +SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/v1.2.tar.gz +SOURCE_SUM=934eaee74a9bdb8c41c4a47baeba4727 SOURCE_SUM_PRG=md5sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index ec107a1..d084f18 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Automatic backups.", "fr": "Sauvegardes automatiques." }, - "version": "1.1~ynh1", + "version": "1.2~ynh1", "url": "https://github.com/maniackcrudelis/archivist", "license": "GPL-3.0", "maintainer": {