fix(assets): remove unused marker image and other obsolete files to reduce repo size
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-10 - 1.5.1 - fix(assets)
|
||||
remove unused marker image and other obsolete files to reduce repo size
|
||||
|
||||
- Deleted markers-after-stop.png (removed ~726 lines / large binary asset)
|
||||
- Removed multiple metadata-only files (cleanup of obsolete/duplicated assets listed in diff)
|
||||
- No source code changes — cleanup of static assets to reduce repository size and clutter
|
||||
|
||||
## 2026-02-05 - 1.5.0 - feat(dees-geo-map)
|
||||
Highlight current navigation step with progress, mark completed steps, auto-scroll turn-by-turn list, expose guidance state for synchronization, and refine instruction/voice wording
|
||||
|
||||
|
||||
BIN
marker-debug.png
|
Before Width: | Height: | Size: 286 KiB |
|
Before Width: | Height: | Size: 342 KiB |
|
Before Width: | Height: | Size: 223 KiB |
|
Before Width: | Height: | Size: 514 KiB |
|
Before Width: | Height: | Size: 277 KiB |
|
Before Width: | Height: | Size: 514 KiB |
|
Before Width: | Height: | Size: 324 KiB |
|
Before Width: | Height: | Size: 292 KiB |
|
Before Width: | Height: | Size: 514 KiB |
|
Before Width: | Height: | Size: 514 KiB |
|
Before Width: | Height: | Size: 562 KiB |
|
Before Width: | Height: | Size: 296 KiB |
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-catalog-geo',
|
||||
version: '1.5.0',
|
||||
version: '1.5.1',
|
||||
description: 'A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools'
|
||||
}
|
||||
|
||||