pi-studio 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,10 +10,6 @@ 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
-
17
13
  **Markdown workspace — light**
18
14
 
19
15
  ![Light workspace](./assets/screenshots/light-workspace.png)
@@ -22,6 +18,10 @@ Status: experimental alpha.
22
18
 
23
19
  ![Dark math](./assets/screenshots/dark-math.png)
24
20
 
21
+ **Structured critique — dark** (assessment + numbered critiques with rendered math, "Edited since response" sync badge)
22
+
23
+ ![Dark critique](./assets/screenshots/dark-critique.png)
24
+
25
25
  **Math rendering — light**
26
26
 
27
27
  ![Light math](./assets/screenshots/light-math.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-studio",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Browser GUI for structured critique workflows in pi",
5
5
  "type": "module",
6
6
  "license": "MIT",