From 32726db32e9673375af5a6f3bd8a7ce59c49e1f6 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Mon, 19 Aug 2024 16:49:38 +0200 Subject: [PATCH] Release of 1.20.0 --- .github/workflows/release.yml | 4 ++-- CHANGELOG.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30e7cb1c..54ce2517 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,11 +44,11 @@ jobs: package ${{ env.VERSION }} - name: Unzip - run: unzip dynamic_layers.${{ env.VERSION }}.zip -d tmp + run: unzip cadastre.${{ env.VERSION }}.zip -d tmp - uses: actions/upload-artifact@v4 with: - name: dynamic_layers.${{ env.VERSION }} + name: cadastre.${{ env.VERSION }} path: tmp package-release: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acd4cdd..85fba8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 1.20.0 - 2024-08-19 + +* Correction de la recherche sur adresse avec des codes voies n'ayant pas l'identifiant MAJIC (`ccovoi`) @landryb +* Utilisation d'une URL temporaire pour les FANTOIR 2024 drive.opendata.craig.fr, @landryb +* Support du millésime 2024 dans le formulaire d'import, @MaelREBOUX et @EtienneRouvin +* Correction d'une faille de sécurité lors de l'extraction de l'archive TAR, pensez à vérifier votre version de Python + ## 1.19.2 - 2024-07-02 * Correction du style par défaut pour être compatible avec Lizmap Web Client 3.7