From 3af6a8f8a8bc39d22f3f56c6bed4a7d71d8a8f92 Mon Sep 17 00:00:00 2001 From: Kelly W Date: Fri, 1 Nov 2024 13:36:03 -0700 Subject: [PATCH] version 1.0.4 --- CHANGELIST.md | 18 ++++++++++++++++++ __version__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index d56c77e..f17e7f9 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,5 +1,23 @@ # QRiS Plugin +## [1.0.4] 2024 NOV 01 + +### Added +- Added transactions to speed up import feature classes + +### Fixed +- Promote to AOI metadata bug +- Metadata bug fixes (promote to aoi, import from RS project) +- Bug with import feature class if source and dest DataSource are the same. + +### Changed +- Change "Watershed Catchments" to "Catchment Delineation(s)" and add layer group when adding to map #527 +- Promote catchment to AOI as single feature instead of exploding geometry. + +### Removed + + + ## [1.0.3] 2024 OCT 25 ### Fixed diff --git a/__version__.py b/__version__.py index 679362c..87a7cf5 100644 --- a/__version__.py +++ b/__version__.py @@ -1 +1 @@ -__version__ = "1.0.3" \ No newline at end of file +__version__ = "1.0.4" \ No newline at end of file