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 +2 -1
- package/README.md +0 -4
- package/package.json +1 -1
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.
|
|
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
|

|
|
36
36
|
|
|
37
|
-
**Julia fenced code — dark** (token coloring for fenced code blocks inside markdown)
|
|
38
|
-
|
|
39
|
-

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