← Back to all sparks
E

Ever Teams

PM
Velocity5.0

Open-source team and work management platform

Three tags in one day: a workspace UI rewrite, then two rounds of repairing it.

team-collaborationmonoreporelease-trainui-modernizationai-assistant
Current state
v0.136.0 landed a workspace UI modernization, and the same day produced v0.136.1 and v0.136.2 correcting it — global admins locked out of reports, settings scroll height lost, avatars rendering empty or mangled when the image source is route-relative or a Blob. The preceding tags follow the same shape: v0.135.0 added build versions to the footer and spent six commits fixing that footer, and v0.134.0's demand-driven startup rewrite carried a long run of preservation fixes across auth, transport and scoped state.
Where it's heading
The release train mints a version number per merged pull request, so the tag count tracks development activity rather than user-visible change. The work underneath is real — a startup rewrite in v0.134.0, a workspace UI pass in v0.136.0 — but each lands incomplete and is repaired within hours. The account-scoped assistant history and hardened localized assistant controls in v0.136.0 are the first sign of the in-app assistant being treated as per-account state rather than a shared surface.
Prediction
Expect further 0.136.x patches as review findings against the new workspace UI surface. The assistant scoping work suggests that surface is next in line for the same pass.

Recent moves

  1. 19d ago

    Avatar rendering fixed for route-relative and Blob sources

    Three avatar fixes: branch on the normalised source rather than render an empty image, forward a Blob source untouched, and normalise route-relative image URLs. The third tag of the day, closing rendering defects from the workspace UI change earlier the same morning.

    View source ↗
  2. 20d ago

    Global admins regain reports access; settings scroll restored

    Restores reports access for global admins and fixes scroll height on authenticated pages, both regressions from the workspace UI modernization tagged four hours earlier. The accompanying documentation change describes the authenticated access boundaries the fix had to re-establish.

    View source ↗
  3. 20d ago

    Workspace UI modernized; assistant history scoped per account

    The one substantive tag in this group: a workspace UI modernization, shipped alongside fixes that scope assistant history by account and harden the localized assistant controls. It reached far enough that two follow-up releases were needed the same day, which is the recurring pattern here rather than an exception.

    View source ↗
  4. 20d ago

    Web and API build versions now shown in the footer

    A single cosmetic addition — build versions surfaced in the footer — followed by six fixes to that same footer and a test. Fits the pattern of this feed minting a version number for changes that barely register in the product.

    View source ↗
  5. 21d ago

    0.134.0 adds a reversible fast bootstrap gated by resolved scope

    Reworks application startup around resolving scope first, with a scoped task metadata client, shared scoped queries, and on-demand profile activity stats. The accompanying run of preservation fixes shows the change reached far enough into the app that state handling had to be re-checked across the board.

    View source ↗
  6. 24d ago

    CI: self-hosted jobs routed through a shared registry action

    A version tag whose only content is routing self-hosted CI jobs through a shared configure-registry action. Nothing reaches users.

    View source ↗