From 4f7bfe7bf1c333d6e9dab1378b04f51f26c26076 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Thu, 11 May 2023 21:03:53 +0200 Subject: [PATCH] Prepare for 0.16.1 --- CHANGES.rst | 2 +- client/package-lock.json | 4 ++-- client/package.json | 2 +- documentation/src/changelog_fr.md | 2 +- magrit_app/__init__.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 385bde7ca..a30dbf35f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,7 +17,7 @@ Changes - Change CSS for inactive layers (because Inkscape does not support the "visibility" attribute on SVG elements nor the "visibility" CSS property). -- Load pictograms when loading the application instead of deferring the loading to the first time the "pictogram panel" is opened (because it was causing some issues with slow network connections, because pictograms were not loaded when the user was trying to use them - see #110). +- Load pictograms when loading the application instead of deferring the loading to the first time the "pictogram panel" is opened (it was causing some issues with slow network connections, because pictograms were not loaded when the user was trying to use them - see #110). 0.15.3 (2023-04-14) ------------------- diff --git a/client/package-lock.json b/client/package-lock.json index 5be9cb901..eca634a04 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit-client", - "version": "0.16.0", + "version": "0.16.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "magrit-client", - "version": "0.16.0", + "version": "0.16.1", "dependencies": { "@turf/turf": "^6.5.0", "alertifyjs": "^1.13.1", diff --git a/client/package.json b/client/package.json index 8d21c4ad6..f268ac1da 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "minify": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production ./node_modules/webpack/bin/webpack.js", "watch": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/webpack/bin/webpack.js --watch" }, - "version": "0.16.0", + "version": "0.16.1", "node": ">=18.0.0", "dependencies": { "@turf/turf": "^6.5.0", diff --git a/documentation/src/changelog_fr.md b/documentation/src/changelog_fr.md index d124544b3..d20156d9d 100644 --- a/documentation/src/changelog_fr.md +++ b/documentation/src/changelog_fr.md @@ -14,7 +14,7 @@ - Modification des règles CSS pour les couches cachées (car Inkscape ne supporte pas l'attribut "visibility" sur les éléments SVG ni la propriété CSS "visibility"). -- Chargement des pictogrammes dès le chargement de l'application au lieu de différer le chargement à la première ouverture du "panneau des pictogrammes" (parce que cela causait des problèmes avec les connexions réseau lentes, parce que les pictogrammes n'étaient pas chargés lorsque l'utilisateur essayait de les utiliser - voir issue #110). +- Chargement des pictogrammes dès le chargement de l'application au lieu de différer le chargement à la première ouverture du "panneau des pictogrammes" (cela causait des problèmes avec les connexions réseau lentes, car les pictogrammes n'étaient pas chargés lorsque l'utilisateur essayait de les utiliser - voir issue #110). #### 0.15.3 (2023-04-14) diff --git a/magrit_app/__init__.py b/magrit_app/__init__.py index fa66aaf81..8ea785036 100755 --- a/magrit_app/__init__.py +++ b/magrit_app/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.16.0' +__version__ = '0.16.1'