• bvandeusen released this 2026-04-27 08:20:06 -04:00 | 10 commits to main since this release

    Tracks the FabledScribe v26.04.27.1 server-side release. The Daily Briefing is gone; the Journal takes its place.

    Highlights

    • Journal tab replaces Briefing as the home tab post-auth. Daily LLM-generated prep at the top, conversational chat below, weather card preserved.
    • News tab removed along with the entire RSS surface — the backend retired all of it. Nothing of the news/RSS UI remains in the app.
    • Past Days picker (formerly "Past Briefings") browses /api/journal/days and drills into individual days.

    Backend requirement

    This build talks to /api/journal/* endpoints. You need FabledScribe v26.04.27.1 or newer running — older Scribe instances do not have these endpoints and the Journal tab will fail to load.

    Removed

    • News tab + screen
    • All briefing API code, models, providers, widgets
    • openArticleInChat (the from-article entry point — backend endpoint deleted)
    • rssEnabledProvider and the rss-gated nav

    What's deferred

    The Journal screen is a 1:1 functional swap of the Briefing screen with the necessary repointing. A polished mobile-native Journal UX (matching the web side's design-system pass) is a follow-up.

    Downloads