Skip to content

Releases: JeromeGill/reading-list

Release list

v0.2.0

Choose a tag to compare

@JeromeGill JeromeGill released this 31 Jul 13:32

Links now actually open in your browser. Previously every click failed silently: the Tauri opener plugin checks a URL scope on top of the command permission, and the scope was empty, so it rejected everything. It now allows http and https.

The skill installs as a plugin, no clone or Rust toolchain:

/plugin marketplace add JeromeGill/reading-list
/plugin install reading-list@jeromegill-plugins
/reload-plugins

Also: install.sh symlinks the skill instead of copying it, so edits to a checkout are live, and the README was rewritten around what the thing is for, with build and architecture notes moved to docs/.

The app is unsigned. On first open, right-click it in Applications, then Open, then Open. Only needed once.

Universal build, Apple Silicon and Intel, macOS 10.15+.

v0.1.0

Choose a tag to compare

@JeromeGill JeromeGill released this 31 Jul 11:05

First release.

A desktop app for the pile of docs Claude tells you to read. A Claude Code skill appends links to ~/.claude/reading-list.yaml from any project; the app shows the unread list, opens links in your browser, and moves them to the read pile when you click ×.

Install

The app — download Reading.List_0.1.0_universal.dmg below, open it, drag Reading List to /Applications.

The app is unsigned, so macOS blocks the first open. Right-click it in /ApplicationsOpenOpen. After that it opens normally.

The skill — you need this too, or the list stays empty:

git clone git@github.com:JeromeGill/reading-list.git
cp -R reading-list/skills/reading-list ~/.claude/skills/reading-list

Then add the CLAUDE.md block from the README so Claude reliably reaches for the skill.

Notes

  • Universal binary — Apple Silicon and Intel. Requires macOS 10.15 or later.
  • Filesystem access is scoped to exactly one path, ~/.claude/reading-list.yaml. Nothing else on disk is reachable from the app.
  • The app re-reads the file when its window regains focus, so links added while it is open appear when you tab back.