This commit is contained in:
Yohan Boniface 2023-07-17 16:22:28 +02:00
parent 6abc088121
commit 6f667f2749
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## 1.4.1 - 2023-07-17
- fix tooltip position, after Leaflet upgrade (cf #1207)
- replace `mousewheel` event by `wheel`, to follow Leaflet change (cf #1211)
- fallback user to dashboard after OAuth process (cf #1208)
- add share status in user dashboard (cf #1209)
## 1.4.0 - 2023-07-15
- add basic version of a "My Dashboard" page (cf #1196)
- better fit iframe in popups (cf #1203)

View file

@ -1 +1 @@
VERSION = "1.4.0"
VERSION = "1.4.1"