Skip to content

v0.14.0

Choose a tag to compare

@StephanSchmidt StephanSchmidt released this 27 Mar 09:34
· 1636 commits to main since this release

Changelog

  • 90d0cef Add "human ping" command to check daemon connectivity
  • e3ce904 Add Claude Code session migration step to human init
  • 30e15fd Add TUI screenshot to Dashboard section in README
  • f9ae8d7 Add daemon info file for auto-discovery and simplify devcontainer config
  • b90c96b Add explicit daemon connection tracking via ClientPID ping
  • efa7174 Add host.docker.internal fallback to human ping
  • 5db900e Add proxy connection status to TUI
  • 3dd9f1d Add working trackers display to TUI
  • 05fa703 Document that apiclient.Client is not safe for concurrent modification
  • c17781c Extract syncProject to reduce cyclomatic complexity
  • 6462b07 Fix JQL injection via unquoted project name in Jira client
  • 8b3cb9e Fix Linear GraphQL queries: use DateTimeOrDuration for updatedAt filter
  • b855f56 Fix MCP translator: add nil conn guard and scanner.Err checks
  • 3656052 Fix TOCTOU race in Shortcut member name cache
  • 7b6bb2d Fix Windows isProcessAlive always returning true
  • dd91c55 Fix buffered reader data loss in daemon client OAuth flow
  • 9cd4f9b Fix context cancellation handling in socket relay accept loop
  • b59aa41 Fix daemon server ignoring client environment variables
  • c328a54 Fix goroutine drain in Forward on context cancellation
  • 5c2b237 Fix ignored LastInsertId error in SQLite upsert
  • 3e7f496 Fix ignored os.Setenv errors and extract discoverDaemon helper
  • 0cbf47a Fix missing scanner.Err check in readProxyAck
  • 20b8d97 Fix race condition on dispatcher queue and seen map
  • 582f819 Fix struct field alignment and remove blank lines after imports
  • 092523e Fix unescaped query parameters in Figma image export
  • 1b0c26d Make --project optional in issues list for cross-project listing
  • 4be672c Remove unreachable dead code in SNI parser
  • 50aba92 Replace "daemon" label with ⚡ emoji in TUI
  • e0bfb3f Replace PID-based daemon liveness with TCP probe and add cross-container discovery
  • 7d82c03 Set daemon addresses in devcontainer remoteEnv via human init
  • 62567a1 Support cross-project indexing when no projects configured
  • bc49945 Trim CLI usage section in README to concise examples
  • 576b176 Update CLAUDE.md with daemon auto-discovery docs
  • 7f7576b Update README to match website content and current feature set
  • d44ff5c Update dependencies for v0.14.0 release
  • 099c864 Walk process tree to find ancestor Claude PID for daemon connection tracking