Tags give the ability to mark specific points in history as being important
-
v1.5.0
protectedac60bf8d · ·Release v1.5.0: GPX parsing on Bun.XML, point cap 75k, mem_limit 512m (#198) Deployed to production 2026-09-05. The release carries #198 end to end: fast-xml-parser replaced by the runtime's Bun.XML (~3x cheaper parse, one fewer dependency), MAX_TRACK_POINTS 50,000 -> 75,000, and mem_limit 256m -> 512m in the compose file the infra repo installs. Post-deploy: ~88 MiB idle against the 512 MiB limit, healthz 200.
-
v0.12.0
protected785b97e6 · ·v0.12.0 — Instance administration on its own page (#149, #150) - #149 Admin: `/admin` and `/admin/users/:id` behind a RequireAdmin guard, moving administration out of Settings. Adds GET /api/v1/admin/overview and GET /api/v1/admin/users/:id, and server-side search/filter/paging on GET /api/v1/admin/users — whose response shape changed from `{ users }` to `{ items, total }` (admin-only, off MCP, single in-image consumer). The session resolver also began writing `sessions.last_used_at`, throttled. - #150 Lists: a failed fetch no longer takes the loaded rows away, and offers a retry; an empty state waits until the server has actually answered. No schema change since v0.11.0 — migration 0022 is still the head.