Releases: mantoni/beads-ui
Releases · mantoni/beads-ui
v0.10.0
v0.9.3
v0.9.2
v0.9.1
v0.9.0
21fdde2Fix eslint warnings5fa7feaRemove accidental bundle commit56819d3Add drag and drop to boards view (#30) (Brendan O'Leary)1c52c6fFeature/filter toggles v2 (#20) (Frederic Haddad)b4c7ae6fix: add windowsHide to prevent console flash on Windows (#29) (Titusz)63a269efeat: add multi-project workspace switching (#24) (Ofer Shaal)
v0.8.1
v0.8.0
v0.7.0
255845ffeat: 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
a296e98Add CHANGES.md to prettier ignore
v0.6.0
2e25941feat(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
6327f77Fix GitHub action commands
v0.5.0
76964c1Show badge with number of cards per column155316cAdd loading indicator80a837aShow fatal errors in UI06e8fd9Beads metadata233c70anpm audit37b3476Upgrade markeda1362c9Update express and types8efc40dUpdate vitest, jsdom and esbuild89cac0fUpdate eslint and plugins0d7e33eUpdate prettier and format files356a201Rename npm scripts for prettier and tsc31b25d4Upgrade @trivago/prettier-plugin-sort-imports