diff --git a/CHANGELIST.md b/CHANGELIST.md index 620f6369..9e3644a4 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,5 +1,20 @@ # QRiS Plugin +## [0.9.1] 2024 AUG 30 + +### Added +- Metric Calculations for Riverscape Length and Area (ability to calculate metrics from user selected 'inputs' layers) #478 + +### Fixed +- Centerline not appearing in 'Create Sample Frame from QRIS features' until closing and reopening project #444 +- Cannot import temporary layer into Sample Frame #471 + +### Changed +- Change "Calculate All" text to "Calculate" in Analysis #465 +- Better DCE chooser for Basis for Design on Designs Form #482 +- Uncalculated metrics now show up as null in the analysis table #477 + + ## [0.9.0] 2024 AUG 23 ### Added diff --git a/__version__.py b/__version__.py index 4359b9e7..87622581 100644 --- a/__version__.py +++ b/__version__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.9.1"