Skip to content

Commit 5de18d6

Browse files
author
semantic-release
committed
1.4.0
Automatically generated by python-semantic-release
1 parent faebf51 commit 5de18d6

5 files changed

Lines changed: 37 additions & 4 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.4.0 (2026-04-27)
6+
7+
### Bug Fixes
8+
9+
- **multi-sim**: Fix drag re-ordering UI
10+
([`6f6b6e7`](https://github.com/Kitware/E3SMQuickCompare/commit/6f6b6e77324449e81d28946c8269be6e228a66b3))
11+
12+
- **tooltips**: Add tooltips for multi-sim/comparisons
13+
([`32413da`](https://github.com/Kitware/E3SMQuickCompare/commit/32413da331d0f27a87c8a9d418997ce7937375cd))
14+
15+
- **tooltips**: Update tooltips from QuickView
16+
([`3539594`](https://github.com/Kitware/E3SMQuickCompare/commit/3539594d0624aa89d736605225fe69b296c659ca))
17+
18+
- **ui**: Update button colors to make function clearer
19+
([`a87b91e`](https://github.com/Kitware/E3SMQuickCompare/commit/a87b91e92c7dfe4b42355b9172dc5b472febbf33))
20+
21+
- **view**: Fix colorbar range display bug
22+
([`faebf51`](https://github.com/Kitware/E3SMQuickCompare/commit/faebf517f507b5f53d239c79f58a6a4531c1a915))
23+
24+
### Chores
25+
26+
- Port QuickView changes (non-rendering)
27+
([`7176490`](https://github.com/Kitware/E3SMQuickCompare/commit/7176490301a13d1498a36ebb3da3532f8a244af5))
28+
29+
### Features
30+
31+
- Port QuickView rendering changes
32+
([`5df6af8`](https://github.com/Kitware/E3SMQuickCompare/commit/5df6af81a173efce0b97143b7cee6cfc8deceaaa))
33+
34+
- **comparison**: Add new "Source" multi-sim comparison type, that shows raw data
35+
([`a0fdf1a`](https://github.com/Kitware/E3SMQuickCompare/commit/a0fdf1a6f8f794e6b2f3ee8e9e569640de6de75d))
36+
37+
538
## v1.3.5 (2026-04-06)
639

740
### 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-compareview"
3-
version = "1.3.5"
3+
version = "1.4.0"
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 = "1.3.5"
3+
version = "1.4.0"
44
description = "QuickCompare: Visual Analysis 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": "QuickCompare",
10-
"version": "1.3.5"
10+
"version": "1.4.0"
1111
},
1212
"tauri": {
1313
"allowlist": {

src/e3sm_compareview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""CompareView: E3SM CompareView application."""
22

33
# TODO(decouple): Revisit "quickview" naming/usage in Tauri configs after refactor.
4-
__version__ = "1.3.5"
4+
__version__ = "1.4.0"
55
__author__ = "Kitware Inc."
66
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)