pi-studio 0.2.2 → 0.2.4

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.4] — 2026-03-02
6
6
 
7
- ### Fixed
8
- - Corrected screenshot-to-label mapping in README (files were copied to wrong filenames).
7
+ ### Changed
8
+ - Added structured critique screenshot to README gallery (shows assessment, numbered critiques with math, sync badge).
9
+ - Screenshot gallery cleanup: corrected label mapping, removed redundant fenced-code shot.
9
10
 
10
11
  ## [0.2.1] — 2026-03-02
11
12
 
package/README.md CHANGED
@@ -10,6 +10,10 @@ Status: experimental alpha.
10
10
 
11
11
  ![Dark workspace](./assets/screenshots/dark-workspace.png)
12
12
 
13
+ **Structured critique — dark** (assessment + numbered critiques with rendered math, "Edited since response" sync badge)
14
+
15
+ ![Dark critique](./assets/screenshots/dark-critique.png)
16
+
13
17
  **Markdown workspace — light**
14
18
 
15
19
  ![Light workspace](./assets/screenshots/light-workspace.png)
@@ -34,10 +38,6 @@ Status: experimental alpha.
34
38
 
35
39
  ![Light code mode](./assets/screenshots/light-code-mode.png)
36
40
 
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
41
  ## Features
42
42
 
43
43
  - 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.4",
4
4
  "description": "Browser GUI for structured critique workflows in pi",
5
5
  "type": "module",
6
6
  "license": "MIT",