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.3.0 (2026-03-09)
6+
7+ ### Features
8+
9+ - Add toggle between two-sim and multi-sim modes
10+ ([ ` 7174769 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/7174769e5af727ff1b8fbffbaba18ac2ac3b32bf ) )
11+
12+ ### Refactoring
13+
14+ - Clean comparison logic
15+ ([ ` b4ce9d9 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/b4ce9d9e9fe10e32a9a83d63bb89c741197e33c2 ) )
16+
17+
518## v1.2.2 (2026-03-03)
619
720### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-compareview"
3- version = " 1.2.2 "
3+ version = " 1.3.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.2.2 "
3+ version = " 1.3.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.2.2 "
10+ "version" : " 1.3.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.2.2 "
4+ __version__ = "1.3.0 "
55__author__ = "Kitware Inc."
66__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments