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 +4 -3
- package/README.md +4 -4
- package/assets/screenshots/dark-critique.png +0 -0
- 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.4] — 2026-03-02
|
|
6
6
|
|
|
7
|
-
###
|
|
8
|
-
-
|
|
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
|

|
|
12
12
|
|
|
13
|
+
**Structured critique — dark** (assessment + numbered critiques with rendered math, "Edited since response" sync badge)
|
|
14
|
+
|
|
15
|
+

|
|
16
|
+
|
|
13
17
|
**Markdown workspace — light**
|
|
14
18
|
|
|
15
19
|

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

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

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