1.0.1
v1.0.1
Fixed
- Round charts no longer shrink a decrease round's ring back inward. Every round is now placed farther out than the one before it — a decrease just spreads fewer stitches around a same-or-larger ring — so later rounds never overlap or nest inside earlier, larger ones.
- BLO/FLO loop markers now share the embedded progress tool's current-position highlight with their stitch (same highlight class and color when the tool focuses that row/stitch), instead of rendering with no distinguishing color at all.
- Removed an unsafe function call flagged by type-aware linting: chart parsing is now centralized through a single, simply-typed parseChart() helper instead of repeating an any-prone cast at each call site.
Added
- The round-1 anchor (in MR / in ch ring) can now be followed by additional steps on the same row — for example R1: 6 sc in MR, sl st to join round 1 right after starting it.
Removed
- The "next round marker" feature (the arrow indicator on concentric round charts, plus its settings-tab toggle) has been removed.