2.8.1
Some checks failed
Test & Docs / tests (postgresql, 3.10) (push) Has been cancelled
Test & Docs / tests (postgresql, 3.12) (push) Has been cancelled
Test & Docs / lint (push) Has been cancelled
Test & Docs / docs (push) Has been cancelled

This commit is contained in:
Yohan Boniface 2024-12-24 09:56:52 +01:00
parent 5dd56a93d6
commit 52785e22ad
2 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,20 @@
# Changelog # Changelog
## 2.8.1 - 2024-12-24
### Bug fixes
* honour carriage returns in layer description (in caption panel) by @yohanboniface in #2386
* update star icon on star/unstar by @yohanboniface in #2387
* reconnect websocket on disconnection by @almet in #2389
* fix duplicated content during sync by @yohanboniface in #2388
* main help button was broken by @yohanboniface in #2393
* split zoomTo to accept bounds by @davidbgk in #2394
* zoom to droped file once loaded by @davidbgk in #2401
* do not load all datalayers at once by @yohanboniface in #2402
* add a 403.html template by @yohanboniface in #2396
## 2.8.0 - 2024-12-18 ## 2.8.0 - 2024-12-18
### What's Changed ### What's Changed

View file

@ -1 +1 @@
VERSION = "2.8.0" VERSION = "2.8.1"