What's Changed
- fix: sessions not loading on project navigation without restart by @Psypeal in https://github.com/matt1398/claude-devtools/pull/137
- chore(deps): bump fastify from 5.8.1 to 5.8.3 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/matt1398/claude-devtools/pull/141
- fix: show copy button only on code blocks, not entire text output by @Psypeal in https://github.com/matt1398/claude-devtools/pull/145
- chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/matt1398/claude-devtools/pull/155
- feat: session ID lookup in CommandPalette (Cmd+K) by @WesleyMFrederick in https://github.com/matt1398/claude-devtools/pull/153
- fix: compute real message count in light metadata path by @romeromarcelo in https://github.com/matt1398/claude-devtools/pull/134
- Fix [#152]: 🎉 Your project has been featured in Awesome Claude Code! by @JiwaniZakir in https://github.com/matt1398/claude-devtools/pull/157
- Fix/issue 142 settings not applied on startup by @nevdelap in https://github.com/matt1398/claude-devtools/pull/161
- fix(ssh): resolve private key paths correctly by @adriencaccia in https://github.com/matt1398/claude-devtools/pull/159
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/matt1398/claude-devtools/pull/160
- feat: render mermaid code blocks as interactive diagrams (#124) by @matt1398 in https://github.com/matt1398/claude-devtools/pull/128
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/matt1398/claude-devtools/pull/162
- feat: add tab rename and fix sidebar collapse layout by @Psypeal in https://github.com/matt1398/claude-devtools/pull/133
- fix: address code review feedback from [#153] (session ID lookup) by @WesleyMFrederick in https://github.com/matt1398/claude-devtools/pull/156
- perf: optimize macOS UI responsiveness by @Psypeal in https://github.com/matt1398/claude-devtools/pull/163
- perf: fix renderer heap exhaustion on long-running sessions by @Psypeal in https://github.com/matt1398/claude-devtools/pull/120
- fix: open links in system browser instead of Electron window by @Psypeal in https://github.com/matt1398/claude-devtools/pull/143
- Fixed plain HTTP UUID creation by @RubbaBoy in https://github.com/matt1398/claude-devtools/pull/135
- perf: lazy-load mermaid to reduce main bundle size by @matt1398 in https://github.com/matt1398/claude-devtools/pull/164
New Contributors
- @WesleyMFrederick made their first contribution in https://github.com/matt1398/claude-devtools/pull/153
- @romeromarcelo made their first contribution in https://github.com/matt1398/claude-devtools/pull/134
- @JiwaniZakir made their first contribution in https://github.com/matt1398/claude-devtools/pull/157
- @nevdelap made their first contribution in https://github.com/matt1398/claude-devtools/pull/161
- @adriencaccia made their first contribution in https://github.com/matt1398/claude-devtools/pull/159
- @RubbaBoy made their first contribution in https://github.com/matt1398/claude-devtools/pull/135
Full Changelog: https://github.com/matt1398/claude-devtools/compare/v0.4.9...v0.4.10