Skip to content

v0.3.0

Choose a tag to compare

@k3snyder k3snyder released this 30 Jun 14:41

Highlights

  • GitHub Copilot provider. Use the copilot CLI for vision and summarization
    alongside codex, claude, and grok, 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 an Update button 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 commands check_for_update, skip_update_version,
    app_version).
  • Settings → Updates section: Check for updates on launch toggle and current
    version, persisted as updates.enabled / updates.skipped_version in
    settings.json.
  • Tauri opener capability (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-json now 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.