Skip to content

Commit c579020

Browse files
author
semantic-release
committed
2.7.6
Automatically generated by python-semantic-release
1 parent 8bbadb7 commit c579020

5 files changed

Lines changed: 24 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.7.6 (2026-05-14)
6+
7+
### Bug Fixes
8+
9+
- **arrow**: Prevent pan when using arrow key when moving slider
10+
([`f4727c2`](https://github.com/Kitware/QuickView/commit/f4727c224aa7811de98ad6bc6f9bab3fa470deac))
11+
12+
- **SliceIndex**: Text field use 1 as min value
13+
([`8bbadb7`](https://github.com/Kitware/QuickView/commit/8bbadb7d55df45122f204809dd4393ee358b9084))
14+
15+
### Documentation
16+
17+
- Small clarification
18+
([`db4cfac`](https://github.com/Kitware/QuickView/commit/db4cfac7f7728a89cc988a435793c94afa4ebc17))
19+
20+
- Update screenshots and text for revised slice selection controls
21+
([`2afe3df`](https://github.com/Kitware/QuickView/commit/2afe3df478589912b6e2544e8d1a6d989c8d8926))
22+
23+
524
## v2.7.5 (2026-05-12)
625

726
### Bug Fixes

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "e3sm-quickview"
3-
version = "2.7.5"
3+
version = "2.7.6"
44
description = "An application to explore/analyze data for atmosphere component for E3SM"
55
authors = [
66
{name = "Kitware Inc."},
@@ -56,6 +56,7 @@ quickview = "e3sm_quickview.jupyter:setup_quickview"
5656

5757

5858

59+
5960
[build-system]
6061
requires = ["hatchling"]
6162
build-backend = "hatchling.build"

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

0 commit comments

Comments
 (0)