You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the core app was becoming unwieldy, so various
functionality has been moved to separate, dedicated apps for better
separation of concerns. In particular, book-related models/features
are now in the bible app, note-related models & features have been
moved to the notes app.
🚀 Features
use Merriweather font for Note content & Book intro text (5667670)
use serif font for Book intros and Note content (48dab39)
🐛 Bug Fixes
broken urls in templates & JS after the massive refactor (9a2f0aa)
update list of directories to copy so that tailwind detects utility classes (65f98b9)
update references to app names / models & URLs (b075afe)