Skip to content

Latest commit

 

History

History
146 lines (71 loc) · 6.4 KB

CHANGELOG.md

File metadata and controls

146 lines (71 loc) · 6.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.0 (2024-07-26)

Features

  • last zoom/location is now saved/restore upon app restart (68fd022)

Bug Fixes

  • fixed copy GeoJSON tile (004b2a1)

1.7.3 (2024-07-04)

Bug Fixes

  • buttons tooltip not showing (f0f4313)

1.7.2 (2024-06-26)

Bug Fixes

  • broken production build (a91f371)

1.7.1 (2024-06-23)

1.7.0 (2023-05-28)

Bug Fixes

Features

1.6.0 (2022-05-26)

Features

1.5.2 (2022-05-25)

Bug Fixes

  • correctly hide selected layers with toggles (614c5b4)
  • missing translations (f2aa541)
  • prevent duplicates in attribute popup (16a3fd7)
  • show geometry type as $type (0f46557)
  • theme style for popup and compare splitter (f0b13ea)
  • upgraded deps (734038d)

1.5.1 (2022-03-24)

Bug Fixes

  • multiple bugs corrections and improvements (1af09e5)

1.5.0 (2022-03-22)

Features

  • new bottom panel to show selected features (8d9e5ce)

1.4.0 (2022-03-21)

Features

  • new UI using carbon design with theme support (10e6021)
  • allow to add/remove multiple mbtiles per panel
  • popup working in both panels

1.3.1 (2022-03-19)

Bug Fixes

  • bring back tiles cache (5044028)
  • fix white screen on production build (55945e0)

1.3.0 (2022-03-18)

Features

  • basic split map view support (select secondary with fab button) (dd7b5d0)
  • watch open mbtiles for changes. Will reload the map when changed! (d0cf700)

1.2.0 (2022-03-17)

Features

1.1.0 (2022-03-16)

Features

  • save last opened mbtiles (a7062e6)

Bug Fixes