Release v26.04.27 — Briefing → Journal; news/RSS removed #29
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mirrors the FabledScribe v26.04.27.1 server-side release. The Daily Briefing surface is gone; in its place is a day-anchored Journal that talks to
/api/journal/*.Changes
Briefing → Journal
BriefingScreen→JournalScreen(chat surface, weather card preserved)BriefingHistoryScreen→JournalHistoryScreen(past days picker)BriefingApi→JournalApi— getToday / getDay / getDays / triggerPrepBriefingProvider→JournalProvider— async notifier, sendReply, polling, silent refresh, regeneratePrepBriefingDigestCard→JournalPrepCardBriefingConversationmodel →JournalDay+JournalConversation(matches the new{day_date, conversation, messages}shape)Routes.briefing→Routes.journal; splash/login redirects updatedNews / RSS retired
News tab and all related code removed end-to-end, matching the server-side hard cut:
NewsScreen,NewsApi,NewsItem,NewsCard,BriefingFeed,newsProvider,newsApiProvider,rssEnabledProviderchat_api.openArticleInChatremoved (called the deleted/api/chat/from-article/<id>endpoint)widget_test.dartSync
The Flutter app now requires the FabledScribe v26.04.27.1 backend (or newer) — the
/api/briefing/*endpoints it used to call have been removed server-side.CI
flutter analyzeclean (0 issues). CI run #66 passed on the dev branch.Test plan
/api/journal/days; tapping a day loads its messages🤖 Generated with Claude Code