Releases: 3liz/lizmap-plugin
Releases · 3liz/lizmap-plugin
3.15.1
3.15.0
- 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
- 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.
- Logs are stored in the OS temporary directory, then in the
3.14.2
3.14.1
- 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
- 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
- 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
- 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
- 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