You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,3 +112,19 @@ and the project aims to adhere to [Semantic Versioning](https://semver.org/spec/
112
112
- Loading example flows on mobile no longer risks a blank canvas due to mount/fit timing races.
113
113
- Lesson content polish in L1/L3, including corrected locktime/CLTV wording and removal of stale “ready to broadcast” text in flows 1-3.
114
114
- Improved Safari drag responsiveness in the paper skin by removing dashed-edge styling.
115
+
116
+
## [0.3.9] - 2026-03-20
117
+
118
+
### Added
119
+
120
+
- Exports (`full`, `simplified`, `LLM`) now include `runtimeSemantics` metadata describing sentinel precedence (`__FORCE00__`, `__EMPTY__`, `__NULL__`) and numeric type coercion rules.
121
+
122
+
### Changed
123
+
124
+
- Lesson 2 flow renamed to **Multisig: Bare P2MS and P2SH Multisig** (`p2_Bare_P2MS_and_P2SH_MultiSig.json`), with refreshed in-flow wording.
125
+
126
+
### Fixed
127
+
128
+
- Shared-flow imports now use more resilient fit-view timing to avoid occasional blank/offscreen canvas states.
129
+
- Redo no longer causes a visible canvas blink during history restore.
0 commit comments