File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.4.0 (2026-04-27)
6+
7+ ### Bug Fixes
8+
9+ - ** multi-sim** : Fix drag re-ordering UI
10+ ([ ` 6f6b6e7 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/6f6b6e77324449e81d28946c8269be6e228a66b3 ) )
11+
12+ - ** tooltips** : Add tooltips for multi-sim/comparisons
13+ ([ ` 32413da ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/32413da331d0f27a87c8a9d418997ce7937375cd ) )
14+
15+ - ** tooltips** : Update tooltips from QuickView
16+ ([ ` 3539594 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/3539594d0624aa89d736605225fe69b296c659ca ) )
17+
18+ - ** ui** : Update button colors to make function clearer
19+ ([ ` a87b91e ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/a87b91e92c7dfe4b42355b9172dc5b472febbf33 ) )
20+
21+ - ** view** : Fix colorbar range display bug
22+ ([ ` faebf51 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/faebf517f507b5f53d239c79f58a6a4531c1a915 ) )
23+
24+ ### Chores
25+
26+ - Port QuickView changes (non-rendering)
27+ ([ ` 7176490 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/7176490301a13d1498a36ebb3da3532f8a244af5 ) )
28+
29+ ### Features
30+
31+ - Port QuickView rendering changes
32+ ([ ` 5df6af8 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/5df6af81a173efce0b97143b7cee6cfc8deceaaa ) )
33+
34+ - ** comparison** : Add new "Source" multi-sim comparison type, that shows raw data
35+ ([ ` a0fdf1a ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/a0fdf1a6f8f794e6b2f3ee8e9e569640de6de75d ) )
36+
37+
538## v1.3.5 (2026-04-06)
639
740### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-compareview"
3- version = " 1.3.5 "
3+ version = " 1.4.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.3.5 "
3+ version = " 1.4.0 "
44description = " QuickCompare: Visual Analysis for E3SM Atmosphere Data"
55authors = [" Kitware" ]
66license = " "
Original file line number Diff line number Diff line change 77 },
88 "package" : {
99 "productName" : " QuickCompare" ,
10- "version" : " 1.3.5 "
10+ "version" : " 1.4.0 "
1111 },
1212 "tauri" : {
1313 "allowlist" : {
Original file line number Diff line number Diff line change 11"""CompareView: E3SM CompareView application."""
22
33# TODO(decouple): Revisit "quickview" naming/usage in Tauri configs after refactor.
4- __version__ = "1.3.5 "
4+ __version__ = "1.4.0 "
55__author__ = "Kitware Inc."
66__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments