From bfdb1c8f5fcad118da07681e0442f8d231019541 Mon Sep 17 00:00:00 2001 From: Kelly W Date: Fri, 6 Dec 2024 14:46:16 -0800 Subject: [PATCH] version 1.0.6 --- CHANGELIST.md | 11 +++++++++++ __version__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 4beec8b..351dc9b 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,5 +1,16 @@ # QRiS Plugin +## [1.0.6] 2024 DEC 06 + +### Added +- Specify a default export folder in settings #537 + +### Fixed +- Bug with missing DCE Layer Features in project export #539 +- Update Project path on browse to path button on New Project Form #538 +- Bug with Ignore Fields radio button on Import Features Form #542 + + ## [1.0.5] 2024 NOV 15 ### Added diff --git a/__version__.py b/__version__.py index 222a4c1..010279a 100644 --- a/__version__.py +++ b/__version__.py @@ -1 +1 @@ -__version__ = "1.0.5" \ No newline at end of file +__version__ = "1.0.6" \ No newline at end of file