Skip to content

Releases: MerginMaps/qgis-plugin

2024.2

20 Jun 11:00
Compare
Choose a tag to compare

How to upgrade on Windows in QGIS if you are on 2023.4.x version

Due to the error in 2023.4.x plugins, you need to disable the plugin first.

Proceed with the following steps only if you are on a version older than 2024.1

  1. In QGIS, navigate to Manage and Install Plugins... in the Plugins menu
  2. In the Installed tab, find Mergin Maps plugin
  3. Disable the Mergin Maps plugin in the list and close the dialog.
  4. Mergin Maps should be not displayed now.
  5. Restart QGIS.
  6. Navigate to Manage and Install Plugins... in the Plugins menu
  7. In the Installed tab, find Mergin Maps plugin
  8. Click "Update Plugin"
  9. Locate Mergin Maps plugin in the list and enable it (it is checked).
  10. Restart QGIS

Upgrades from 2024.1 onwards should be as simple as described in official docs

What's Changed

  • Better handling of editor permission in #583

New Contributors

Full Changelog: 2024.1...2024.2

2024.1

01 Feb 11:20
Compare
Choose a tag to compare

How to upgrade on Windows in QGIS

Due to the error in 2023.4.x plugins, you need to disable the plugin first.

  1. In QGIS, navigate to Manage and Install Plugins... in the Plugins menu
  2. In the Installed tab, find Mergin Maps plugin
  3. Disable the Mergin Maps plugin in the list and close the dialog.
  4. Mergin Maps should be not displayed now.
  5. Restart QGIS.
  6. Navigate to Manage and Install Plugins... in the Plugins menu
  7. In the Installed tab, find Mergin Maps plugin
  8. Click "Update Plugin"
  9. Locate Mergin Maps plugin in the list and enable it (it is checked).
  10. Restart QGIS

Upgrades from 2024.1 onwards should be again simple as described in official docs

What's Changed

New Contributors

Full Changelog: 2023.4.1...2024.1

2023.4.1

12 Oct 14:26
Compare
Choose a tag to compare

What's Changed

  • Fix check_svgs_embedded when there is non spatial layer by @kapiwko in #531

New Contributors

Full Changelog: 2023.4...2023.4.1

2023.4

11 Oct 13:42
ab7816c
Compare
Choose a tag to compare

What's Changed

Features:

Bugfixes:

  • handle change of the vector tiles provider name in latest QGIS by @alexbruy in #516
  • show error message when trying to get status of removed project (fix #263) by @alexbruy in #518

Infrastructure:

  • reduce size of an artifact and release package by @alexbruy in #514

Full Changelog: 2023.3...2023.4

2023.3

21 Aug 11:24
0f986b0
Compare
Choose a tag to compare
  • Add an option to enable position tracking (#489)

2023.2.1

20 Jul 10:57
7eb8db6
Compare
Choose a tag to compare
  • fix error when listing geometry-less layers with attachments (#505)

2023.2

14 Jul 08:23
67b86af
Compare
Choose a tag to compare
  • use Lutra's vector tile layer for basemap (#497)
  • expression-based names for photos (#501)
  • check if iface is valid on plugin load (#495)
  • remove trailing slash from the mergin server URL (#496)

2023.1

01 Feb 13:43
fd67790
Compare
Choose a tag to compare
  • Add support for workspaces (#466)
  • Better validation of project names (#474)
  • Add window to explore public projects (#469)
  • Fix crash during synchronization with geotagged photos (#461)

2022.6

23 Sep 11:37
Compare
Choose a tag to compare
  • Add validation for required datum shift grids (#444)
  • Package required datum shift grids (#184)
  • Better support for dark themes (#434)
  • Add support for packaging of local MBTiles (#452)
  • Fix packaging of rasters (#441)
  • Add warning about unsaved changes in the project before showing local changes (#432)

2022.5

04 Jul 08:08
Compare
Choose a tag to compare
  • Add project setting to control snapping settings in Mergin Maps Input
  • Add validations for snapping settings in Mergin Maps project
  • Fix path checks in Create Diff and Extract Local Changes Processing tools.