Skip to content

reshelf 1.8.0

Choose a tag to compare

@aka-kika aka-kika released this 27 Jul 22:36
· 30 commits to main since this release

Backups now catch the edits they were missing

If you changed something without adding or removing a project — a note, a fit score, a shelf — that edit could go unrecorded. Two things were wrong at once:

  • The "has anything changed?" check compared file sizes. Swapping one value for another of the same length left the file exactly as long, so a real change looked identical and nothing was written.
  • Nothing reliably ran on quit, so an edit made in a session that didn't change the project count could be missed entirely.

Both fixed. The check now compares actual content, and a snapshot is written as the app quits.

A fresh install starts with repos worth having

The nine-repo starter set is now jade, Seedling, kika-obsidian-mcp, ollama, Handy, zed, excalidraw, lazygit and immich — instead of eight internal-tools platforms that read like someone else's bookmarks.

Your existing shelf is untouched. The starter set only ever appears when there's nothing to show.

(immich is AGPL on purpose, so the copyleft caution introduces itself on day one rather than surprising you later.)

Also

Removed the last of the cloud-AI plumbing left over from 1.7.0. Nothing to see — it was already unreachable.


Download: reshelf-1.8.0.dmg below — signed & notarized, universal (Apple Silicon + Intel), macOS 14+. Already on 1.5.0 or later? reshelf will offer this to you itself.

Full notes: CHANGELOG.md