Skip to content

Commit

Permalink
Prepare for 0.16.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Mar 20, 2024
1 parent 1b086b8 commit fc2dc52
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

0.16.4 (2024-03-20)
-------------------

- Fix some links to documentation for when used in docker (cf. discussion in #115).

- Better wording for error message in join modal (fix #123).

- Fix alignment of items (within each row) in color selection panel for categories.

0.16.3 (2023-07-12)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3",
"version": "0.16.4",
"node": ">=18.0.0",
"dependencies": {
"@turf/turf": "^6.5.0",
Expand Down
8 changes: 8 additions & 0 deletions documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Historique des versions et des changements effectués

#### 0.16.4 (2024-03-20)

- Correction de certains liens vers la documentation pour l'utilisation dans docker (cf. discussion dans <a href="https://github.com/riatelab/magrit/issues/115">115</a>).

- Meilleure formulation du message d'erreur dans la fenêtre modale de jointure (corrige <a href="https://github.com/riatelab/magrit/issues/123">123</a>).

- Correction de l'alignement des éléments (dans chaque ligne) dans le panneau de sélection des couleurs pour les catégories.

#### 0.16.3 (2023-07-12)

- Correction de la sauvegarde de la palette personnalisée lors du clic sur confirmer dans le popup dédié du panneau de discrétisation (<a href="https://github.com/riatelab/magrit/issues/117">cf. issue #117</a>)
Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.16.3'
__version__ = '0.16.4'

0 comments on commit fc2dc52

Please sign in to comment.