Skip to content

Commit 8bf8ec3

Browse files
author
semantic-release
committed
2.6.2
Automatically generated by python-semantic-release
1 parent e199d57 commit 8bf8ec3

5 files changed

Lines changed: 23 additions & 4 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v2.6.2 (2026-04-29)
6+
7+
### Bug Fixes
8+
9+
- **aspect-ratio**: Update aspect ratio slider by inverting direction and wider range(#69)
10+
([`6200bb9`](https://github.com/Kitware/QuickView/commit/6200bb9cc065a85a7e763f3a4ed5f58e7683de72))
11+
12+
- **lut**: Symlog colorbar matching and discrete sampling
13+
([#67](https://github.com/Kitware/QuickView/pull/67),
14+
[`82fd4ac`](https://github.com/Kitware/QuickView/commit/82fd4ac06b6f265734ea8e7b364dd3484f1de3e9))
15+
16+
- **play**: Add reverse play button and forward/reverse looping
17+
([#68](https://github.com/Kitware/QuickView/pull/68),
18+
[`efe84e2`](https://github.com/Kitware/QuickView/commit/efe84e22ada016560303ae0e7063a947696d583c))
19+
20+
- **state**: Dynamic dimension indices, discrete/colorblind settings, color_range tuple
21+
([`e199d57`](https://github.com/Kitware/QuickView/commit/e199d57db04b89b90168a85a77034308d60a7cc3))
22+
23+
524
## v2.6.1 (2026-04-28)
625

726
### 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.1"
3+
version = "2.6.2"
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.1"
3+
version = "2.6.2"
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.1"
10+
"version": "2.6.2"
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.1"
3+
__version__ = "2.6.2"
44
__author__ = "Kitware Inc."
55
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)