SHELFY v1.0.1
⬇️ Download
| OS | File |
|---|---|
| macOS (Apple Silicon) | SHELFY-1.0.1-arm64.dmg |
| Linux | SHELFY-1.0.1-x86_64.AppImage |
| Windows | self-rebuild installer — see docs/install.md |
The
*.yml,*.jsonand*.tar.gzassets are read by the in-app auto-updater — you can ignore them.
✨ Highlights
First published stable release, built on a fully rewritten codebase.
- Complete TypeScript rewrite — the main process, React renderer, test suites, build/scripts tooling and the Cloudflare feedback worker are now strict TypeScript end-to-end, on a new esbuild →
dist-electronpipeline. - AI analysis on link-only posts — analysis now shows for posts without a downloaded video, while not-downloaded media is skipped.
- Gemma 4 E4B analyzer preset — added as a new preset (legacy Gemma 3 models removed).
- Fixes & polish — dictation AudioWorklet loading, web-enrichment input sanitization, corrected IPC return types, deterministic e2e fixtures and refreshed UI specs.
What's Changed
- docs: fix stale Windows feed instructions by @niccolofanton in #3
- chore(release): 1.0.1 — full TypeScript rewrite by @niccolofanton in #4
Full Changelog: v1.0.0...v1.0.1