@spencer-kit/coder-studio 0.4.6 → 0.4.8
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/CHANGELOG.md +16 -0
- package/dist/esm/bin.mjs +2647 -875
- package/dist/esm/bin.mjs.map +4 -4
- package/dist/esm/server-runner.mjs +2619 -847
- package/dist/esm/server-runner.mjs.map +4 -4
- package/dist/web/assets/components-D5qT9_xF.css +1 -0
- package/dist/web/assets/components-DmD8Ga_M.js +109 -0
- package/dist/web/assets/components-DmD8Ga_M.js.map +1 -0
- package/dist/web/assets/{main-DZPwC4NB.js → main-C9Cqb7HD.js} +2 -2
- package/dist/web/assets/{main-DZPwC4NB.js.map → main-C9Cqb7HD.js.map} +1 -1
- package/dist/web/assets/{ui-preview-BzE9924q.js → ui-preview-DOaeyhSh.js} +2 -2
- package/dist/web/assets/{ui-preview-BzE9924q.js.map → ui-preview-DOaeyhSh.js.map} +1 -1
- package/dist/web/index.html +3 -3
- package/dist/web/ui-preview.html +3 -3
- package/package.json +3 -3
- package/src/update-worker.test.ts +25 -12
- package/dist/web/assets/components-BGEBLvHB.css +0 -1
- package/dist/web/assets/components-BuRmXlh8.js +0 -109
- package/dist/web/assets/components-BuRmXlh8.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#67](https://github.com/spencerkit/coder-studio/pull/67) [`070a729`](https://github.com/spencerkit/coder-studio/commit/070a729c37ca6438eb264bbeae0ee613e51ea753) Thanks [@pallyoung](https://github.com/pallyoung)! - Refine workspace theming and session ergonomics by adding pane drag reordering,
|
|
8
|
+
stabilizing update checks, hardening PTY color environment isolation, and
|
|
9
|
+
polishing shared desktop surfaces across the app.
|
|
10
|
+
|
|
11
|
+
## 0.4.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#64](https://github.com/spencerkit/coder-studio/pull/64) [`d14fe08`](https://github.com/spencerkit/coder-studio/commit/d14fe08d7861652a9290559d5a59aa766c286309) Thanks [@pallyoung](https://github.com/pallyoung)! - Refine workspace theming and session ergonomics by adding pane drag reordering,
|
|
16
|
+
stabilizing update checks, hardening PTY color environment isolation, and
|
|
17
|
+
polishing shared desktop surfaces across the app.
|
|
18
|
+
|
|
3
19
|
## 0.4.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|