Releases: ContextualWisdomLab/bandscope
Releases · ContextualWisdomLab/bandscope
BandScope 0.1.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(release): publish immutable release assets before publication by @seonghobae in #175
- chore: prepare v0.1.3 release by @seonghobae in #176
Full Changelog: v0.1.2...v0.1.3
BandScope v0.1.2
Immutable
release. Only release title and notes can be modified.
Highlights
- Stabilizes YouTube import fallback behavior in browser and desktop dev paths.
- Guards OSSF Scorecard so release-branch pushes skip unsupported non-default branch execution cleanly.
- Aligns the packaged desktop app version with root release metadata.
Verification
- PR #174 required checks passed, including CI, CodeQL, dependency review, security audit, SBOM, release-preflight, Windows builds, and macOS builds.
- CodeRabbit current-head gate: Review skipped.
- Local verification before release PR: ./scripts/harness/quickcheck.sh and npm audit --workspaces --audit-level=high.
Security Notes
- No new runtime file, URL, subprocess, IPC, WebView, update, model, cache, or export surface is added in this release metadata step.
- macOS packages remain unsigned/not notarized until Apple Developer signing credentials are configured.
BandScope v0.1.1
Packaging fix release for v0.1.1
BandScope v0.1.0
Changelog
[0.1.0] - 2026-03-27
Added
- Issue #29: Defined core
song -> section -> rolerehearsal domain contracts - Issue #38: Added cross-architecture build support (Windows/macOS arm64+amd64)
- Issue #40: Enforced 100% Python docstring and test coverage
- Issue #32: Implemented local analysis orchestration and secure IPC boundaries
- Issue #33: Implemented secure local audio intake and project bootstrap
- Issue #35: Engineered section, form, and cue anchor extraction pipeline
- Issue #34: Implemented role extraction targets and part graph
- Issue #31: Added role-specific harmony, range, overlap, and confidence metrics
- Issue #28: Delivered practical rehearsal workspace UI
- Issue #27: Supported manual overrides, provenance tracking, and local project persistence
- Issue #36: Implemented rehearsal priority calculation and cue-sheet (CSV) / chart (JSON) exports
- Issue #30: Added policy-constrained YouTube import with local fallback
- Issue #26: Finalized roadmap and prepared application for initial release