Skip to content

Moltaro 0.0.9-beta

Release date: 2026-08-02

Moltaro 0.0.9-beta adds governed reference eligibility and hierarchy-aware reference selection and corrects Board Data field presentation and semantics.

  • Administrators can define reference eligibility rules that constrain which records are valid candidates for a reference field.
  • Runtime writes enforce the same eligibility contract used by pickers and previews, including dependency tracking and schema-change guards.
  • Reference fields can use hierarchy-aware selection with explicit source and confirmation behavior across supported form and table surfaces.
  • Board target card fields backed by Select values now resolve configured display labels instead of exposing stable storage keys.
  • Board Data synchronization now preserves an administrator’s selected Description semantic role. Markdown remains the default for newly created boards, while SemanticRole = None remains ordinary text and is never silently converted by the module.
  • Legacy audit events no longer infer Markdown semantics from the Subject or Description field key when role-at-write evidence is unavailable.
  • The narrow/mobile Data Explorer keeps compact record cards and row-level actions, but no longer shows record-selection checkboxes or a bulk-action bar.
  • Moving from desktop into the mobile layout clears selected records and closes pending group-action UI; returning to desktop requires a new selection.
  • Group-of-record workflows such as merge, archive, restore, delete, selected export, tags, and assignment changes remain available in the desktop grid.
  • The difference is intentional responsive product behavior, not an omitted mobile permission or a temporary compatibility gap.

The Workspace database changes during the full replacement to support entity reference eligibility and hierarchy selectors. There is no PortalDb change, and Board semantic-role preservation does not rewrite existing data.

  • WebApp, API, Worker, Workspace UI toolchain, Package SDK, package-owned runtime assets, and moltaroctl ship together in the 0.0.9-beta runtime.
  • Existing Managed Apps require a full runtime-package replacement so Workspace migrations and runtime components advance together.
  • New Managed Apps select the newly published 0.0.9-beta base runtime.
  • Backup and previous runtime retention remains an explicit operator decision.