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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.4.0a1] - 2026-04-22

### Added
#### docs
- Deduplicate TSV schema docs by generating tables from code constants, add CI/pre-commit drift checks, and extend documentation automation with docs-touch/changelog gates, Release Drafter, and Read the Docs tag triggers. (#51)- Improve documentation automation and TSV schema generation. (#52)- Document PR-based releases (`scripts/release_prepare.py`, **CD - Prepare release PR** workflow), maintainer `docs/releasing.rst`, and Sphinx generated-dir guidance (`_autosummary`, `_generated`, `_static`, `_templates`). (#55)#### changed
- Ship ``0.4.0a1`` alpha, space-free data/install paths (``WyssCenter`` / ``DBSAnnotator``), optional GitHub release update checks, upgrade-safe user config locations, and ``release_prepare.py --bump`` for prerelease and semver bumps. (#62)- Update checker compares all published GitHub releases for the highest applicable newer semver (including pre-releases), handles repos with no releases quietly, surfaces pre-release guidance with support links, and lets users turn off automatic update checks from Help or the notification. (#63)- Consolidate branding under `icons/logosimple/` for Briefcase and Qt, add `scripts/build_app_icons.py` to generate platform icon sizes from a single source PNG, and document Linux `linux system` icon requirements. (#66)### Added
- Initial changelog scaffold following Keep a Changelog 1.1.0.

1 change: 0 additions & 1 deletion newsfragments/51.docs.md

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/52.docs.md

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/55.docs.md

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/62.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/63.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/66.changed.md

This file was deleted.

Loading