File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 5.0.0-beta.1 - 2026-03-25
6+
7+ * Fix: A vector layer can be spatial but having symbology disabled
8+ * Fix: Project checker - non int4 pkey: Raise warning only for PostgreSQL layers
9+ * Increase maximum value from 999 to 9999 for the popup maximum features
10+ * Clean deprecation warnings about layer server properties
11+ * Clean deprecation warnings about QgsField constructor
12+ * Replace ` Qgis.QGIS_VERSION_INT ` by ` Qgis.versionInt() `
13+ * Fix: print template order not persisted on reload
14+ * Fix: Make filter form title field mandatory
15+ * Feature: Tooltip - Add LWC 3.10 new feature 'Display layer features with QGIS symbology'
16+ * Fix: Remember layer group collapsed/expanded state per project
17+ * Fix: missing type annotations on parent_item parameters
18+ * Change hash function from MD5 to SHA256
19+ * Feature: add snap_on_start checkbox for edition layers
20+
521## 5.0.0-alpha.2 - 2026-02-11
622
723* Fix typo in metadata key for LWC version detection
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Publish and share your QGIS maps on the Web via Lizmap Web Client
44authors = [
55 { name = " 3Liz" , email = " info@3liz.com" }
66]
7- version = " 5.0.0-alpha.3+pre "
7+ version = " 5.0.0-beta.1 "
88requires-python = " >= 3.9"
99license = " GPL-2.0-only"
1010license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments