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.6 (2026-05-14)
6+
7+ ### Bug Fixes
8+
9+ - ** arrow** : Prevent pan when using arrow key when moving slider
10+ ([ ` f4727c2 ` ] ( https://github.com/Kitware/QuickView/commit/f4727c224aa7811de98ad6bc6f9bab3fa470deac ) )
11+
12+ - ** SliceIndex** : Text field use 1 as min value
13+ ([ ` 8bbadb7 ` ] ( https://github.com/Kitware/QuickView/commit/8bbadb7d55df45122f204809dd4393ee358b9084 ) )
14+
15+ ### Documentation
16+
17+ - Small clarification
18+ ([ ` db4cfac ` ] ( https://github.com/Kitware/QuickView/commit/db4cfac7f7728a89cc988a435793c94afa4ebc17 ) )
19+
20+ - Update screenshots and text for revised slice selection controls
21+ ([ ` 2afe3df ` ] ( https://github.com/Kitware/QuickView/commit/2afe3df478589912b6e2544e8d1a6d989c8d8926 ) )
22+
23+
524## v2.7.5 (2026-05-12)
625
726### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 2.7.5 "
3+ version = " 2.7.6 "
44description = " An application to explore/analyze data for atmosphere component for E3SM"
55authors = [
66 {name = " Kitware Inc." },
@@ -56,6 +56,7 @@ quickview = "e3sm_quickview.jupyter:setup_quickview"
5656
5757
5858
59+
5960[build-system ]
6061requires = [" hatchling" ]
6162build-backend = " hatchling.build"
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 2.7.5 "
3+ version = " 2.7.6 "
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.5 "
10+ "version" : " 2.7.6 "
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.5 "
3+ __version__ = "2.7.6 "
44__author__ = "Kitware Inc."
55__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments