beads-ui 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGES.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changes
2
2
 
3
+ ## 0.12.1
4
+
5
+ - [`dee0ffa`](https://github.com/mantoni/beads-ui/commit/dee0ffac6a5635c6761a4c97e3878157f2131f6b)
6
+ Fix detail comments after live updates (#92) (Greg Procunier)
7
+ >
8
+ > Co-authored-by: gprocunier <gprocunier@users.noreply.github.com>
9
+ - [`41135d1`](https://github.com/mantoni/beads-ui/commit/41135d185936c73b719a8cd27519b0918108de00)
10
+ feat(cli): print server URL on start/restart when reusing existing server (#79) (Leon Letto)
11
+ >
12
+ > Previously `bdui restart` (and `start` when the default port was already
13
+ > in use by another bdui) only reported that the workspace was registered
14
+ > with an existing server, with no clickable URL in the terminal output.
15
+ > This adds a `beads ui listening on <url>` line to those paths so users
16
+ > can click straight through to the UI.
17
+
18
+ _Released by gprocunier on 2026-07-03._
19
+
3
20
  ## 0.12.0
4
21
 
5
22
  - [`8559d4a`](https://github.com/mantoni/beads-ui/commit/8559d4af699555b9943914a2e790965c9e4d8da7)