1.4.1
This commit is contained in:
parent
6abc088121
commit
6f667f2749
2 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION = "1.4.0"
|
||||
VERSION = "1.4.1"
|
||||
|
|
Loading…
Reference in a new issue