diff --git a/docs/changelog.md b/docs/changelog.md index a2617ce2..2f0fb6fc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,14 @@ # Changelog +## 1.4.0 - 2023-07-15 +- add basic version of a "My Dashboard" page (cf #1196) +- better fit iframe in popups (cf #1203) +- fix missing line edit icons (cf #1205) +- bump Leaflet from 1.3.4 to 1.9.4 (cf #1201) +- fix permissions panel empty at first save (cf #1200) +- add `overflow-x: hidden` to popup (cf #1198) +- add time in datalayer versions list (cf #1195) + ## 1.3.7 - 2023-07-03 - changed datalayer and tilelayer icons (cf #1188) diff --git a/umap/__init__.py b/umap/__init__.py index bf730e4b..af63e4ae 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "1.3.7" +VERSION = "1.4.0" diff --git a/umap/templates/umap/map_table.html b/umap/templates/umap/map_table.html index 965521db..a68040d3 100644 --- a/umap/templates/umap/map_table.html +++ b/umap/templates/umap/map_table.html @@ -1,16 +1,16 @@ {% load umap_tags umap_tags i18n %}
{% blocktrans %}Map{% endblocktrans %} | -{% blocktrans %}Name{% endblocktrans %} | -{% blocktrans %}Status{% endblocktrans %} | -{% blocktrans %}Last save{% endblocktrans %} | -{% blocktrans %}Owner{% endblocktrans %} | -{% blocktrans %}Actions{% endblocktrans %} | -
---|---|---|---|---|---|
{% blocktrans %}Map{% endblocktrans %} | +{% blocktrans %}Name{% endblocktrans %} | +{% blocktrans %}Status{% endblocktrans %} | +{% blocktrans %}Last save{% endblocktrans %} | +{% blocktrans %}Owner{% endblocktrans %} | +{% blocktrans %}Actions{% endblocktrans %} | +