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
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.67](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.66...v0.0.67) - 2026-07-27

### Fixed

- *(daemon)* bound project open only when a writer is busy
- *(storage)* keep store inventory off the resolve path
- *(storage)* sync preserved recovery set on Windows
- auto-repair corrupt branch stores
- restore daemon catalog build
- *(daemon)* raise managed service file limit
- address follow-up storage and daemon findings
- address daemon and storage review findings
- *(daemon)* cover full shutdown window
- *(daemon)* wait for lifecycle lease release
- *(daemon)* unblock managed service restart
- *(daemon)* coordinate scheduler discovery
- *(daemon)* unblock uncached worktree tools
- *(daemon)* drain portable warmups safely
- *(mcp)* preserve portable bootstrap parity
- *(mcp)* unblock fresh daemon startup
- *(daemon)* keep cached MCP servers responsive
- *(storage)* prefer healthy exact worktree shard
- *(storage)* prefer exact worktree manifest root
- *(doctor)* use compact daemon health snapshot
- *(tests)* harden Windows daemon fixtures
- *(storage)* harden cross-platform daemon authority
- *(daemon)* release legacy sync ownership after writes
- *(daemon)* reuse global database authority
- *(storage)* stabilize daemon-owned database access
- *(tests)* isolate database ownership fixtures
- *(storage)* clear integrity clippy blockers
- *(storage)* repair integrity follow-up build
- *(storage)* close sole-daemon integrity gaps
- *(storage)* finish sole-daemon ownership integration
- *(storage)* enforce sole-daemon database ownership

### Other

- Merge remote-tracking branch 'origin/master' into pr-478-fmt
- *(daemon)* name the MCP bootstrap outcome enum
- apply rustfmt to daemon and storage changes
- *(storage)* normalize Windows authority paths
- *(daemon)* share initialize registry authority

## [0.0.66](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.65...v0.0.66) - 2026-07-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracedecay"
version = "0.0.66"
version = "0.0.67"
edition = "2024"
description = "Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more codebases"
license = "MIT"
Expand Down
Loading