From 6f667f274995278b2de075eb84dea31ff71199e7 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 17 Jul 2023 16:22:28 +0200 Subject: [PATCH] 1.4.1 --- docs/changelog.md | 7 +++++++ umap/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 2f0fb6fc..eb63df0d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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) diff --git a/umap/__init__.py b/umap/__init__.py index af63e4ae..bababb5b 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "1.4.0" +VERSION = "1.4.1"