diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d34a4db..85858d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.4.0](https://github.com/d70-t/gridlook/compare/v1.3.0...v1.4.0) (2026-07-14) + + +### Features + +* 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)) + ## [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",