beads-ui 0.11.2 → 0.12.0

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,29 @@
1
1
  # Changes
2
2
 
3
+ ## 0.12.0
4
+
5
+ - [`8559d4a`](https://github.com/mantoni/beads-ui/commit/8559d4af699555b9943914a2e790965c9e4d8da7)
6
+ feat(cli): auto-increment port when default is in use (#73) (Leon Letto)
7
+ - [`527e9a5`](https://github.com/mantoni/beads-ui/commit/527e9a59a01e1b93c1488cb1e2ed26ae346b358c)
8
+ feat(cli): preserve workspaces across bdui restart (#72) (Leon Letto)
9
+ - [`5996b39`](https://github.com/mantoni/beads-ui/commit/5996b39499bcf0e460133c27a7ee20b30c677ab5)
10
+ chore: add dev-docs to .prettierignore (Leon Letto)
11
+ - [`08f1439`](https://github.com/mantoni/beads-ui/commit/08f1439d13fc5b534de13e1ea94af4407174d76f)
12
+ style: fix prettier formatting in daemon and test files (Leon Letto)
13
+ - [`4a0c791`](https://github.com/mantoni/beads-ui/commit/4a0c791300f12e47faae74e8237f823857be7dd9)
14
+ fix: resolve TS18048 type error in restart test (Leon Letto)
15
+ - [`c973d86`](https://github.com/mantoni/beads-ui/commit/c973d8693c6cfa3a5f8ad0905134465903e527a2)
16
+ feat(cli): preserve listening port across bdui restart (Leon Letto)
17
+
18
+ _Released by [Maximilian Antoni](https://github.com/mantoni) on 2026-04-02._
19
+
20
+ ## 0.11.3
21
+
22
+ - [`47261a7`](https://github.com/mantoni/beads-ui/commit/47261a7a95d5a17b480ae56c4a10b5eeb49d1007)
23
+ feat: show close reason in issue detail view (#63) (Tom Preece)
24
+
25
+ _Released by [Maximilian Antoni](https://github.com/mantoni) on 2026-03-18._
26
+
3
27
  ## 0.11.2
4
28
 
5
29
  - [`929a15d`](https://github.com/mantoni/beads-ui/commit/929a15da79ead6819044e50580093e3cbe87758b)
@@ -393,6 +393,10 @@ Please report this to https://github.com/markedjs/marked.`,r){let s="<p>An error
393
393
  <div class="label">Status</div>
394
394
  <div class="value">${H}</div>
395
395
  </div>
396
+ ${u.close_reason?E`<div class="prop">
397
+ <div class="label">Close Reason</div>
398
+ <div class="value">${u.close_reason}</div>
399
+ </div>`:""}
396
400
  <div class="prop">
397
401
  <div class="label">Priority</div>
398
402
  <div class="value">${C}</div>