@@ -5,6 +5,47 @@ All notable changes to the beads project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.39.1] - 2025-12-27
9+
10+ ### Added
11+
12+ - ** ` bd where ` command** (bd-8x43) - Show active beads location
13+ - Displays the resolved database path after following redirects
14+ - Helpful for debugging multi-rig setups
15+
16+ - ** ` --parent ` flag for ` bd update ` ** (bd-cj2e) - Reparent issues
17+ - Move issues between epics with ` bd update <id> --parent=<new-parent> `
18+ - Supports clearing parent with ` --parent=none `
19+
20+ - ** Redirect info in ` bd prime ` ** (bd-kblo) - Gas Town support
21+ - Shows when database is redirected to another location
22+ - Improves visibility into routing behavior
23+
24+ ### Fixed
25+
26+ - ** Doctor follows redirects** (bd-tvus) - Gas Town compatibility
27+ - ` bd doctor ` now correctly follows database redirects
28+ - Prevents false negatives when running from rig roots
29+
30+ - ** Remove 8-char prefix limit** (GH #770 ) - ` bd rename-prefix `
31+ - Removed arbitrary length restriction on issue prefixes
32+ - Allows longer, more descriptive prefixes
33+
34+ ### Changed
35+
36+ - ** Git context consolidation** (bd-qph3) - Internal refactor
37+ - Unified git context into single cached struct
38+ - Reduces redundant git operations
39+
40+ ### Documentation
41+
42+ - ** Database Redirects section** (bd-8x43) - ADVANCED.md
43+ - Comprehensive documentation for redirect feature
44+ - Explains Gas Town integration patterns
45+
46+ - ** Community Tools update** (GH #771 ) - README.md
47+ - Added opencode-beads to community tools list
48+
849## [ 0.39.0] - 2025-12-27
950
1051### Added
0 commit comments