Skip to content

Stashium v0.6.0

Choose a tag to compare

@Mombuyish Mombuyish released this 14 May 08:41

Stashium v0.6.0 — macOS universal build (Apple Silicon + Intel).

  • Signed with Apple Developer ID
  • Notarized by Apple
  • Requires macOS 11 (Big Sur) or later

What's new

0.6.0 is about making the AI feature actually feel good to use, and the clip list smarter about your work. A handful of long-standing edges got smoothed out too — drag-drop PDFs, IME-aware Quick Paste, real-time list reorder.

One AI button, one model, one key

  • The three separate AI buttons (Summary / ToC / Smart Folder) are now a single AI ▼ dropdown on each clip. Cleaner toolbar, same actions one tap away.
  • AI provider simplified to Ollama Cloud running Gemma 4 31B — predictable per-account free tier, no shared rate-limit pool, strong on Traditional Chinese + English. OpenRouter is gone (its :free tier shared a global Google AI Studio quota and threw 429s constantly).
  • First-run flow is now three lines: sign up free at ollama.com/signup, generate a key at ollama.com/settings/keys, paste it in Settings. No credit card.

Summary and ToC redesigned

  • Summary and Contents now render as minimal left-bar blocks (fuchsia for Summary, amber for Contents) instead of bordered cards — they sit in the content flow like a quote rather than a chunk of system UI.
  • Always-visible coloured label so the section is identifiable at a glance.
  • Model ID badge is gone. Clear / status flashes only when relevant.

Clip list: sort by what matters to you

  • New updated_at is bumped on every user action — note edits, title changes, highlight toggles, pin / archive / move, AI runs.
  • Background jobs (OCR, og:image cache, article scrape) intentionally do not bump it, so an old screenshot won't randomly resurface when a delayed job lands.
  • Settings → Capture → Clip list now has a Sort by dropdown: Date created · Last modified · Title (A→Z). Pinned clips always float on top.
  • Reorder happens instantly the moment you save an edit — no need to switch folders to "refresh" the order.

Clip detail toolbar redone

  • New Info ⓘ menu pops a Statistics panel with Words / Characters / Paragraphs / Read Time + a clean "Apr 7, 2026 at 6:41PM · Created" timestamp. Copy / Refresh / Delete live inside the menu.
  • Primary toolbar stays minimal: Open in browser · Highlights · Lock-to-edit · Archive · ⓘ. Secondary stuff hides behind one tap.
  • The little raw 2026-05-14 12:24:34 timestamp next to "No folder" is gone (the Info menu has it formatted nicely now).

Drag files into the window become clips

  • Previously dropping a PDF onto the app would replace the whole UI with the inline PDF viewer. Now any dropped file becomes a file clip and goes through the normal pipeline (dedup, OCR, text extraction for PDF/EPUB).
  • Multi-file drop works — each path gets its own clip.

Quick Paste polish

  • IME-aware Enter: typing Chinese / Japanese / Korean and pressing Enter to commit a candidate no longer triggers paste-the-first-result. The Enter goes to the IME first; the next Enter after composition is the real submit.
  • Quick Paste search now matches the full clip body (article, OCR text, rich content, notes) — not just the title. Mirrors what main-window search does.

Mouse box-select in the clip list

  • Drag a rectangle in the clip list (or hold Option while dragging on any row) to marquee-select multiple clips. Right-click any selected one → bulk Archive / Delete / Move-to-folder.
  • Auto-scrolls when you drag near the top or bottom edge of the list.

URL clip improvements

  • Cmd+C on a webpage: toast appears in ~500 ms with the page title + thumbnail instead of the raw URL. The article body fetches asynchronously and slots in after — no more multi-second wait staring at the URL.
  • Twitter / X URLs fall back to the page favicon when og:image isn't available, so the toast always has a thumbnail.
  • WordPress lazy-loaded inline images (data-src instead of src) are now captured correctly — every article image survives the scrape.
  • Re-copying the same URL skips the HTTP round-trip entirely: dedup-toast lands in under 50 ms.

Smaller wins

  • Rich-text Copy preserves formatting — paste into Notes / Pages / Word / Mail keeps bold/italics/colours. Previously only plain text survived.
  • Archive button added to the clip-detail toolbar (next to Open / Highlights / Lock).
  • Toast right-to-left swipe no longer occasionally opens the app instead of dismissing — fixed a touch-back-near-start gesture misread.
  • Toast at MAX stack still shows new clips correctly — fixed a state effect that skipped win.show() when length didn't change.
  • macOS dock icon click when the window is hidden now reopens it (was a no-op before).
  • Settings → Appearance redesigned with a live typography preview and mini-app preview cards for each theme.

Install

  1. Download Stashium.dmg
  2. Open the DMG and drag Stashium.app into Applications
  3. Launch from Launchpad or Spotlight

(Already on 0.5.0? Stashium will offer the update on launch — you don't need to download manually.)

Issues

Email mombuartworks@gmail.com.