v0.3.0
Highlights
- GitHub Copilot provider. Use the
copilotCLI for vision and summarization
alongsidecodex,claude, andgrok, with its own executable/args/timeout
settings and visibility toggle. - In-app update checker. On launch, the app checks the GitHub Releases API
and shows anUpdatebutton when a newer version is published. The dialog
shows release notes with View release, Download DMG, Later, and
Skip this version. It is opt-out under Settings → Updates (on by
default), and the README documents its network/privacy footprint. The check is
the only outbound call — your documents still never leave your machine.
Added
- GitHub Copilot CLI provider (
copilot) for vision and summarization. - On-launch update check via the GitHub Releases API with an in-app update
dialog (Tauri commandscheck_for_update,skip_update_version,
app_version). Settings → Updatessection:Check for updates on launchtoggle and current
version, persisted asupdates.enabled/updates.skipped_versionin
settings.json.- Tauri
openercapability (opener:default,opener:allow-open-url) so the
update dialog can open release/download URLs in the browser.
Changed
- Default Ollama summarizer model is now
gemma4:12b-it-qat(vision stays
llava).
Fixed
--config-jsonnow merges a partial override onto the desktop default pipeline
config instead of resetting omitted fields, so flipping one toggle no longer
silently disables vision; non-object payloads are rejected.- The file-upload prompt no longer appears while a job is actively processing.
Full changelog: v0.2.0...v0.3.0
Download: document-summarizer-0.3.0-macos-arm64.dmg below (macOS, Apple
Silicon). Local-first — your documents never leave your machine.