From 67efee2c331d0b50b481d85eedad9f25dc66b556 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 6 Apr 2024 03:37:54 +0200 Subject: [PATCH 1/4] Upgrade to v1.101.0 https://github.com/immich-app/immich/releases/tag/v1.101.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 09f2512..f5cba75 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Immich" description.en = "Photo and video backup solution directly from your mobile phone" description.fr = "Sauvegarde de photos et de vidéos directement depuis votre mobile" -version = "1.100.0~ynh2" +version = "1.101.0~ynh1" maintainers = ["ewilly"] @@ -42,8 +42,8 @@ ram.runtime = "500M" [resources.sources] [resources.sources.main] - url = "https://github.com/immich-app/immich/archive/refs/tags/v1.100.0.tar.gz" - sha256 = "13f00122d97f75293d4b1ac3385d40ebf07278f3b14ac2c7898138d9cf446fbb" + url = "https://github.com/immich-app/immich/archive/refs/tags/v1.101.0.tar.gz" + sha256 = "f052cfb9d162f7a0bcbc47e26a51e9703de3583ef5c560ff16cec374cc539894" autoupdate.strategy = "latest_github_release" From cda66d0338a2e36d8c02d14bd0ff9a74689b2b80 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 6 Apr 2024 01:37:57 +0000 Subject: [PATCH 2/4] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27aa66d..e470355 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Shipped version:** 1.100.0~ynh2 +**Shipped version:** 1.101.0~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 787695a..54668ff 100644 --- a/README_eu.md +++ b/README_eu.md @@ -24,7 +24,7 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Paketatutako bertsioa:** 1.100.0~ynh2 +**Paketatutako bertsioa:** 1.101.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 5a7f227..23cd40e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ Solution d'autohébergement pour a gestion de vos photos et vidéos. - Interface conviviale et egronomique ; -**Version incluse :** 1.100.0~ynh2 +**Version incluse :** 1.101.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index c96c2db..9684371 100644 --- a/README_gl.md +++ b/README_gl.md @@ -24,7 +24,7 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Versión proporcionada:** 1.100.0~ynh2 +**Versión proporcionada:** 1.101.0~ynh1 ## Capturas de pantalla From 99e995c9bba3a38ba79833cf2345de66fbdd0087 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Sat, 6 Apr 2024 09:05:39 +0200 Subject: [PATCH 3/4] Fix warning --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 64742f4..05d7687 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -197,6 +197,7 @@ myynh_install_immich() { curl -LO "https://download.geonames.org/export/dump/admin1CodesASCII.txt" 2>&1 curl -LO "https://download.geonames.org/export/dump/admin2Codes.txt" 2>&1 unzip "cities500.zip" + cd "$install_dir/resources" cp -a "$source_dir/geonames/cities500.txt" "$install_dir/resources/" cp -a "$source_dir/geonames/admin1CodesASCII.txt" "$install_dir/resources/" cp -a "$source_dir/geonames/admin2Codes.txt" "$install_dir/resources/" From 85cb50198568cdd852eb1ef541ace25c3fd21aff Mon Sep 17 00:00:00 2001 From: Sylvain Date: Sun, 7 Apr 2024 21:25:25 +0200 Subject: [PATCH 4/4] Fix upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index b0aefd7..a9bfbca 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -25,6 +25,7 @@ ynh_systemd_action --service_name="$app-machine-learning" --action="stop" #================================================= ynh_script_progression --message="Upgrading source files..." --weight=1 +ynh_secure_remove --file="$install_dir" source_dir="$install_dir/source" ynh_setup_source --source_id="main" --dest_dir="$source_dir" --full_replace=1