v0.3.6blattica2026-06-30

Layout Persistence, Tile Registry, AiStack IPC

Pane layout persists across restarts via localStorage, tile rendering switched to a registry record, and AiStack topology polling moved from browser fetch to Tauri IPC via reqwest.

v0.3.6b2026-06-30
  • ·M6: localStorage key lattica.pane.tiles preserves tile selection; frozen state intentionally transient
  • ·M7: TILE_RENDERERS Record replaces 5-branch if/else in Pane.tsx — adding a tile is one line
  • ·M8: poll_ai_stack, ollama_load_model, ollama_unload_model in lib.rs; all browser fetch() removed from AiStackTopologyTile
  • ·reqwest 0.12 default-features=false features=["json"] — no TLS, localhost HTTP only