File tree Expand file tree Collapse file tree 5 files changed +26
-4
lines changed
Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.3.4 (2026-02-24)
6+
7+ ### Bug Fixes
8+
9+ - ** ColorMap** : Allow user to adjust number of colors
10+ ([ ` 2e60739 ` ] ( https://github.com/Kitware/QuickView/commit/2e60739569de35fdb73068723cd48a39fc583c99 ) )
11+
12+ - ** fields** : Always show scrollbar on table
13+ ([ ` f0601c3 ` ] ( https://github.com/Kitware/QuickView/commit/f0601c303c4d65eac205e75a18aeeb05f610b524 ) )
14+
15+ - ** names** : Use original field name in table
16+ ([ ` f29f9c2 ` ] ( https://github.com/Kitware/QuickView/commit/f29f9c2c09d42170500c3291ad6c99a75132a3c5 ) )
17+
18+ - ** toolbars** : Sliders and drop down for data selection and animation toolbars
19+ ([ ` 893e610 ` ] ( https://github.com/Kitware/QuickView/commit/893e6104686b2d65f2f00e763e26ea5234538fb6 ) )
20+
21+ ### Documentation
22+
23+ - ** readme** : Fix badges
24+ ([ ` 675c5c3 ` ] ( https://github.com/Kitware/QuickView/commit/675c5c34b2f0a083f7f15e2e178d85119c488802 ) )
25+
26+
527## v1.3.3 (2026-02-20)
628
729### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 1.3.3 "
3+ version = " 1.3.4 "
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 = " 1.3.3 "
3+ version = " 1.3.4 "
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" : " 1.3.3 "
10+ "version" : " 1.3.4 "
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__ = "1.3.3 "
3+ __version__ = "1.3.4 "
44__author__ = "Kitware Inc."
55__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments