Releases: meimakes/remember-scroll-position
Releases · meimakes/remember-scroll-position
1.0.16
1.0.14
Multi-device sync support
- Device-specific position storage — each device gets its own positions file, preventing Obsidian Sync conflicts across devices
- Mobile restore improvements — added scrollTo fallback for mobile platforms where ephemeral state may not work
- Mobile save reliability — added touch event listener for more reliable position capture on iOS/Android
- Migration — existing positions automatically migrate to device-specific storage on first run
1.0.12
Initial release
- Remembers cursor and scroll position for each note
- Event-driven architecture (no polling)
- Per-tab/split independent tracking
- Reading mode support
- Link-aware (respects [[note#heading]] navigation)
- Mobile support (iOS/Android)
- LRU eviction with configurable limit
- Optional disk persistence