Skip to content

JuiceMount 0.3.0

Choose a tag to compare

@lelanddutcher lelanddutcher released this 06 Jul 17:23
· 85 commits to main since this release

0.3.0 — 2026-07-06 — Reliability: no more "connection interrupted", instant saves & exports

Fixed

  • "The server connection was interrupted" is gone. Finder no longer flashes a
    spurious connection-interrupted error during copies, at the moment a Premiere
    export finishes, or when working with unicode / emoji filenames. Root cause: the
    server could briefly report a just-written file as unavailable while it was still
    settling — it now stays consistently visible.
  • Saving and exporting feel instant. Closing a file — a Premiere project save,
    a video export — now finalizes in a few seconds instead of up to ~30, and no
    longer stalls on "the last 1%". Large exports finalize as soon as the app signals
    it's done, not after a fixed wait.
  • No more black frames for images in Premiere. A stale in-memory copy could
    serve a truncated image (fixed only by restarting the app); images now read from
    the always-fresh path and stay correct.

Changed (app)

  • Clear Cache updates the number immediately. The menu-bar "X cached" figure now
    drops as soon as the cache is cleared.
  • Clearer Cache & Storage settings. Numeric fields use the standard bordered
    input styling so it's obvious where to type.
  • More complete diagnostics export. The exported bundle now includes the full
    rotated logs (write-spool + NFS activity) and a live spool snapshot.
  • Removed the obsolete "Reconcile interval" setting. Metadata now syncs in real
    time via change notifications; there's no interval to configure.