Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 21:48
· 41 commits to main since this release
88d1066
  • The detail view's Activity section now combines comments with the history Beads records: creation, available status and metadata changes, close reasons, and reconstructed close or reopen state when the current bead no longer matches the event log. Activity history loads on demand, so even very large logs do not delay project or issue-list loading.
  • Activity also shows current structure history: when a child bead was added (or a parent set), when a blocker or gate started blocking a bead, when the bead was marked as blocking something else, when a bead was discovered while working on another, and when a blocker closed and the bead became unblocked — including the recorded actor and a chronology corrected for legacy relationship timestamps.
  • Beads referenced in Activity entries are clickable: click to open the bead, hover for the same detail preview shown for bead links elsewhere in the app.
  • Improved timestamp contrast in Activity entries in dark mode.
  • Restyled the application Settings › General pane to match Project Settings: the bd CLI path now gets a full-width field with the Choose and Reset buttons on their own row, and Resolution Details uses the same expandable details style as project diagnostics.
  • Settings › General now verifies the resolved bd executable by running it: it shows the detected Beads version, and warns when bd is missing or the configured path doesn't look like the Beads CLI.
  • When a bead change fails, Beadazzle now shows a single consistent error dialog with the bd command that ran and its output, plus Try Again and Cancel. Successful edits stay quiet, and a progress indicator appears only when a save is actually slow.
  • Fixed the "Snapshot may be stale" notice sometimes getting stuck on screen after the app had already caught up, and made it clickable to refresh the project on demand.
  • Reopening a project now restores where you left off — its last view or bookmark, search and filters, sort, list mode, outline expansion, selected bead, and open detail — kept separately for each project. A "Reset Saved Workspace State" button in Project Settings › Storage returns a project to defaults.
  • Standardized detail-page icon buttons so normal beads and gates share the same hover effects and full clickable areas, and enlarged the click areas of the sub-issue add button and the blocked-bead helper's dismiss button.
  • Settings now use a native resizable sidebar, clearer labeled forms, persistent type and status visibility controls, and summary-first project diagnostics with expandable technical details.
  • Fixed app Settings titlebar and sidebar spacing so window controls and navigation align correctly.
  • Adding custom types and statuses now uses focused sheets with clear validation instead of crowded inline forms.
  • Fixed issue-list controls being clipped off both edges when the list pane was narrowed.
  • Aligned the issue-list and breadcrumb toolbar dividers across the split workspace.
  • New beads can now be assigned and labeled before creation, with the same compact assignee editor available from existing bead details.
  • Fixed unrelated bead saves from clearing an assignment made elsewhere, and made rapid failed metadata changes reliably restore the last confirmed value.
  • Improved deletion for parent beads with a choice to also permanently delete their descendant beads instead of promoting surviving direct children to the top level.
  • Added customizable per-project sidebar bookmarks with searchable multi-select filters, nested boolean rules, consistent relative-date results, live previews, modified-bookmark Edit/Revert controls, custom names and icons, counts, editing, duplication, reordering, deletion, and recovery warnings for damaged saved data.
  • Added actions to keep valid bookmarks recovered from damaged data or reset incompatible bookmark data, with every explicit reset archived separately for recovery.
  • Fixed sidebar bookmarks so clicking their name or icon selects them like a native source-list row.
  • Fixed selecting a bead in a filtered outline from revealing sibling beads that do not match the active filter.
  • Fixed project switching so searches and filters from the previous project no longer carry into the next one.
  • Improved new-bead creation with a clear Create button and breadcrumbs that no longer imply the draft belongs to the currently selected sidebar view.
  • Improved the bead detail Copy and More controls with clearer icons and matching hover treatment.