Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Dependency audit: pin ``uv>=0.11.15`` (GHSA-4gg8-gxpx-9rph).

## [0.4.0] - 2026-06-01

### Changed

- Step 1 **Clinical scales** preset buttons scroll horizontally when there are
more presets than fit on one row; the settings gear stays fixed on the right.
- Step 1 clinical preset buttons scroll horizontally when they do not fit on one row.

### Fixed

- Main wizard window: the title-bar **maximize** control works on workflow steps
1+ (Step 0 stays compact); resizing and full-screen no longer blocked after
leaving the mode-selection screen.
- Step 1 **Initial settings**: the vertical scrollbar sits in its own column
beside the Electrode / Program / Left / Right controls (slightly narrower
strip), with clear spacing before the electrode canvases so the bar is not
covered by the diagram panels.
- Wizard window: title-bar maximize and resize on steps 1+ (step 0 stays compact).
- Step 1 initial settings: vertical scrollbar in its own column; no overlap with electrode canvases.

## [0.4.0b2] - 2026-05-21

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dev = [
"ruff>=0.1.0",
"pre-commit>=3.6",
"pre-commit-uv>=4.2.1",
"uv>=0.11.15",
"ty>=0.0.35",
"pandas-stubs>=3.0.0.260204",
"pyside6-stubs>=6.7.3.0",
Expand Down Expand Up @@ -192,7 +193,7 @@ showcontent = true
project_name = "DBSAnnotator"
bundle = "ch.wysscenter.dbsannotator"
# Briefcase requires a static version here even when [project] uses dynamic version
version = "0.4.0b2"
version = "0.4.0"
license = { file = "LICENSE" }
# Windows per-user install dir is %LOCALAPPDATA%\<author>\<formal_name>; must match
# FS_ORG_NAME in dbs_annotator.config (Qt user data / lab convention).
Expand Down
2 changes: 1 addition & 1 deletion src/dbs_annotator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
clinical data during Deep Brain Stimulation programming sessions.
"""

__version__ = "0.4.0b2"
__version__ = "0.4.0"
__app_name__ = "DBS Annotator"

from .config import APP_LEAD_AUTHOR
Expand Down
46 changes: 24 additions & 22 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading