--- # vibed-qk1k title: 'bit-by-bit: Changelog tab in Settings' status: completed type: feature created_at: 2026-07-18T17:26:57Z updated_at: 2026-07-18T17:26:57Z --- Added a Changelog tab to the Settings modal (after About) listing released changes as dated entries, one concise sentence each, newest first. Content is distilled from the project's beans issues (release dates from each bean's completion). Implemented as a CHANGELOG data array + renderChangelog() rendering into #panel-changelog, with styling matching the app. Updated DESIGN.md ยง2 settings sections list. Validated with Playwright + screenshot: tab switches, four date groups render, no console errors or non-file requests.