Skip to content

Commit a3cdee3

Browse files
author
semantic-release
committed
2.7.1
Automatically generated by python-semantic-release
1 parent 83277fe commit a3cdee3

5 files changed

Lines changed: 33 additions & 4 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v2.7.1 (2026-05-04)
6+
7+
### Bug Fixes
8+
9+
- Update web icon
10+
([`31ff84e`](https://github.com/Kitware/QuickView/commit/31ff84e647e8d4a5ab9c795fc541d3e437ad921c))
11+
12+
- **event**: Cleaner syntax
13+
([`2cc2fe5`](https://github.com/Kitware/QuickView/commit/2cc2fe5b3c90511ab7c35bd4e5ac3ae8338b6794))
14+
15+
- **hotkey**: Improve style
16+
([`cac4a43`](https://github.com/Kitware/QuickView/commit/cac4a4310df699cd096440ecc88435260cfd4959))
17+
18+
- **key binding**: Enable zoom and pan
19+
([`e694cf5`](https://github.com/Kitware/QuickView/commit/e694cf5d4320fbff4d176f00e865a99cb2ff3fda))
20+
21+
- **tauri**: Update icons
22+
([`83277fe`](https://github.com/Kitware/QuickView/commit/83277fe966615cfb40ebbfd46c53765114456c0a))
23+
24+
- **toolbar**: Improve layout style
25+
([`34963af`](https://github.com/Kitware/QuickView/commit/34963af72d3e2e6021bdcaa089a16b8350e4d476))
26+
27+
- **view_manager**: Remove multi-view implementation
28+
([`d758bbb`](https://github.com/Kitware/QuickView/commit/d758bbb455510316a81b7f097fc760adf9d39ee5))
29+
30+
- **view_manager**: Use single render window by default
31+
([`dc547ec`](https://github.com/Kitware/QuickView/commit/dc547ec81c84512d11f2b0d98a610099a48c009d))
32+
33+
534
## v2.7.0 (2026-05-04)
635

736
### 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.7.0"
3+
version = "2.7.1"
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.7.0"
3+
version = "2.7.1"
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.0"
10+
"version": "2.7.1"
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.0"
3+
__version__ = "2.7.1"
44
__author__ = "Kitware Inc."
55
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)