Skip to content

Stash v0.9.28

Choose a tag to compare

@rawnaldclark rawnaldclark released this 17 May 01:13
· 1118 commits to master since this release

Stash v0.9.28 — in-app crash reporter

New: built-in crash reporting

  • When the app crashes, a stack trace is written to a local file
    (app version, device info, full trace including caused-by chain).
  • Settings → Diagnostics → "Share latest crash report" lets you send
    the most recent crash to me via email, Discord, GitHub — anywhere
    the Android share sheet supports.
  • The file stays on your device until you choose to share it. Zero
    network calls, zero auto-upload, zero telemetry.
  • Last 10 crashes are kept; older ones rotate out automatically.

This is the foundation for tracking down crashes that only happen for
some users — instead of asking you to enable developer mode or run
logcat, I can just look at the report when you send it.

If you've hit a crash on a previous version, update to v0.9.28 and
try to reproduce — the next crash will be capturable.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com


Install

Download the .apk below and open it on your Android device. If you've got a previous Stash release installed, this upgrades in place — your library, sync history, and settings are preserved.

Requires: Android 8.0 (API 26) or newer.

See the README for first-time setup.

Full Changelog: v0.9.27...v0.9.28