@spencer-kit/coder-studio 0.4.4 → 0.4.6
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 +14 -0
- package/dist/esm/bin.mjs +1091 -438
- package/dist/esm/bin.mjs.map +4 -4
- package/dist/esm/server-runner.mjs +1087 -434
- package/dist/esm/server-runner.mjs.map +4 -4
- package/dist/web/assets/components-BGEBLvHB.css +1 -0
- package/dist/web/assets/components-BuRmXlh8.js +109 -0
- package/dist/web/assets/components-BuRmXlh8.js.map +1 -0
- package/dist/web/assets/main-DZPwC4NB.js +2 -0
- package/dist/web/assets/main-DZPwC4NB.js.map +1 -0
- package/dist/web/assets/ui-preview-BzE9924q.js +17 -0
- package/dist/web/assets/ui-preview-BzE9924q.js.map +1 -0
- package/dist/web/index.html +3 -3
- package/dist/web/ui-preview.html +3 -3
- package/package.json +3 -3
- package/dist/web/assets/components-C4SKshs2.js +0 -110
- package/dist/web/assets/components-C4SKshs2.js.map +0 -1
- package/dist/web/assets/components-CMahvybm.css +0 -1
- package/dist/web/assets/main-CZuF2VZA.js +0 -2
- package/dist/web/assets/main-CZuF2VZA.js.map +0 -1
- package/dist/web/assets/ui-preview-DCeC0YmD.js +0 -17
- package/dist/web/assets/ui-preview-DCeC0YmD.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#62](https://github.com/spencerkit/coder-studio/pull/62) [`535c3c0`](https://github.com/spencerkit/coder-studio/commit/535c3c09cc5895e3b3b949067633f8a6bb3644f8) Thanks [@pallyoung](https://github.com/pallyoung)! - Improve desktop workspace ergonomics by adding keyboard pane navigation,
|
|
8
|
+
supporting workspace path drops into terminal sessions, and launching themed
|
|
9
|
+
PTYs with terminal-aware background environment hints.
|
|
10
|
+
|
|
11
|
+
## 0.4.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#60](https://github.com/spencerkit/coder-studio/pull/60) [`b271591`](https://github.com/spencerkit/coder-studio/commit/b271591eb48f90d33883049e44db639a4afc2b51) Thanks [@pallyoung](https://github.com/pallyoung)! - Polish workspace background material rendering so personalized glass and background image settings apply more consistently across the main workspace surfaces.
|
|
16
|
+
|
|
3
17
|
## 0.4.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|