Changelog

Changelog

0.1.10 (2026-02-09)

Features

  • config: add configurable file browsers (cd70ebc)

  • config: configurable file browsers (734d25b)

  • db: add backup and export helpers (bc0c77c)

  • db: add backup and export helpers (5902d6d)

  • map: split stack offset axes (d312203)

  • map: split stack offset axes (5268882)

  • ollama: add parameter presets (1bf1ba7)

  • ollama: add parameter presets (fef3290)

  • schema: add map metadata and export provenance (a2c8ee7)

  • schema: add map metadata and export provenance (eaef555)

  • sqlite: add sqlite map storage (0eab047)

  • sqlite: add sqlite map storage (206140b)

  • ui: add theme toggle (bedf69d)

  • ui: add theme toggle (a024457)

  • ui: add workspace tabs (6342cc0)

  • ui: add world json tab (b67ef5c)

  • ui: add world json tab (110fcea)

  • ui: move map navigation to workspace (4e8a5c5)

  • ui: move map navigation to workspace (5e2d6f2)

  • ui: move new room to action row (9914418)

  • ui: move new room to action row (a35f916)

  • ui: refine file browsers and file actions (04cdf15)

  • ui: refine file browsers and file actions (26c2b77)

  • ui: rework zone exits and vertical links (68b9449)

  • ui: rework zone exits and vertical links (0722d41)

  • ui: workspace tabs (62375d8)

  • workspace: add API runner and config defaults (fa708da)

  • workspace: add db tool actions (189adef)

  • workspace: add db tool actions (c941c38)

  • workspace: add rooms table (3bd85d0)

  • workspace: add rooms table (a535c3d)

  • workspace: add sqlite overview panel (93d1ccc)

  • workspace: add sqlite overview panel (c3d4601)

  • workspace: API runner and config defaults (560a9b9)

Fixes

  • ui: constrain world json layout (933fd2b)

Documentation

  • update data tracking guidance (6593f70)

  • update data tracking guidance (78f1493)

Internal Changes

  • core: remove legacy utilities (11dcba7)

  • core: remove legacy utilities (68ca4f3)

0.1.9 (2026-02-04)

Fixes

  • file: stabilize dev snapshot callbacks (19fd229)

  • file: stabilize dev snapshot callbacks (46b9af7)

Documentation

  • sphinx: avoid duplicate autoapi fields (8cf2a3b)

Internal Changes

  • file: consolidate new map modal (e7ae2a9)

  • state: add state manager and io queue (8ab48d3)

  • state: route load and generation (2122f53)

  • ui: centralize feedback outputs (ec03d96)

0.1.8 (2026-02-04)

Features

  • ui: add dev snapshots browser (2e6714c)

Internal Changes

  • ollama: modularize integration (ed07a8c)

0.1.7 (2026-02-04)

Fixes

  • snapshot uses latest Ollama output (6de4184)

0.1.6 (2026-02-04)

Features

  • ollama: add description validator staging (300dff5)

  • ollama: add description validator staging (27c1c21)

0.1.5 (2026-02-03)

Features

  • ollama: allow lower target word counts (min 25) (#19) (8f9c59b)

Fixes

  • ollama: allow finer temperature granularity (step 0.05) (1f23d7c)

  • ui: change num_predict step to 1 for arbitrary token values (#20) (625bf6a)

  • validation: use StrEnum instead of (str, Enum) inheritance (b6dadcc)

Internal Changes

  • ollama: add banned phrases to Core Rules for small LLMs (b6dadcc)

0.1.4 (2026-02-03)

Features

  • ollama: add configurable target word count for LLM generation (de00d6b)

0.1.3 (2026-02-03)

Features

  • add data-only commit automation with CI skip (87b6085)

  • store Ollama generation metadata in .map.json files (36afb4f)

0.1.2 (2026-02-03)

Features

  • add Ollama template system for LLM room descriptions (ab9bbe9)

0.1.1 (2026-02-03)

Features

  • add Dash-based mapper UI skeleton (f8386ac)

  • add delete room functionality with undo (3be6176)

  • add exit management and Sphinx documentation (98da84b)

  • add flattened Z-layer display with visual stacking (018976f)

  • add JSON Schema for map files (ca61c7b)

  • add Ollama LLM integration for room descriptions (#8) (35a37a0)

  • add room selection, editing, and save functionality (3bb3dc1)

  • add validation UI with report generation (ccea6b9)

  • add zone creation, loading, and map visualization (f9f56c6)

  • implement two-file workflow (Phase 5) (6b39800)

  • initialize pipeworks_mud_mapper repository (4e0d723)

  • models: add Pydantic domain models for two-file workflow (911a9f4)

  • services: add service layer for business logic (605ba39)

Fixes

  • add workflow_dispatch trigger to CI for release-please (f26ae5d)

  • enable save button when sending LLM text to room description (d5b09fe)

  • lower CI coverage threshold to 25% for skeleton phase (5520f34)

  • make version test check format not hardcoded value (5009aee)

  • prevent has_unsaved reset when file list re-renders (5fa7acb)

  • remove Python 3.11 compat code and enable docs CI (6f873a2)

  • resolve save/export button disappearing in flexbox layout (4dd66d2)

  • trigger CI on release-please branches (fc50666)

  • update version test and add map_view tests (fc85b6f)

Documentation

  • improve README with badges and cleaner structure (5028a13)

  • update documentation for two-file workflow and architecture (5d5cfbd)

  • update documentation for v0.0.8 changes (ec3d218)

Internal Changes

  • extract callbacks from app.py (Phase 4) (52e3ef9)

  • extract layout components from app.py (Phase 3) (ac30b96)

0.0.10 (2026-02-02)

Features

  • add validation UI with report generation (ccea6b9)

0.0.9 (2026-02-02)

Features

  • add delete room functionality with undo (3be6176)

Documentation

  • update documentation for v0.0.8 changes (ec3d218)

0.0.8 (2026-02-02)

Features

  • add JSON Schema for map files (ca61c7b)

Fixes

  • enable save button when sending LLM text to room description (d5b09fe)

  • prevent has_unsaved reset when file list re-renders (5fa7acb)

  • resolve save/export button disappearing in flexbox layout (4dd66d2)

0.0.7 (2026-02-02)

Features

  • add Ollama LLM integration for room descriptions (#8) (35a37a0)

0.0.6 (2026-02-02)

Documentation

  • improve README with badges and cleaner structure (5028a13)

0.0.5 (2026-02-02)

Features

  • implement two-file workflow (Phase 5) (6b39800)

  • models: add Pydantic domain models for two-file workflow (911a9f4)

  • services: add service layer for business logic (605ba39)

Documentation

  • update documentation for two-file workflow and architecture (5d5cfbd)

Internal Changes

  • extract callbacks from app.py (Phase 4) (52e3ef9)

  • extract layout components from app.py (Phase 3) (ac30b96)

0.0.4 (2026-02-02)

Features

  • add exit management and Sphinx documentation (98da84b)

Fixes

  • remove Python 3.11 compat code and enable docs CI (6f873a2)

0.0.3 (2026-02-01)

Features

  • add room selection, editing, and save functionality (3bb3dc1)

0.0.2 (2026-02-01)

Features

  • add Dash-based mapper UI skeleton (f8386ac)

  • add zone creation, loading, and map visualization (f9f56c6)

  • initialize pipeworks_mud_mapper repository (4e0d723)

Fixes

  • add workflow_dispatch trigger to CI for release-please (f26ae5d)

  • lower CI coverage threshold to 25% for skeleton phase (5520f34)

  • make version test check format not hardcoded value (5009aee)

  • trigger CI on release-please branches (fc50666)

  • update version test and add map_view tests (fc85b6f)