v3.6.2 — Image export: width adapts to content
Same-day follow-up to v3.6.1. The exported PNG was always 800 px wide regardless of content — short notes ended up with a wide stripe of empty space on either side of a ~50 px line of text. Fixed: the article container now uses width: fit-content with sensible bounds.
Behavior
- Single-line / very short note → ~480 px wide (min-width tier, keeps the card from collapsing to a sliver)
- Moderate prose → up to 800 px (max-width cap, text wraps inside)
- Long prose → 800 px, wraps cleanly
- Wide GFM table → table's own natural rendered width (e.g. 600–700 px), no longer forced to 800
Verified with PNG IHDR readback at scale=2 across all four cases before tagging — no more "exported image is way wider than it needs to be" surprises.
Mac users
brew upgrade --cask solomd or grab the dmg below.
Full Changelog: v3.6.1...v3.6.2