v1.26.0
What's Changed
- docs: fix broken star history chart by @OctoBored in #504
- fix(project-tree): drop content-visibility on collapsed rows to restore icons on rapid filter toggling by @Win-Hao in #512
- fix(recent-edits): key the fetch cache on the requested project path by @jprisant in #514
- feat(kimi): read Kimi Code wire sessions alongside legacy kimi-cli by @Win-Hao in #513
- fix(lint): silence a Windows-only clippy false positive in rename by @jhlee0409 in #521
- fix(recent-edits): invalidate the fetch cache when the watcher sees a change by @jhlee0409 in #522
- fix(webui): gate restore writes on the bind address, matching the read path by @jprisant in #520
- fix(kimi): merge both stores in search and stop reporting an empty base path by @Win-Hao in #524
- feat(recent-edits): dockable panel with compact rows, session scope and edit grouping by @jprisant in #515
- refactor(recent-edits): migrate the standard card onto useFileEditActions by @jhlee0409 in #526
- fix(watcher): keep the open session selected when its file changes by @jhlee0409 in #527
- perf(commands): run the heavy read commands on the blocking pool by @jhlee0409 in #528
- fix(recent-edits): write the list and its cursor together by @jhlee0409 in #529
- fix(a11y): gate skip links on their targets' real render conditions by @jhlee0409 in #530
- fix(watcher): stop the session list blanking on every watcher reload by @jhlee0409 in #531
New Contributors
- @OctoBored made their first contribution in #504
- @Win-Hao made their first contribution in #512
Full Changelog: v1.25.0...v1.26.0