From b943d0955af954d67722b4544d988d11f3d1b768 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Thu, 16 Sep 2021 18:22:14 -0400 Subject: [PATCH] Update to v0.22.0 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- conf/photonix.env | 2 +- manifest.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7be7d72..7322820 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Photonix is a photo management application that streamlines the process of storing, presenting and re-discovering photos. Smart filtering is made possible automatically by object and face recognition, location awareness, color analysis and other algorithms. -**Shipped version:** 0.16.0 +**Shipped version:** 0.22.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 8f4e401..2a872ef 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Photonix est une application de gestion de photos qui simplifie le processus de stocker, présenter er re-découvrir ses photos. Le filtrage intelligent est rendu possible automatiquement grâce à la reconnaissance d'objets et de visages, la localisation, l'analyse de couleurs, et d'autres algorithmes. -**Version incluse :** 0.16.0 +**Version incluse :** 0.22.0 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index fcfa299..78beff9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/photonixapp/photonix/archive/refs/tags/v0.16.0.tar.gz -SOURCE_SUM=1ed5daf0ff27b9e7e09331e2ca3f5d057884f6f509671fb122731b36cde03cd5 +SOURCE_URL=https://github.com/photonixapp/photonix/archive/refs/tags/v0.22.0.tar.gz +SOURCE_SUM=1a34e4ee981455e826fe5bf4fbcba7d9fba36b94802f8c927dfbfa5b6c3e3848 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/photonix.env b/conf/photonix.env index 16434d2..c74a9dc 100644 --- a/conf/photonix.env +++ b/conf/photonix.env @@ -7,7 +7,7 @@ REDIS_HOST=127.0.0.1 REDIS_PORT=6379 POSTGRES_PORT=5432 ALLOWED_HOSTS='*' -DEMO=0 +SAMPLE_DATA=0 PHOTONIX_PORT=__PORT__ DJANGO_SECRET_KEY=__SECRET_KEY__ diff --git a/manifest.json b/manifest.json index 3859ec2..6bcf9fb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Photo management application that streamlines the process of storing, presenting and re-discovering photos", "fr": "Application de gestion de photos qui simplifie le processus de stocker, présenter er re-découvrir ses photos" }, - "version": "0.16.0~ynh1", + "version": "0.22.0~ynh1", "url": "https://photonix.org/", "license": "AGPL-3.0-only", "maintainer": {