Skip to content

Releases: bardesss/minimalpoi

v3.13.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 22:00
d71220e

3.13.2 (2026-08-11)

Bug Fixes

  • map: use a fontstack the glyph server actually serves (8548d0d)
  • map: use a fontstack the glyph server actually serves (87991fe)

v3.13.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:23
1901e81

3.13.1 (2026-08-11)

Bug Fixes

  • map: emit the maplibre-gl 6 worker chunk so tiles load (f6332f2)
  • map: emit the maplibre-gl 6 worker chunk so tiles load (48de999)

v3.13.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 12:21
496f464

3.13.0 (2026-08-11)

Features

  • settings: show the MCP server URL with a copy button (41ffc7e)
  • settings: show the MCP server URL with a copy button (da60e67)

v3.12.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 20:12
c8b3d41

3.12.0 (2026-07-31)

Features

  • mcp: add set_route_start and set_route_end (24aeba4)
  • mcp: automatic enrichment, route start/end, and per-token rate limits (d068118)
  • mcp: create_poi enriches automatically from source_url (98e086e)

Bug Fixes

  • ratelimit: key bearer-token requests per token, not per client IP (52c64c6)

v3.11.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 12:11
3ccede3

3.11.1 (2026-07-31)

Bug Fixes

  • db: backfill model indexes that were added after a table already existed (0f2c158)
  • db: backfill model indexes that were added after a table already existed (5da0b64)

v3.11.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 11:41
28497c1

3.11.0 (2026-07-31)

Features

  • settings: add success/error toasts to SyncSection (b9b20a9)

Bug Fixes

  • routes: portal RouteFormModal to body so it escapes the mobile sheet (78be015)

v3.10.5

Choose a tag to compare

@github-actions github-actions released this 31 Jul 11:03
9921afc

3.10.5 (2026-07-31)

Performance Improvements

  • app: memoize selectedPoi lookup in AppShell (bd75959)
  • frontend: cut redundant render work on the map, route, and detail hot paths (92fc880)
  • map: rebuild hover mini-card only when the hovered marker changes (a86238c)
  • routes: memoize nearbyPois so RouteMap stops re-uploading GeoJSON (d9b8d29)
  • routes: memoize RouteNodeRow so a hover doesn't re-render every row (6d49dad)

v3.10.4

Choose a tag to compare

@github-actions github-actions released this 30 Jul 13:38
aff3220

3.10.4 (2026-07-30)

Bug Fixes

  • queries: refresh the pois list when a visit rating changes (662c7b9)

Performance Improvements

  • frontend: patch caches instead of refetching, share fetchBlob (Phase 3 — frontend data layer) (3aa5181)
  • lib: memoize the folded search haystack per poi in filterPois (eebe421)
  • lib: precompute distances in sortPois via a Schwartzian transform (86fa25d)
  • queries: patch the pois cache on create/update/delete instead of refetching (d3909ef)
  • queries: set a 30s default staleTime on the app QueryClient (3ec10dc)

v3.10.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 12:51
1816d45

3.10.3 (2026-07-30)

Performance Improvements

  • backend: targeted queries and shared permission helpers (Phase 2 — query efficiency & consistency) (5088d12)
  • config: cache get_data_dir so mkdir runs once per path (d7e3b17)
  • db: index Comment.poi_id and POI.category_id (61c891f)
  • dedup: match source_url by query and bbox-prefilter proximity scan (b4a2575)
  • routes,comments: batch owner/team/author lookups in list endpoints (d0eb443)
  • sync: count status rows with func.count() instead of loading them (7a8c069)

v3.10.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 08:43
390a258

3.10.2 (2026-07-30)

Performance Improvements

  • async: compute route legs concurrently with asyncio.gather (c88f9e1)
  • async: keep the event loop responsive (Phase 1 — backend async safety) (4944316)
  • async: offload image decode/encode and file writes to a worker thread (918ca49)