Skip to content

Releases: 3liz/lizmap-plugin

3.15.1

18 Jul 07:45
bba5792
Compare
Choose a tag to compare
  • The UX is improved about the checkbox "Activate first map theme on startup"
  • Refactor the server wizard to avoid a possible crash

3.15.0

12 Jul 12:52
ce2b338
Compare
Choose a tag to compare
  • Add the HTML code editor for the abstract on a layer
  • UX - Add note about popup must be activated in the atlas form
  • Fix some UX issues about a checkbox
  • Possible to override URLs in an urls.ini file
  • Follow HTTP redirections when connecting the Lizmap Web Client server
  • Check for duplicated layer having different filters, when used with Lizmap Web Client 3.7
  • Check the plugin version when possible with the native QGIS plugin manager
  • Check for ECW layers

3.14.3

03 Jul 13:08
8f911ae
Compare
Choose a tag to compare
  • Add support for the "Attribute Editor Relation" when generating the tooltip. It needs Lizmap Web Client 3.7.0.
  • Fix some User Experience issues
  • Improve the QGIS version checks between server and desktop
  • Fix a Python error when displaying the dataviz plot preview
  • Enable the HTML builtin editor, easier to write HTML content in Lizmap
  • Fix possible crash when adding a new server in the wizard
  • Add a file logger for Lizmap users not using a production version.
    • Logs are stored in the OS temporary directory, then in the QGIS_Lizmap directory.

3.14.2

23 Jun 14:28
c411293
Compare
Choose a tag to compare
  • Add wizard for setting up the PostgreSQL database
  • Fix a Python error about a wrong variable name
  • Fix concatenate with number in aggregate (contribution from @ghtmtt)
  • Some cleaning in the CFG file about legacy keys

3.14.1

12 Jun 08:21
6ef08d5
Compare
Choose a tag to compare
  • Fix check on composite primary keys for PostgreSQL layers
  • Rework the new panel for Lizmap Web Client 3.7 about the dataviz Drag&Drop layout
  • Start deprecating the base layer panel for Lizmap Web Client 3.7 as well
  • Code refactoring to display some warnings to the user

3.14.0

30 May 10:16
783ccee
Compare
Choose a tag to compare
  • Improve some UX forms about checkbox.
  • Fix the new server button display
  • Fix opening the online help from the wizard, it will choose the correct language if possible
  • Some Python refactoring about reading the CFG file with boolean values
  • Improve the new wizard for setting up the new server
  • Fix the wrong project home folder when checking if all paths are correct when it's hosted on Lizmap.com
  • Try to fix the popup when "Autosaver" plugin is installed
  • Add a new panel about LWC 3.7 and Drag&Drop layout for the dataviz

3.13.0

02 May 15:34
9f1d6e1
Compare
Choose a tag to compare
  • Add a new wizard for the server/instance creation, it will allow more options soon in a next version
  • Improve the server dropdown menu and server metadata
  • Display the message bar if the branch of Lizmap Web Client is outdated
  • Fix shortname generation when the layer has been duplicated in the project
  • Fix saving the output of the group wizard
  • Fix wrong warning about previous QGS project file without finding the Lizmap CFG file
  • Fix opening the Lizmap popup dialog
  • Hide the provider type from the user interface for edition layers
  • Improve unittests of the plugin from QGIS 3.10 to the latest QGIS
  • Under the hood cleanup in Python files

3.12.0

19 Apr 08:20
b40ef95
Compare
Choose a tag to compare
  • Check for space in the Lizmap URL before requesting metadata
  • Remove the target version dropdown menu, it will now use the server dropdown menu
  • The server must have a valid status before using the plugin
  • The metadata for each server is stored for maximum seven days
  • Fix the shortname generation when the layer name contains a -
  • Fix the last used repository used in the dropdown menu
  • Fix the new thumbnail checker

3.11.5

11 Apr 13:48
2a40f83
Compare
Choose a tag to compare
  • Display the current size of the project thumbnail if found
  • Avoid a warning when reading the CFG file and an address provider was found with an API key
  • Add some Python functions to make it easier to upgrade a bunch of projects automatically.
    Read the README.md on GitHub for the Python script to update a folder with some QGIS projects.
  • Add QGIS desktop 3.22 for automatic testing

3.11.4

05 Apr 11:49
516880c
Compare
Choose a tag to compare
  • Fix possible regressions from 3.11.2