pi-studio 0.2.1 → 0.2.2

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,6 +2,11 @@
2
2
 
3
3
  All notable changes to `pi-studio` are documented here.
4
4
 
5
+ ## [0.2.2] — 2026-03-02
6
+
7
+ ### Fixed
8
+ - Corrected screenshot-to-label mapping in README (files were copied to wrong filenames).
9
+
5
10
  ## [0.2.1] — 2026-03-02
6
11
 
7
12
  ### Added
package/README.md CHANGED
@@ -6,7 +6,7 @@ Status: experimental alpha.
6
6
 
7
7
  ## Screenshots
8
8
 
9
- **Markdown workspace — dark** (syntax-highlighted editor + rendered preview with code blocks, inline math, blockquotes)
9
+ **Markdown workspace — dark** (syntax-highlighted editor + rendered preview with Julia code block, inline math, blockquotes)
10
10
 
11
11
  ![Dark workspace](./assets/screenshots/dark-workspace.png)
12
12
 
@@ -14,7 +14,7 @@ Status: experimental alpha.
14
14
 
15
15
  ![Light workspace](./assets/screenshots/light-workspace.png)
16
16
 
17
- **Math rendering** (LaTeX source → MathML: PDEs, matrices, display equations)
17
+ **Math rendering — dark** (LaTeX source → MathML: PDEs, matrices, display equations)
18
18
 
19
19
  ![Dark math](./assets/screenshots/dark-math.png)
20
20
 
@@ -22,11 +22,11 @@ Status: experimental alpha.
22
22
 
23
23
  ![Light math](./assets/screenshots/light-math.png)
24
24
 
25
- **Mermaid diagrams** (fenced mermaid block → rendered flowchart with theme-aware colors)
25
+ **Mermaid diagrams — dark** (fenced mermaid block → rendered flowchart with theme-aware colors)
26
26
 
27
27
  ![Dark mermaid](./assets/screenshots/dark-mermaid.png)
28
28
 
29
- **Code mode — dark** (TypeScript file with language-aware syntax highlighting, auto-detected from file extension)
29
+ **Code mode — dark** (TypeScript file loaded with language auto-detected from extension)
30
30
 
31
31
  ![Dark code mode](./assets/screenshots/dark-code-mode.png)
32
32
 
@@ -34,7 +34,7 @@ Status: experimental alpha.
34
34
 
35
35
  ![Light code mode](./assets/screenshots/light-code-mode.png)
36
36
 
37
- **Fenced code highlighting** (Julia code block inside markdown with token coloring)
37
+ **Julia fenced code — dark** (token coloring for fenced code blocks inside markdown)
38
38
 
39
39
  ![Dark Julia fenced](./assets/screenshots/dark-julia-fenced.png)
40
40
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-studio",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Browser GUI for structured critique workflows in pi",
5
5
  "type": "module",
6
6
  "license": "MIT",