File tree Expand file tree Collapse file tree 5 files changed +24
-4
lines changed
Expand file tree Collapse file tree 5 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v2.1.1 (2026-04-06)
6+
7+ ### Bug Fixes
8+
9+ - ** colors** : Update colors in palette
10+ ([ ` d4907e5 ` ] ( https://github.com/Kitware/QuickView/commit/d4907e5ecab55300de2e63e2448874f196c074a9 ) )
11+
12+ - ** presets** : Skip numbered gradient preset
13+ ([ ` 0d09ece ` ] ( https://github.com/Kitware/QuickView/commit/0d09ece2241d39f93a1f0ed531aa0df1d9aa3400 ) )
14+
15+ - ** render** : Call render when changing color preset or range
16+ ([ ` 4a264de ` ] ( https://github.com/Kitware/QuickView/commit/4a264dec9ae1820d42ccf71ecfed0c41680ed16f ) )
17+
18+ - ** selection** : Improve variable selection
19+ ([ ` 80ed33b ` ] ( https://github.com/Kitware/QuickView/commit/80ed33b52f9e0ce4aa7bf142760e432eb3687d8a ) )
20+
21+ - ** url** : Provide url to user when using from conda
22+ ([ ` 8cc5a97 ` ] ( https://github.com/Kitware/QuickView/commit/8cc5a9764fcf311337445a3aa2af7a793593f7fe ) )
23+
24+
525## v2.1.0 (2026-03-31)
626
727### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 2.1.0 "
3+ version = " 2.1.1 "
44description = " An application to explore/analyze data for atmosphere component for E3SM"
55authors = [
66 {name = " Kitware Inc." },
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 2.1.0 "
3+ version = " 2.1.1 "
44description = " QuickView: Visual Analyis for E3SM Atmosphere Data"
55authors = [" Kitware" ]
66license = " "
Original file line number Diff line number Diff line change 77 },
88 "package" : {
99 "productName" : " QuickView" ,
10- "version" : " 2.1.0 "
10+ "version" : " 2.1.1 "
1111 },
1212 "tauri" : {
1313 "allowlist" : {
Original file line number Diff line number Diff line change 11"""QuickView: Visual Analysis for E3SM Atmosphere Data."""
22
3- __version__ = "2.1.0 "
3+ __version__ = "2.1.1 "
44__author__ = "Kitware Inc."
55__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments