File tree Expand file tree Collapse file tree 5 files changed +40
-4
lines changed
Expand file tree Collapse file tree 5 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.2.0 (2025-12-09)
6+
7+ ### Bug Fixes
8+
9+ - Add/fix dynamic dimensions sliders
10+ ([ ` f496510 ` ] ( https://github.com/Kitware/QuickView/commit/f4965103aa0bd3a9376255f00cc94a988e207986 ) )
11+
12+ - Fixing errors while variable groupings
13+ ([ ` 3fbd8fc ` ] ( https://github.com/Kitware/QuickView/commit/3fbd8fccba4cbc8185dacf7ac0f56af671afccac ) )
14+
15+ - Fixing slicing based on arbitrary dimensions
16+ ([ ` c6242fb ` ] ( https://github.com/Kitware/QuickView/commit/c6242fbd0954e0a6303eaaa1552722a3790023e4 ) )
17+
18+ - Incorrect packaging script resulting in release failures
19+ ([ ` 6db0eec ` ] ( https://github.com/Kitware/QuickView/commit/6db0eecbe322ad651bd92e12448023bc87f0d4fe ) )
20+
21+ - Remove unnecessary print statements
22+ ([ ` 87c3d56 ` ] ( https://github.com/Kitware/QuickView/commit/87c3d5685b9f5d1e7c9fe2c8b32131cdd85621b2 ) )
23+
24+ ### Chores
25+
26+ - Removing unnecessary files from UI refactor
27+ ([ ` 787f288 ` ] ( https://github.com/Kitware/QuickView/commit/787f2883bb0ef6006f2d0d512eb93ca80fdcb026 ) )
28+
29+ - Removing vue2(old) CI scripts
30+ ([ ` 00ead1b ` ] ( https://github.com/Kitware/QuickView/commit/00ead1bbf5aa6a9fb6d6b9410392d06b194fc465 ) )
31+
32+ ### Features
33+
34+ - Adding dimension matching for horizontal axis
35+ ([ ` 4512933 ` ] ( https://github.com/Kitware/QuickView/commit/45129338d52a9ee2778d7015e238432e623311d8 ) )
36+
37+ - Adding partial changes for supporing general ESM reader
38+ ([ ` 552fbd9 ` ] ( https://github.com/Kitware/QuickView/commit/552fbd940d0cc586666300a3ca9a2d2d1cf8e368 ) )
39+
40+
541## v1.1.1 (2025-10-27)
642
743### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 1.1.1 "
3+ version = " 1.2.0 "
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.1.1 "
3+ version = " 1.2.0 "
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.1.1 "
10+ "version" : " 1.2.0 "
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.1.1 "
3+ __version__ = "1.2.0 "
44__author__ = "Kitware Inc."
55__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments