Skip to content

Releases: mantoni/beads-ui

v0.10.0

25 Feb 10:51

Choose a tag to compare

  • 998f256 Do not wrap issue IDs
  • e3c3345 Improve workspace resolution and fallback db
  • 6de4652 Avoid concurrent DB access to work around dolt panic
  • 011fe9e Support dolt backend
  • 63ed3c3 Update beads
  • cd0a4c5 docs: highlight multi-workspace feature in README (#47) (Pablo LION)

v0.9.3

23 Jan 13:13

Choose a tag to compare

  • 2e04bc1 Add -v/—version flag to CLI (#46) (Brent Traut)

v0.9.2

22 Jan 12:22

Choose a tag to compare

  • ffa376c Filter tombstone epics in list adapter (#44) (Brent Traut)

v0.9.1

05 Jan 15:08

Choose a tag to compare

  • bd6f412 Add dependency/dependent counts to issues list view (#35) (Enan Srivastava)
  • c6391d1 Fix stuck loading indicator during view switching (#28) (Ofer Shaal)

v0.9.0

02 Jan 08:52

Choose a tag to compare

  • 21fdde2 Fix eslint warnings
  • 5fa7fea Remove accidental bundle commit
  • 56819d3 Add drag and drop to boards view (#30) (Brendan O'Leary)
  • 1c52c6f Feature/filter toggles v2 (#20) (Frederic Haddad)
  • b4c7ae6 fix: add windowsHide to prevent console flash on Windows (#29) (Titusz)
  • 63a269e feat: add multi-project workspace switching (#24) (Ofer Shaal)

v0.8.1

30 Dec 08:24

Choose a tag to compare

  • 59715e8 Fix DB watch loop firing every second (#27)

v0.8.0

22 Dec 09:49

Choose a tag to compare

  • 2cfcd2d Feature/delete issue from detail (#15) (Frederic Haddad)

v0.7.0

19 Dec 14:19

Choose a tag to compare

  • 255845f feat: add comments to issue detail view (Frederic Haddad)
    • Add get-comments and add-comment WebSocket handlers
    • Display comments with author and timestamp in detail view
    • Add comment input form with Ctrl+Enter submit
    • Auto-fill author from git config user.name
    • Fetch comments when loading issue details

    🤖 Generated with Claude Code

    Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

  • a296e98 Add CHANGES.md to prettier ignore

v0.6.0

17 Dec 09:49

Choose a tag to compare

  • 2e25941 feat(cli): add --host and --port options (cc-vps)

    Add CLI options to configure the server bind address and port,
    making it easier to expose the UI on different network interfaces
    or run multiple instances on different ports.

    • Add --host option (default: 127.0.0.1)
    • Add --port option (default: 3000)
    • Support HOST and PORT environment variables
    • Parse --host/--port in server/index.js for dev workflow
    • Add test coverage for new options

    Co-authored-by: Christian Catalan crcatala@gmail.com

  • 6327f77 Fix GitHub action commands

v0.5.0

08 Dec 10:20

Choose a tag to compare

  • 76964c1 Show badge with number of cards per column
  • 155316c Add loading indicator
  • 80a837a Show fatal errors in UI
  • 06e8fd9 Beads metadata
  • 233c70a npm audit
  • 37b3476 Upgrade marked
  • a1362c9 Update express and types
  • 8efc40d Update vitest, jsdom and esbuild
  • 89cac0f Update eslint and plugins
  • 0d7e33e Update prettier and format files
  • 356a201 Rename npm scripts for prettier and tsc
  • 31b25d4 Upgrade @trivago/prettier-plugin-sort-imports