commit eecad80e38728aa48f8cb78dc5e88a1afd9b0303
parent b72539e6d178ed2c270b92e83a9de7df8dec3e6a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 27 Apr 2026 10:26:49 +0200
chore(release): bump version to 0.1.5 and add changelog
Diffstat:
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.1.5] - 2026-04-27
+
+### Added
+- 3D Map View rendering for points, DOI, and layers
+- Pre-computed per-layer color from resistivity for 3D rendering
+
## [0.1.4] - 2026-04-23
### Added
diff --git a/tem_loader/metadata.txt b/tem_loader/metadata.txt
@@ -3,11 +3,14 @@ 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.4
+version=0.1.5
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.
changelog=
+ 0.1.5
+ * Add 3D Map View rendering for points, DOI, and layers
+ * Pre-compute per-layer color from resistivity for 3D rendering
0.1.4
* Add SCI Workbench 2026 XYZ format support
tracker=https://gitlab.com/qgeomodel/qgis-tem-loader/issues