From 6aee5d4c6ec4266bb7dd54e1c9971a8bae34223e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 20 Jun 2024 03:43:24 +0200 Subject: [PATCH 1/5] Upgrade to v2.10.1 https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.10.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7caa564..5915644 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Paperless-ngx" description.en = "Scan, index and archive all your physical documents" description.fr = "Scannez, triez et archivez tous vos documents papiers" -version = "2.10.0~ynh1" +version = "2.10.1~ynh1" maintainers = ["Tagada"] @@ -51,8 +51,8 @@ ram.runtime = "350M" [resources.sources] [resources.sources.main] - url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.10.0/paperless-ngx-v2.10.0.tar.xz" - sha256 = "8f1a2d444bac674785e3193bcd296a0277052d6cd12d0273fe7c177c31416eab" + url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.10.1/paperless-ngx-v2.10.1.tar.xz" + sha256 = "84b543787c1093b32522ea67fcdadbbb1f3a03d0a6eac5e0add2cb77791ef0cb" autoupdate.strategy = "latest_github_release" autoupdate.asset = "paperless-ngx-.*.tar.xz" From d4321122607be7a42f0b7cfb0a42a16eff243348 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 20 Jun 2024 01:43:26 +0000 Subject: [PATCH 2/5] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6338d55..9571652 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Shipped version:** 2.10.0~ynh1 +**Shipped version:** 2.10.1~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index a34c4cf..79486e7 100644 --- a/README_es.md +++ b/README_es.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Versión actual:** 2.10.0~ynh1 +**Versión actual:** 2.10.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 54af99c..0bed2ee 100644 --- a/README_eu.md +++ b/README_eu.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Paketatutako bertsioa:** 2.10.0~ynh1 +**Paketatutako bertsioa:** 2.10.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 2e5a1bf..ac57d20 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Version incluse :** 2.10.0~ynh1 +**Version incluse :** 2.10.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index b2e3c10..421eb51 100644 --- a/README_gl.md +++ b/README_gl.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Versión proporcionada:** 2.10.0~ynh1 +**Versión proporcionada:** 2.10.1~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 194476b..b85e73a 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**分发版本:** 2.10.0~ynh1 +**分发版本:** 2.10.1~ynh1 **演示:** From af6bd37ae38cf9d717a3d619607bdabb6d5d9aea Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:47:57 +0200 Subject: [PATCH 3/5] [autopatch] Do not delete logs on app removal --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 2b4056f..d26f7cb 100755 --- a/scripts/remove +++ b/scripts/remove @@ -76,7 +76,6 @@ ynh_redis_remove_db "$redis_db" ynh_script_progression --message="Removing various files..." --weight=1 # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # GENERIC FINALIZATION From c580e465e41c04b63bb2a889027707ad87109de2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 25 Jun 2024 03:43:59 +0200 Subject: [PATCH 4/5] Upgrade to v2.10.2 https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.10.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5915644..bcc0b4d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Paperless-ngx" description.en = "Scan, index and archive all your physical documents" description.fr = "Scannez, triez et archivez tous vos documents papiers" -version = "2.10.1~ynh1" +version = "2.10.2~ynh1" maintainers = ["Tagada"] @@ -51,8 +51,8 @@ ram.runtime = "350M" [resources.sources] [resources.sources.main] - url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.10.1/paperless-ngx-v2.10.1.tar.xz" - sha256 = "84b543787c1093b32522ea67fcdadbbb1f3a03d0a6eac5e0add2cb77791ef0cb" + url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.10.2/paperless-ngx-v2.10.2.tar.xz" + sha256 = "ef166c190fd869e0411bc2f5459a060d53cb2cee874193c568748db5d6757e1f" autoupdate.strategy = "latest_github_release" autoupdate.asset = "paperless-ngx-.*.tar.xz" From 28101e2aafb78b2c412f2098ff7fb4fb0cc5102e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 25 Jun 2024 01:44:01 +0000 Subject: [PATCH 5/5] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9571652..3165854 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Shipped version:** 2.10.1~ynh1 +**Shipped version:** 2.10.2~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 79486e7..c951548 100644 --- a/README_es.md +++ b/README_es.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Versión actual:** 2.10.1~ynh1 +**Versión actual:** 2.10.2~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 0bed2ee..8d55767 100644 --- a/README_eu.md +++ b/README_eu.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Paketatutako bertsioa:** 2.10.1~ynh1 +**Paketatutako bertsioa:** 2.10.2~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index ac57d20..731586d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Version incluse :** 2.10.1~ynh1 +**Version incluse :** 2.10.2~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 421eb51..0db8b63 100644 --- a/README_gl.md +++ b/README_gl.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Versión proporcionada:** 2.10.1~ynh1 +**Versión proporcionada:** 2.10.2~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index b85e73a..88622a4 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**分发版本:** 2.10.1~ynh1 +**分发版本:** 2.10.2~ynh1 **演示:**