File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed
Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.1.1 (2025-10-27)
6+
7+ ### Bug Fixes
8+
9+ - ** colormap** : Use sorted list and add search box
10+ ([ ` 7ae0f6c ` ] ( https://github.com/Kitware/QuickView/commit/7ae0f6cc284ed2ff0ad4f62f73881bc3423a1174 ) )
11+
12+ - ** doc** : Update landing page with shortcuts
13+ ([ ` 6c48fca ` ] ( https://github.com/Kitware/QuickView/commit/6c48fcaa4b660d2b81ebcf15f6541b8a54a5b74b ) )
14+
15+ - ** keyboard** : Add shortcut for FileOpen/DownloadState/UploadState/Help
16+ ([ ` 38d0492 ` ] ( https://github.com/Kitware/QuickView/commit/38d0492d20cd222f3b2d26e64fe6a96f5e1a5cf4 ) )
17+
18+ ### Continuous Integration
19+
20+ - Remove packaging from manual step
21+ ([ ` 70cf460 ` ] ( https://github.com/Kitware/QuickView/commit/70cf460d6358bc7aa87b936284ebc7ba2a5ff1e5 ) )
22+
23+
524## v1.1.0 (2025-10-24)
625
726### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " An application to explore/analyze data for atmosphere component for E3SM"
55authors = [
66 {name = " Kitware Inc." },
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " QuickView: Visual Analyis for E3SM Atmosphere Data"
55authors = [" Kitware" ]
66license = " "
Original file line number Diff line number Diff line change 77 },
88 "package" : {
99 "productName" : " QuickView" ,
10- "version" : " 1.1.0 "
10+ "version" : " 1.1.1 "
1111 },
1212 "tauri" : {
1313 "allowlist" : {
Original file line number Diff line number Diff line change 11"""QuickView: Visual Analysis for E3SM Atmosphere Data."""
22
3- __version__ = "1.1.0 "
3+ __version__ = "1.1.1 "
44__author__ = "Kitware Inc."
55__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments