Skip to content

Commit 1354649

Browse files
committed
preparing version 0.4.0
1 parent 7628ee9 commit 1354649

3 files changed

Lines changed: 7 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ showcontent = true
192192
project_name = "DBSAnnotator"
193193
bundle = "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"
196196
license = { 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).

src/dbs_annotator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
clinical 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

1111
from .config import APP_LEAD_AUTHOR

0 commit comments

Comments
 (0)