From 549bd82328fa64471a680cd0a87e3f0178675e3a Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Tue, 17 Sep 2024 16:40:20 +0200 Subject: [PATCH] Prepare for 2.0.12 release --- docs/changelog.md | 16 ++++++++++++++++ docs/en/changelog.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 35 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index d3e27de0..9712b28e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,22 @@
+#### 2.0.12 (2024-09-17) + +- Corrige la mise à jour de la légende des cartes en champignons après que la taille de référence d'un demi-cercle ait changé. + +- Corrige la position des champignons sur la carte lorsque la taille de référence d'un demi-cercle est modifiée. + +- Corrige la position du texte de la barre d'échelle lors du choix d'une barre d'échelle sans tirets latéraux. + +- Améliore les choix de types proposés dans la fenêtre de typage des champs et vérifie le type choisi par l'utilisateur lors de la création d'une nouvelle colonne. + +- Améliore le comportement de la fonctionnalité "Zoom sur la couche" pour prendre en compte les éventuelles marges ajoutées par l'utilisateur autour de la carte. + +- Améliore la prise en charge des faibles valeurs dans les options de facteur de zoom du menu latéral gauche. + +- Ajout d'un tutoriel à la documentation. + #### 2.0.11 (2024-09-13) - Corrige le support de l'import de fichiers dont le mime-type était non-détecté sur Windows (KML et Geopackage notamment). diff --git a/docs/en/changelog.md b/docs/en/changelog.md index 30504399..af297cd4 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -2,6 +2,22 @@
+#### 2.0.12 (2024-09-17) + +- Fix mushrooms map legend update after the reference size of a half-circle has changed. + +- Fix the position of mushrooms on the map when a half-circle reference size is changed. + +- Fix the position of scale bar text when choosing a scale bar without side ticks. + +- Improve the choice of types offered in the field typing modal and checks the type chosen by the user when creating a new column. + +- Improve the behavior of the “Zoom to layer” feature to take into account any margins added by the user around the map. + +- Improves support for small values in the zoom factor options in the left side menu. + +- Add a tutorial to the documentation. + #### 2.0.11 (2024-09-13) - Fix support for importing files whose mime-type was not detected on Windows (KML and Geopackage in particular). diff --git a/package-lock.json b/package-lock.json index b1cb850e..b595610d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.0.11", + "version": "2.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.0.11", + "version": "2.0.12", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 62df6f2c..bc8015ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.0.11", + "version": "2.0.12", "description": "Magrit is a thematic and statistical cartography application that lets you create and export a wide range of static maps.", "author": { "name": "Matthieu Viry",