Skip to content

Releases: agbaum/reader

Release v47

22 May 22:41
fdfcbdc

Choose a tag to compare

Merge pull request #4 from agbaum/claude/close-button-scroll-behavior…

Release v46

22 May 20:00
298428e

Choose a tag to compare

Merge pull request #3 from agbaum/claude/close-button-scroll-behavior…

Release v45

22 May 18:57
281e323

Choose a tag to compare

Merge pull request #2 from agbaum/claude/close-button-scroll-behavior…

Release v44

22 May 15:13
1caddb0

Choose a tag to compare

Merge pull request #1 from agbaum/claude/close-button-scroll-behavior…

Release v43

01 May 22:03

Choose a tag to compare

Replace pull-to-dismiss with a small close button at the bottom

Removes all gesture detection code (injected JS touch listeners, postMessage
drag handling, Animated.Value translation machinery). Adds a subtle circular
close button fixed at the bottom-center so finishing an article doesn't require
reaching back to the top bar.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Release v42

01 May 14:39

Choose a tag to compare

Smooth pull-to-dismiss: instant tracking, resistance curve, velocity-…

Release v41

28 Apr 04:49

Choose a tag to compare

Remove haptic at dismiss threshold crossing, keep only on release

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Release v40

24 Apr 02:35

Choose a tag to compare

Smooth card-pull-up dismiss gesture at end of article

Instead of instantly triggering dismissal at 60px, the card now follows
the finger continuously and either flies off (>120px) or springs back.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Release v39

22 Apr 14:28

Choose a tag to compare

Use native driver for progress bar, stop writing articles array on sc…

Release v38

21 Apr 14:24

Choose a tag to compare

Open article links in in-app browser overlay instead of navigating We…