Skip to content

Commit

Permalink
Update changelogs, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Aug 31, 2022
1 parent 6286f75 commit a01c39d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

0.9.0 (xxxx-xx-xx)
0.9.0 (2022-08-31)
------------------

- Implement text buffer for label layers (#79).
Expand All @@ -10,6 +10,8 @@ Changes

- Improve the detection of the current font when reopening style popup for title and text annotation.

- Fix import of `xlsx` files (#85).

0.8.15 (2022-08-26)
-------------------

Expand Down
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_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.8.15",
"version": "0.9.0",
"dependencies": {
"@turf/turf": "^6.5.0",
"alertifyjs": "^1.13.1",
Expand Down
3 changes: 2 additions & 1 deletion documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Historique des versions et des changements effectués

#### 0.9.0 (xxxx-xx-xx)
#### 0.9.0 (2022-08-31)

- Implémentation d'un tampon de texte pour les couches de labels (<a href="https://github.com/riatelab/magrit/issues/79">issue Github #79</a>).

- Améliorer le rendu de tous les tampons de texte (titre, annotation de texte et couche d'étiquette) en utilisant les attributs `stroke`, `stroke-width` et `paint-order`.

- Améliorer la détection de la police d'écriture actuelle lors de la réouverture de la fenêtre contextuelle de style pour le titre et l'annotation de texte.

- Corrige l'import des fichiers `xlsx` (<a href="https://github.com/riatelab/magrit/issues/85">issue Github #85</a>).

#### 0.8.15 (2022-08-26)

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.8.15'
__version__ = '0.9.0'

0 comments on commit a01c39d

Please sign in to comment.