From 9cf83b626987debd5f9533781d8bf2bc47f99845 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:28:55 +0000 Subject: [PATCH 1/2] chore(main): release 1.4.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d34a4db..5ce18906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/d70-t/gridlook/compare/v1.3.0...v1.4.0) (2026-07-14) + + +### Features + +* added texture-feature ([5b997de](https://github.com/d70-t/gridlook/commit/5b997dee2c9c0a890cd82880b1ea41bd44fcd115)) +* **lib:** geotiff support ([e3204b4](https://github.com/d70-t/gridlook/commit/e3204b4900fdd126eed83a197b20d42f84139cd6)) +* moved Dataset Info button to the title ([bd2e822](https://github.com/d70-t/gridlook/commit/bd2e822582f77b743a81d551b25ee184bd69e06b)) +* replaced turbo by viridis as default colormap ([ed7a016](https://github.com/d70-t/gridlook/commit/ed7a0167ec8fc374ffe114a95c461f15b63ffdfa)) +* **ui:** added 15deg lat/lon grid and 10m coastlines ([4685917](https://github.com/d70-t/gridlook/commit/4685917a629f093c78f534e1d93ca9a48c98cb37)) +* **ui:** Dataset info shows groups in dropdowns now ([f966413](https://github.com/d70-t/gridlook/commit/f96641315039f2609058ef5984ca1d1f99eec752)) + ## [1.3.0](https://github.com/d70-t/gridlook/compare/v1.2.0...v1.3.0) (2026-06-15) diff --git a/package-lock.json b/package-lock.json index 90210459..1669388b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gridlook", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gridlook", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@eeholmes/zarrita-pcodec": "github:eeholmes/zarrita-pcodec", diff --git a/package.json b/package.json index 933e7975..0ecf7bba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridlook", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "scripts": { "dev": "vite --port 3000", From 08a010b2a9f37c085ec3cdde6cbdaf67be9f569e Mon Sep 17 00:00:00 2001 From: "Andrej F." Date: Tue, 14 Jul 2026 13:34:08 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce18906..85858d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,9 @@ ### Features -* added texture-feature ([5b997de](https://github.com/d70-t/gridlook/commit/5b997dee2c9c0a890cd82880b1ea41bd44fcd115)) -* **lib:** geotiff support ([e3204b4](https://github.com/d70-t/gridlook/commit/e3204b4900fdd126eed83a197b20d42f84139cd6)) -* moved Dataset Info button to the title ([bd2e822](https://github.com/d70-t/gridlook/commit/bd2e822582f77b743a81d551b25ee184bd69e06b)) -* replaced turbo by viridis as default colormap ([ed7a016](https://github.com/d70-t/gridlook/commit/ed7a0167ec8fc374ffe114a95c461f15b63ffdfa)) +* added texture/layer-feature: Import your own PNGs/JPEGs and (WGS84)-Geotiffs into Gridlook ([5b997de](https://github.com/d70-t/gridlook/commit/5b997dee2c9c0a890cd82880b1ea41bd44fcd115)) +* **ui** moved Dataset Info button to the title ([bd2e822](https://github.com/d70-t/gridlook/commit/bd2e822582f77b743a81d551b25ee184bd69e06b)) +* **ui** replaced turbo by viridis as default colormap ([ed7a016](https://github.com/d70-t/gridlook/commit/ed7a0167ec8fc374ffe114a95c461f15b63ffdfa)) * **ui:** added 15deg lat/lon grid and 10m coastlines ([4685917](https://github.com/d70-t/gridlook/commit/4685917a629f093c78f534e1d93ca9a48c98cb37)) * **ui:** Dataset info shows groups in dropdowns now ([f966413](https://github.com/d70-t/gridlook/commit/f96641315039f2609058ef5984ca1d1f99eec752))