File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,20 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.0] - 2026-06-01
11+
1012### Changed
1113
12- - Step 1 ** Clinical scales** preset buttons scroll horizontally when there are
13- more presets than fit on one row; the settings gear stays fixed on the right.
14+ - Step 1 clinical preset buttons scroll horizontally when they do not fit on one row.
1415
1516### Fixed
1617
17- - Main wizard window: the title-bar ** maximize** control works on workflow steps
18- 1+ (Step 0 stays compact); resizing and full-screen no longer blocked after
19- leaving the mode-selection screen.
20- - Step 1 ** Initial settings** : the vertical scrollbar sits in its own column
21- beside the Electrode / Program / Left / Right controls (slightly narrower
22- strip), with clear spacing before the electrode canvases so the bar is not
23- covered by the diagram panels.
18+ - Wizard window: title-bar maximize and resize on steps 1+ (step 0 stays compact).
19+ - Step 1 initial settings: vertical scrollbar in its own column; no overlap with electrode canvases.
2420
2521## [ 0.4.0b2] - 2026-05-21
2622
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ showcontent = true
192192project_name = " DBSAnnotator"
193193bundle = " ch.wysscenter.dbsannotator"
194194# Briefcase requires a static version here even when [project] uses dynamic version
195- version = " 0.4.0b2 "
195+ version = " 0.4.0 "
196196license = { file = " LICENSE" }
197197# Windows per-user install dir is %LOCALAPPDATA%\<author>\<formal_name>; must match
198198# FS_ORG_NAME in dbs_annotator.config (Qt user data / lab convention).
Original file line number Diff line number Diff line change 55clinical data during Deep Brain Stimulation programming sessions.
66"""
77
8- __version__ = "0.4.0b2 "
8+ __version__ = "0.4.0 "
99__app_name__ = "DBS Annotator"
1010
1111from .config import APP_LEAD_AUTHOR
You can’t perform that action at this time.
0 commit comments