π Whatβs New
- Preview is now the main workspace for building AI-ready project context.
- The old split mode is gone. Preview now opens as tree + content by default.
- You can hide the tree and continue in preview-only mode.
- Preview text can now be selected and copied.
- Preview now shows file separators and a sticky current file path while scrolling.
- Added search and filter result counts.
- Added an Ignore Empty Files option.
- Help popover now has a Copy All button.
β¨ Improved
- Preview is much faster and lighter on large codebases.
- RAM and CPU usage were significantly improved with preview virtualization and chunked document handling.
- Preview open/close and pane transitions are now smoother and fully horizontal.
- Tree, preview, and settings panes resize more naturally.
- Settings panel minimum width now adapts to real content and localization.
- Help content was updated across all supported languages.
π Fixed
- Fixed
.gitshowing in the main title after cloning a repository from a.gitURL. - Fixed preview focus and search hotkey issues after switching preview modes.
- Fixed several existing layout and scrollbar issues in preview, tree, and settings panels.
π οΈ Technical
- Reworked preview internals around structured preview sections.
- Added file-backed preview documents for large outputs.
- Added a dedicated cross-platform headless UI test project.
- Greatly expanded UI, unit, and integration coverage.
- Speeded up test execution without making it flaky.
- Updated CI to run Unit, Integration, and UI suites more efficiently.
- Hardened release scripts and release validation.
- Filled Microsoft Store listing data for all 8 supported languages.
- Updated the pinned .NET SDK to 10.0.4.
π§ͺ Quality
- Preview workflow is now much better protected against regressions.
- Repeated open/close, tree hide/show, and layout transitions now have much stronger automated coverage.
π Notes
- Focus of this release: a faster and more usable preview workflow for building AI-ready context.