Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridlook",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"scripts": {
"dev": "vite --port 3000",
Expand Down
Loading