This commit is contained in:
Yohan Boniface 2020-11-09 09:18:44 +01:00
parent 264b2aaa5f
commit 953e8eea52
2 changed files with 14 additions and 2 deletions

View file

@ -1,8 +1,20 @@
# Changelog
## 1.2.3
- improved panel layout and image sizing (by @Binnette, cf #824)
- upgraded Django to 2.2.17 and Pillow 8.0.1 (which drops support for python 3.5)
- experimental fallback handling in templating (cf #820)
- fixed search URL, and allow to control it from settings (cf #842)
- fixed map frozen when setting by hand invalid coordinates (cf #799)
- fixed changing map ownership (cf #780)
- do not change map zoom when locating user (cf #763)
- update map extent on first save if it has not been changed yet (cf #841)
## 1.2.2
- Fix bug in popup inner HTML (cf #776)
- fixed bug in popup inner HTML (cf #776)
## 1.2.1

View file

@ -1,5 +1,5 @@
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
VERSION = (1, 2, 2)
VERSION = (1, 2, 3)
__author__ = 'Yohan Boniface'
__contact__ = "ybon@openstreetmap.fr"