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.1 (2026-05-04)
6+
7+ ### Bug Fixes
8+
9+ - Update web icon
10+ ([ ` 31ff84e ` ] ( https://github.com/Kitware/QuickView/commit/31ff84e647e8d4a5ab9c795fc541d3e437ad921c ) )
11+
12+ - ** event** : Cleaner syntax
13+ ([ ` 2cc2fe5 ` ] ( https://github.com/Kitware/QuickView/commit/2cc2fe5b3c90511ab7c35bd4e5ac3ae8338b6794 ) )
14+
15+ - ** hotkey** : Improve style
16+ ([ ` cac4a43 ` ] ( https://github.com/Kitware/QuickView/commit/cac4a4310df699cd096440ecc88435260cfd4959 ) )
17+
18+ - ** key binding** : Enable zoom and pan
19+ ([ ` e694cf5 ` ] ( https://github.com/Kitware/QuickView/commit/e694cf5d4320fbff4d176f00e865a99cb2ff3fda ) )
20+
21+ - ** tauri** : Update icons
22+ ([ ` 83277fe ` ] ( https://github.com/Kitware/QuickView/commit/83277fe966615cfb40ebbfd46c53765114456c0a ) )
23+
24+ - ** toolbar** : Improve layout style
25+ ([ ` 34963af ` ] ( https://github.com/Kitware/QuickView/commit/34963af72d3e2e6021bdcaa089a16b8350e4d476 ) )
26+
27+ - ** view_manager** : Remove multi-view implementation
28+ ([ ` d758bbb ` ] ( https://github.com/Kitware/QuickView/commit/d758bbb455510316a81b7f097fc760adf9d39ee5 ) )
29+
30+ - ** view_manager** : Use single render window by default
31+ ([ ` dc547ec ` ] ( https://github.com/Kitware/QuickView/commit/dc547ec81c84512d11f2b0d98a610099a48c009d ) )
32+
33+
534## v2.7.0 (2026-05-04)
635
736### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 2.7.0 "
3+ version = " 2.7.1 "
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 = " 2.7.0 "
3+ version = " 2.7.1 "
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.0 "
10+ "version" : " 2.7.1 "
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.0 "
3+ __version__ = "2.7.1 "
44__author__ = "Kitware Inc."
55__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments