From c29151dd8221c6226a744ec5bcb25cb49b8175ff Mon Sep 17 00:00:00 2001 From: Minoru Akagi Date: Wed, 31 Jan 2024 10:41:12 +0900 Subject: [PATCH] version 2.7.3 --- CHANGELOG.md | 4 ++++ conf.py | 4 ++-- js/Qgis2threejs.js | 2 +- metadata.txt | 6 +++++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5c3343..3de1cc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## CHANGELOG +### Version 2.7.3 +- Fixed a regression related to vertical line +- Fixed a popup layout issue + ### Version 2.7.2 - Fixed easing of sequential line growing - Fixed URL of GSI elevation tile diff --git a/conf.py b/conf.py index 2fd11898..f01d552b 100644 --- a/conf.py +++ b/conf.py @@ -5,8 +5,8 @@ # general PLUGIN_NAME = "Qgis2threejs" -PLUGIN_VERSION = "2.7.2" -PLUGIN_VERSION_INT = 20702 +PLUGIN_VERSION = "2.7.3" +PLUGIN_VERSION_INT = 20703 # 3D view PREFER_WEBKIT = True diff --git a/js/Qgis2threejs.js b/js/Qgis2threejs.js index 38652fa4..5d25e601 100644 --- a/js/Qgis2threejs.js +++ b/js/Qgis2threejs.js @@ -6,7 +6,7 @@ var Q3D = { - VERSION: "2.7.2", + VERSION: "2.7.3", application: {}, gui: {} diff --git a/metadata.txt b/metadata.txt index 388b5d51..fbb70e84 100644 --- a/metadata.txt +++ b/metadata.txt @@ -14,7 +14,7 @@ qgisMinimumVersion=3.4 qgisMaximumVersion=3.99 description=3D visualization powered by WebGL technology and three.js JavaScript library about=This plugin visualizes DEM and vector data in 3D on web browsers. You can build various kinds of 3D objects and generate files for web publishing in simple procedure. In addition, you can save the 3D model in glTF format for 3DCG or 3D printing. -version=2.7.2 +version=2.7.3 author=Minoru Akagi email=akaginch@gmail.com @@ -24,6 +24,10 @@ email=akaginch@gmail.com # Uncomment the following line and add your changelog entries: changelog= + Version 2.7.3 + - Fixed a regression related to vertical line + - Fixed a popup layout issue + Version 2.7.2 - Fixed easing of sequential line growing - Fixed URL of GSI elevation tile