1.3.0
This commit is contained in:
parent
b61b5a48a3
commit
7713281f8c
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## dev
|
## 1.3.0
|
||||||
|
|
||||||
- added a filter by category panel (cf #1041, thanks @k-3st3ban)
|
- added a filter by category panel (cf #1041, thanks @k-3st3ban)
|
||||||
- added a permanent credit (cf #1041, thanks @k-3st3ban)
|
- added a permanent credit (cf #1041, thanks @k-3st3ban)
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
- lazy load tile layers thumbnails (cf #1089)
|
- lazy load tile layers thumbnails (cf #1089)
|
||||||
- allow geolocation from iframe embeds (cf #898)
|
- allow geolocation from iframe embeds (cf #898)
|
||||||
- remove the limit of visible maps in user’s view (cf #1025)
|
- remove the limit of visible maps in user’s view (cf #1025)
|
||||||
- switch to Django full text instead of home made (cf #519)
|
- switch to Django full text search instead of home made (cf #519)
|
||||||
|
|
||||||
## 1.2.7
|
## 1.2.7
|
||||||
- redirect to `user_maps` at auth end when `window.opener` is unavailable (Twitter auth flow)
|
- redirect to `user_maps` at auth end when `window.opener` is unavailable (Twitter auth flow)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = umap-project
|
name = umap-project
|
||||||
version = 1.3.0.alpha
|
version = 1.3.0
|
||||||
description = Create maps with OpenStreetMap layers in a minute and embed them in your site.
|
description = Create maps with OpenStreetMap layers in a minute and embed them in your site.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
Loading…
Reference in a new issue