This commit is contained in:
Yohan Boniface 2023-05-31 10:36:01 +02:00
parent b61b5a48a3
commit 7713281f8c
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## dev
## 1.3.0
- added a filter by category panel (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)
- allow geolocation from iframe embeds (cf #898)
- remove the limit of visible maps in users 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
- redirect to `user_maps` at auth end when `window.opener` is unavailable (Twitter auth flow)

View file

@ -1,6 +1,6 @@
[metadata]
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.
long_description = file: README.md
long_description_content_type = text/markdown