From ba1d360d9f5f5c740b427bd8b196d9395442f259 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Tue, 12 Jan 2021 18:19:58 +0100 Subject: [PATCH] Use 1.1 release --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- README_fr.md | 2 +- conf/app.src | 6 +++--- manifest.json | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c54bbd6..8710c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ Changelog ## Unreleased - Nothing for now... +## [1.1~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/pull/29) - 2021-01-12 + +#### Added +- [Allow to choose compression algorithms](https://github.com/YunoHost-Apps/archivist_ynh/pull/29) + +#### Fixed +- [Fix YunoHost 4.1 support](https://github.com/YunoHost-Apps/archivist_ynh/pull/29) + +#### Changed +- [Force compression for YunoHost backups](https://github.com/YunoHost-Apps/archivist_ynh/pull/29) + + ## [1.0.1~ynh2](https://github.com/YunoHost-Apps/archivist_ynh/pull/25) - 2020-01-04 #### Fixed diff --git a/README.md b/README.md index 4278ed1..ffff078 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.0.1 +**Shipped version:** 1.1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2751c44..876b5ae 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.0.1 +**Version embarquée:** 1.1 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index f667132..c744e11 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/698b7f79bf98681fad7bdc4411a4eae4658b6f51.zip -SOURCE_SUM=89c471dab51cc46a38a9930285e181a3 +SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/v1.1.tar.gz +SOURCE_SUM=f612de7b58366df437cbe228c4b934d1 SOURCE_SUM_PRG=md5sum -SOURCE_FORMAT=zip +SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index 5f1c70f..e7a759f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Automatic backups.", "fr": "Sauvegardes automatiques." }, - "version": "1.0.1~ynh3", + "version": "1.1~ynh1", "url": "https://github.com/maniackcrudelis/archivist", "license": "GPL-3.0", "maintainer": {