Skip to content

Commit c18221c

Browse files
committed
Release 5.0.0-beta.1
1 parent 44b27c3 commit c18221c

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Publish and share your QGIS maps on the Web via Lizmap Web Client
44
authors = [
55
{ name = "3Liz", email = "info@3liz.com" }
66
]
7-
version = "5.0.0-alpha.3+pre"
7+
version = "5.0.0-beta.1"
88
requires-python = ">= 3.9"
99
license = "GPL-2.0-only"
1010
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)