• v0.3.11 3cad1ec884

    v0.3.11 Stable

    calum released this 2026-07-13 22:12:47 +01:00 | 169 commits to main since this release

    Test build (0.3.11): sync fix — /library push endpoint is finally called by the client. Vocabulary created in project A now propagates to project B without waiting for an app restart. Diagnosis before code: POST /library/catalogue/entries had no client caller; type-to-create wrote locally only; there was no library→project bridge. Fix: migration 006 (pushed_at column), new LibraryProvider::push_vocab + real MtlsHttpProvider impl, new src/library/bridge.rs with flush_project_pushes + propagate_library_to_project, new flush_library_pushes IPC. FE fires flush on tab change / project close / window close. open_project runs sync + propagate (pull-on-open). Site octet is now editable on Network / VLANs too (bidirectional, one singleton).

    Downloads