pi-studio 0.2.1 → 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 +6 -0
- package/README.md +4 -8
- package/assets/screenshots/dark-fenced-code.png +0 -0
- package/assets/screenshots/dark-math.png +0 -0
- package/assets/screenshots/dark-mermaid.png +0 -0
- package/assets/screenshots/light-fenced-code.png +0 -0
- package/assets/screenshots/light-math.png +0 -0
- package/assets/screenshots/light-workspace.png +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `pi-studio` are documented here.
|
|
4
4
|
|
|
5
|
+
## [0.2.3] — 2026-03-02
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
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).
|
|
10
|
+
|
|
5
11
|
## [0.2.1] — 2026-03-02
|
|
6
12
|
|
|
7
13
|
### 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
|
|
9
|
+
**Markdown workspace — dark** (syntax-highlighted editor + rendered preview with Julia code block, inline math, blockquotes)
|
|
10
10
|
|
|
11
11
|

|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ Status: experimental alpha.
|
|
|
14
14
|
|
|
15
15
|

|
|
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
|

|
|
20
20
|
|
|
@@ -22,11 +22,11 @@ Status: experimental alpha.
|
|
|
22
22
|
|
|
23
23
|

|
|
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
|

|
|
28
28
|
|
|
29
|
-
**Code mode — dark** (TypeScript file with language
|
|
29
|
+
**Code mode — dark** (TypeScript file loaded with language auto-detected from extension)
|
|
30
30
|
|
|
31
31
|

|
|
32
32
|
|
|
@@ -34,10 +34,6 @@ Status: experimental alpha.
|
|
|
34
34
|
|
|
35
35
|

|
|
36
36
|
|
|
37
|
-
**Fenced code highlighting** (Julia code block inside markdown with token coloring)
|
|
38
|
-
|
|
39
|
-

|
|
40
|
-
|
|
41
37
|
## Features
|
|
42
38
|
|
|
43
39
|
- Single workspace: Editor (left) + Response (right)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|