2.8.0b0
Some checks are pending
Test & Docs / tests (postgresql, 3.10) (push) Waiting to run
Test & Docs / tests (postgresql, 3.12) (push) Waiting to run
Test & Docs / lint (push) Waiting to run
Test & Docs / docs (push) Waiting to run

This commit is contained in:
Yohan Boniface 2024-12-17 19:03:55 +01:00
parent b444380daa
commit a8ed8c0d3d
2 changed files with 17 additions and 2 deletions

View file

@ -1,8 +1,23 @@
# Changelog
## 2.8.0b0 - 2024-12-17
### New features
* add a back button to importers dialog by @yohanboniface in #2364
* load all datalayers in parallel by @yohanboniface in #2370
* parse files in parallel at import when multiple by @yohanboniface in #2372
* allow to edit datalayer name in datalayers list by @yohanboniface in #2349
### Bug fixes
* fix save center and zoom by @yohanboniface in #2371
* fix tilelayer switch not saved anymore by @yohanboniface in #2367
* show private/draft maps in team maps for members by @yohanboniface in #2373
* bring marker to front on highlight by @yohanboniface in #2377
* do not autoescape static tag by @yohanboniface in #2376
## 2.8.0a2 - 2024-12-13
## Bug fixes
### Bug fixes
* make sure we set X-DataLayer-Version even when using X-Accel-Redirect by @yohanboniface in #2361
* refactor importer feedback by @yohanboniface in #2363

View file

@ -1 +1 @@
VERSION = "2.8.0a2"
VERSION = "2.8.0b0"