beads-ui 0.10.0 → 0.11.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 +16 -0
- package/app/main.bundle.js +49 -49
- package/app/main.bundle.js.map +3 -3
- package/package.json +1 -1
- package/server/bd.js +22 -1
- package/server/cli/commands.js +83 -16
package/CHANGES.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changes
|
|
2
2
|
|
|
3
|
+
## 0.11.0
|
|
4
|
+
|
|
5
|
+
- [`fc00b87`](https://github.com/mantoni/beads-ui/commit/fc00b87cfd1b6600a9b9088a9f62c2f6e8fc919e)
|
|
6
|
+
fix(ui): harden daemon restart workspace registration (Leon Letto)
|
|
7
|
+
- [`2ea0dd0`](https://github.com/mantoni/beads-ui/commit/2ea0dd08eb71625fa3ae51e64ea6501b4d058154)
|
|
8
|
+
perf(ui): reduce list latency by default sandbox bd calls (Leon Letto)
|
|
9
|
+
|
|
10
|
+
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2026-03-05._
|
|
11
|
+
|
|
12
|
+
## 0.10.1
|
|
13
|
+
|
|
14
|
+
- [`62017f7`](https://github.com/mantoni/beads-ui/commit/62017f74fadb439c7270160ac03866d3554f36a3)
|
|
15
|
+
fix: clipboard copy fallback for non-secure contexts (Rodrigo Blasi)
|
|
16
|
+
|
|
17
|
+
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2026-03-02._
|
|
18
|
+
|
|
3
19
|
## 0.10.0
|
|
4
20
|
|
|
5
21
|
- [`998f256`](https://github.com/mantoni/beads-ui/commit/998f2562b3ad3203c9dd1f627d44b1c2d5ef03a4)
|