File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.2.1 (2025-12-11)
6+
7+ ### Bug Fixes
8+
9+ - Fixing linux binary launch issues
10+ ([ ` 1a6fb0d ` ] ( https://github.com/Kitware/QuickView/commit/1a6fb0d22b34bab3b7aab2275e51b152bd3536eb ) )
11+
12+ - Slicing axes and averaging fixes
13+ ([ ` 2edad77 ` ] ( https://github.com/Kitware/QuickView/commit/2edad773500791bd803fd4cc8a97cbb3f857a30b ) )
14+
15+ ### Continuous Integration
16+
17+ - Automatically generate windows packages
18+ ([ ` 1cfdb14 ` ] ( https://github.com/Kitware/QuickView/commit/1cfdb14e7552413ef4e041911696fdc3f24816e9 ) )
19+
20+
521## v1.2.0 (2025-12-09)
622
723### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 1.2.0 "
3+ version = " 1.2.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.2.0 "
3+ version = " 1.2.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.2.0 "
10+ "version" : " 1.2.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.2.0 "
3+ __version__ = "1.2.1 "
44__author__ = "Kitware Inc."
55__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments