Changelog
Recent updates from the Rep app.
- e4e51ab
Hyper mode functionality for pro tier (#32)
Conditional shorter interval selection option set for hyper mode, will be gated by payment wall later.
- c7e5e5d
Support for lists and headings (#31)
Heading block types and bulleted lists as well as numbered lists now parse into Rep. Notion’s special bullet characters won’t appear (they’re from Notion’s UI renderer), but text from those block types will. Also tweaked liquid glass styling.
- 0221d21
Slider option displayed per-tab
Interval slider state is now shown per tab.
- 28de81f
Fixed timestamp staggering bug (#30)
Concurrency fix: previous task is cancelled after every slider change and a new task is created. Timestamps are dynamically staggered instead of chained. Base Date() is computed per-page so multiple tabs don’t build on each other’s timestamps.
- 4c9eecf
Payment sheet UI, basic StoreKit backend (#29)
Payment popover front-end and WIP StoreKit setup.
- cf625b2
Text formatting improvements
Improved how note content is formatted when displayed in the app.
- 507dbb9
Migrated auth bridge to Supabase
Authentication now uses Supabase as the backend.