pi-studio 0.2.2 → 0.2.3

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 CHANGED
@@ -2,10 +2,11 @@
2
2
 
3
3
  All notable changes to `pi-studio` are documented here.
4
4
 
5
- ## [0.2.2] — 2026-03-02
5
+ ## [0.2.3] — 2026-03-02
6
6
 
7
7
  ### Fixed
8
8
  - Corrected screenshot-to-label mapping in README (files were copied to wrong filenames).
9
+ - Removed redundant Julia fenced-code screenshot (already shown in dark workspace).
9
10
 
10
11
  ## [0.2.1] — 2026-03-02
11
12
 
package/README.md CHANGED
@@ -34,10 +34,6 @@ Status: experimental alpha.
34
34
 
35
35
  ![Light code mode](./assets/screenshots/light-code-mode.png)
36
36
 
37
- **Julia fenced code — dark** (token coloring for fenced code blocks inside markdown)
38
-
39
- ![Dark Julia fenced](./assets/screenshots/dark-julia-fenced.png)
40
-
41
37
  ## Features
42
38
 
43
39
  - Single workspace: Editor (left) + Response (right)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-studio",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Browser GUI for structured critique workflows in pi",
5
5
  "type": "module",
6
6
  "license": "MIT",