commit 5ff4073467269a9ffe602e0bf640662851749095
parent 27dbde844047f48088ac209a5f9523d9937e38e3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 16 May 2026 09:33:34 +0200
chore(release): 0.2.0
Diffstat:
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [0.2.0] - 2026-05-16
+
+### Added
+- Optional DEM elevation adjustment during import using a selected project raster layer
+- Import options dialog for DEM adjustment and DOI masking controls
+- Layer opacity output for improved DOI-aware layer styling
+
+## [0.1.6] - 2026-05-10
+
+### Added
+- Workbench wide XYZ export support
+
+### Changed
+- Write outputs to GeoPackage layers instead of CSV for better performance on large datasets
+- Create spatial indexes for output layers to improve map and profile responsiveness
+
## [0.1.5] - 2026-04-27
### Added
diff --git a/tem_loader/metadata.txt b/tem_loader/metadata.txt
@@ -3,11 +3,15 @@ name=TEM Loader
qgisMinimumVersion=3.40.0
qgisMaximumVersion=4.99.0
description=Load TEM inversion XYZ files as styled 3D vector layers
-version=0.1.6
+version=0.2.0
author=Anders Damsgaard
email=andam@geus.dk
-about=QGIS plugin for loading geophysical inversion models. Adds a menu item to the "Plugin" menu. The models are loaded as 3D points for the terrain surface with line numbers as labels, 3D points for depth of investigation (DOI), and model layers as 3D lines. The plugin supports profile visualization using the "Elevation Profile" tool in QGIS.
+about=QGIS plugin for loading geophysical inversion models. Adds a menu item to the "Plugin" menu. The models are loaded as 3D points for the terrain surface with line numbers as labels, 3D points for depth of investigation (DOI), and model layers as 3D lines. The plugin supports profile visualization using the "Elevation Profile" tool in QGIS and 3D Map Views.
changelog=
+ 0.2.0
+ * Add optional DEM elevation adjustment using a selected project raster layer
+ * Add import options for DEM adjustment and DOI masking controls
+ * Add layer opacity output for DOI-aware layer styling
0.1.6
* Increase performance on large datasets by writing outputs to GeoPackage layers instead of CSV
* Create spatial indexes for output layers to improve map and profile responsiveness