Releases: niccolofanton/shelfy
Releases · niccolofanton/shelfy
Release list
SHELFY v1.0.2
⬇️ Download
| OS | File |
|---|---|
| macOS (Apple Silicon) | SHELFY-1.0.2-arm64.dmg |
| Linux | SHELFY-1.0.2-x86_64.AppImage |
| Windows | SHELFY-Setup-1.0.2.exe — download & run (unsigned: accept the SmartScreen prompt) |
The
*.yml,*.jsonand*.tar.gzassets are read by the in-app auto-updater — you can ignore them.
What's Changed
- release: 1.0.2 (promote dev → stable) by @niccolofanton in #6
Full Changelog: v1.0.1...v1.0.2
SHELFY beta (v1.0.2-beta.4)
⬇️ Download
| OS | File |
|---|---|
| macOS (Apple Silicon) | SHELFY-1.0.2-beta.4-arm64.dmg |
| Linux | SHELFY-1.0.2-beta.4-x86_64.AppImage |
| Windows | SHELFY-Setup-1.0.2-beta.4.exe — download & run (unsigned: accept the SmartScreen prompt) |
The
*.yml,*.jsonand*.tar.gzassets are read by the in-app auto-updater — you can ignore them.
Rolling beta build from v1.0.2-beta.4.
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