pi-studio 0.9.9 → 0.9.11

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
@@ -4,6 +4,21 @@ All notable changes to `pi-studio` are documented here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.9.11] — 2026-05-19
8
+
9
+ ### Added
10
+ - Render TeX math inside sandboxed interactive HTML previews through Studio's existing Pandoc/MathML pipeline without enabling network scripts.
11
+ - Added a **Copy source** button to rendered Mermaid diagrams.
12
+
13
+ ### Fixed
14
+ - Made same-document section links scroll correctly inside sandboxed interactive HTML previews.
15
+
16
+ ## [0.9.10] — 2026-05-19
17
+
18
+ ### Added
19
+ - Added keyboard shortcuts for Studio pane navigation: F6 switches panes, F7/Shift+F7 cycles the active pane view, F8 focuses editor text, Shift+F8 focuses right-pane content, F9 toggles Zen mode, and F10 keeps pane focus/unfocus.
20
+ - Added a compact **Shortcuts (?)** footer button with a keyboard-shortcuts overlay; `?` opens it when focus is not in a text-entry field.
21
+
7
22
  ## [0.9.9] — 2026-05-19
8
23
 
9
24
  ### Fixed