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+ ## v2.7.5 (2026-05-12)
6+
7+ ### Bug Fixes
8+
9+ - ** export** : Update animation track while exporting
10+ ([ ` 51d6866 ` ] ( https://github.com/Kitware/QuickView/commit/51d6866f4a3f6c48497316ea8b3580247355420a ) )
11+
12+ - ** ui** : Improve field selection look and feel
13+ ([ ` 25c20d1 ` ] ( https://github.com/Kitware/QuickView/commit/25c20d1ebce0978b76b993442e987975890d920f ) )
14+
15+ ### Documentation
16+
17+ - Correct size of a image
18+ ([ ` 963803f ` ] ( https://github.com/Kitware/QuickView/commit/963803f3b951f89f3b3196db66d062fbff0db892 ) )
19+
20+ - Update image sizes
21+ ([ ` 528d61e ` ] ( https://github.com/Kitware/QuickView/commit/528d61e7c7189eef6919384d79dd6ce7a42bfe98 ) )
22+
23+
524## v2.7.4 (2026-05-11)
625
726### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 2.7.4 "
3+ version = " 2.7.5 "
44description = " An application to explore/analyze data for atmosphere component for E3SM"
55authors = [
66 {name = " Kitware Inc." },
@@ -55,6 +55,7 @@ quickview = "e3sm_quickview.jupyter:setup_quickview"
5555
5656
5757
58+
5859[build-system ]
5960requires = [" hatchling" ]
6061build-backend = " hatchling.build"
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 2.7.4 "
3+ version = " 2.7.5 "
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.7.4 "
10+ "version" : " 2.7.5 "
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.7.4 "
3+ __version__ = "2.7.5 "
44__author__ = "Kitware Inc."
55__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments