Skip to content

Marginalia v0.1.4

Choose a tag to compare

@github-actions github-actions released this 29 May 09:32
· 128 commits to c9bdd44b9063354ff241710594f2f9aec3f8d008 since this release

Marginalia v0.1.4 is a hotfix release for ingest recovery and ARM64 packaging.

Highlights

  • Stops startup self-heal from reprocessing normal short summaries; automatic reprocess now targets only files whose ingest produced an empty/blank summary.
  • Handles empty text and Markdown files deterministically without an LLM call, so empty files are marked done instead of looping through retry/self-heal.
  • Removes the internal Session name: control line from streamed and replayed plan text while still using it for chat sidebar titles.
  • Uses fork-built py7zz v1.1.5 wheels for macOS, Windows x64/ARM64, and Linux x86_64/ARM64.
  • Publishes the Docker image as a multi-arch image for linux/amd64 and linux/arm64.

Docker image: ghcr.io/shenmintao/marginalia:v0.1.4

First-launch notes for unsigned binaries:

  • Windows: SmartScreen may say "Windows protected your PC". Click "More info" -> "Run anyway".
  • macOS: Gatekeeper may refuse to open the app. Run xattr -dr com.apple.quarantine /Applications/Marginalia.app after dragging it into Applications.