Marginalia v0.1.4
·
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
py7zzv1.1.5 wheels for macOS, Windows x64/ARM64, and Linux x86_64/ARM64. - Publishes the Docker image as a multi-arch image for
linux/amd64andlinux/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.appafter dragging it into Applications.