Skip to content

Commit 0115cac

Browse files
author
semantic-release
committed
2.6.3
Automatically generated by python-semantic-release
1 parent eed18bc commit 0115cac

5 files changed

Lines changed: 51 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
22

33
<!-- version list -->
44

5+
## v2.6.3 (2026-05-02)
6+
7+
### Bug Fixes
8+
9+
- Add Enter key to trigger active primary buttons
10+
([`eed18bc`](https://github.com/Kitware/QuickView/commit/eed18bc67c8102a316ea2d39f99202dca7d2ea92))
11+
12+
- Allow pasting file paths in file loading dialog
13+
([`88cb508`](https://github.com/Kitware/QuickView/commit/88cb5082fb1ddfddeaed1aa662c9f77485e828ea))
14+
15+
- Use showSaveFilePicker for state export with browser fallback
16+
([`d1c2d6d`](https://github.com/Kitware/QuickView/commit/d1c2d6d370f68e22e5b410e46883ca536e1597d1))
17+
18+
- **browser**: Skip invalid symbolic links
19+
([`64de0a0`](https://github.com/Kitware/QuickView/commit/64de0a0ef61e799eaaa397d138753a90fcb310de))
20+
21+
- **camera**: Disable view interaction, add zoom buttons with tooltips to layout toolbar
22+
([#81](https://github.com/Kitware/QuickView/pull/81),
23+
[`df006c5`](https://github.com/Kitware/QuickView/commit/df006c5fa2a6ada0f2381d8e87b7f73be6eb0662))
24+
25+
- **js**: Improve js style
26+
([`8c1c229`](https://github.com/Kitware/QuickView/commit/8c1c229e5846db8e9523251636839f14ade0701f))
27+
28+
- **log**: Build continuous log CTF before sampling bands
29+
([#75](https://github.com/Kitware/QuickView/pull/75),
30+
[`c54885a`](https://github.com/Kitware/QuickView/commit/c54885ad67c9aa45966246fcdd1e128d04a17db6))
31+
32+
### Documentation
33+
34+
- Add doc on linear/log/symlog scales and discrete/continuous colormaps; correct many typos
35+
([#73](https://github.com/Kitware/QuickView/pull/73),
36+
[`d017719`](https://github.com/Kitware/QuickView/commit/d01771944b8622d4c0b7dc77ea13e9f10d8a10a0))
37+
38+
- Update a screenshot
39+
([`d67dfbd`](https://github.com/Kitware/QuickView/commit/d67dfbd6bd7dacb517590503034e35488f30c250))
40+
41+
- Update screenshots; add state files ([#73](https://github.com/Kitware/QuickView/pull/73),
42+
[`d017719`](https://github.com/Kitware/QuickView/commit/d01771944b8622d4c0b7dc77ea13e9f10d8a10a0))
43+
44+
- Update webpage contents for recently merged changes; correct many typos
45+
([#73](https://github.com/Kitware/QuickView/pull/73),
46+
[`d017719`](https://github.com/Kitware/QuickView/commit/d01771944b8622d4c0b7dc77ea13e9f10d8a10a0))
47+
48+
- **readme**: Replace outdated contents ([#72](https://github.com/Kitware/QuickView/pull/72),
49+
[`561ac30`](https://github.com/Kitware/QuickView/commit/561ac3020166cd661cebd499d80c281da5d65aee))
50+
51+
552
## v2.6.2 (2026-04-29)
653

754
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "e3sm-quickview"
3-
version = "2.6.2"
3+
version = "2.6.3"
44
description = "An application to explore/analyze data for atmosphere component for E3SM"
55
authors = [
66
{name = "Kitware Inc."},

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "2.6.2"
3+
version = "2.6.3"
44
description = "QuickView: Visual Analyis for E3SM Atmosphere Data"
55
authors = ["Kitware"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "QuickView",
10-
"version": "2.6.2"
10+
"version": "2.6.3"
1111
},
1212
"tauri": {
1313
"allowlist": {

src/e3sm_quickview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""QuickView: Visual Analysis for E3SM Atmosphere Data."""
22

3-
__version__ = "2.6.2"
3+
__version__ = "2.6.3"
44
__author__ = "Kitware Inc."
55
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)