File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed
Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.3.1 (2026-02-09)
6+
7+ ### Bug Fixes
8+
9+ - ** crop** : Allow text input
10+ ([ ` 9c8143a ` ] ( https://github.com/Kitware/QuickView/commit/9c8143a0089f96ae74d0c25253edc54e2d87ed65 ) )
11+
12+ - ** presets** : Enable all ParaView presets
13+ ([ ` ba85976 ` ] ( https://github.com/Kitware/QuickView/commit/ba85976a944c9c76a2d0a66cd23d307f40f1216a ) )
14+
15+ - ** variables** : Better layout for variable selection
16+ ([ ` ef1f16b ` ] ( https://github.com/Kitware/QuickView/commit/ef1f16b657bbb0662eb3108cb3e4464900c2f3a4 ) )
17+
18+ - ** view** : Use ellipsis on title
19+ ([ ` 427768e ` ] ( https://github.com/Kitware/QuickView/commit/427768ecfa57f33af8761c4cddd2c09de36c2219 ) )
20+
21+
522## v1.3.0 (2026-02-09)
623
724### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 1.3.0 "
3+ version = " 1.3.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 = " 1.3.0 "
3+ version = " 1.3.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" : " 1.3.0 "
10+ "version" : " 1.3.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__ = "1.3.0 "
3+ __version__ = "1.3.1 "
44__author__ = "Kitware Inc."
55__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments