Releases: agbaum/reader
Releases · agbaum/reader
Release v47
Merge pull request #4 from agbaum/claude/close-button-scroll-behavior…
Release v46
Merge pull request #3 from agbaum/claude/close-button-scroll-behavior…
Release v45
Merge pull request #2 from agbaum/claude/close-button-scroll-behavior…
Release v44
Merge pull request #1 from agbaum/claude/close-button-scroll-behavior…
Release v43
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
Smooth pull-to-dismiss: instant tracking, resistance curve, velocity-…
Release v41
Remove haptic at dismiss threshold crossing, keep only on release Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Release v40
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
Use native driver for progress bar, stop writing articles array on sc…
Release v38
Open article links in in-app browser overlay instead of navigating We…