@@ -13,8 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313 and session scales settings dialogs, and regenerated workflow captures at
1414 native resolution (HiDPI-aware screen grab, improved PNG settings).
1515- `` docs/_static/custom.css `` : full-width RTD content; `` screenshot-full `` (wizard
16- steps) and `` screenshot-medium `` (home, dialogs) with `` max-width: 720px `` to
17- avoid upscaled blurry dialog images .
16+ steps) and `` screenshot-native `` (home, dialogs, electrode diagram) capped at
17+ each PNG's intrinsic width so dialogs are not upscaled on wide screens .
1818- `` COPYRIGHT_HOLDERS `` and `` APP_LICENSE_NAME `` in `` config.py `` (shared with
1919 documentation).
2020
@@ -33,6 +33,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333 BIDS files for longitudinal reports.
3434- Documentation copyright: Massachusetts General Hospital, Wyss Center for Bio
3535 and Neuroengineering, and Charité Universitätsmedizin Berlin.
36+ - Screenshot capture uses the app's responsive window geometry (step 0 compact,
37+ steps 1+ full workflow) instead of a fixed 1600×1000 frame.
38+
39+ ### Fixed
40+
41+ - Electrode diagram export: E0–En labels no longer clipped on the left in PNG
42+ output (wider label box and export left padding in `` ElectrodeCanvas `` ).
43+ - Docs screenshot pipeline: Windows `` QPixmap.save `` /PNG compression; trim
44+ `` grabWindow `` shadow bar on wizard captures; remove duplicate
45+ `` electrode-canvas.png `` artifact.
46+ - Read the Docs build: `` installation.rst `` SmartScreen cross-reference and
47+ label placement for Sphinx `` -W `` builds.
3648
3749## [ 0.4.0b1] - 2026-05-08
3850
0 commit comments