What's New in v1.1.4
✨ New Features
- Search History: The application now remembers your last 20 searched directories. Access them via the new dropdown menu in the "Directories" field.
- Cancellation Support: Stop long-running searches instantly with the new "Stop" button (replaces "Find All" during search).
⚡ Performance Improvements
- Optimized file enumeration for faster search initialization
- Improved memory efficiency when searching large directory trees
🛠️ Technical Changes
- Added HistoryService.cs for persistent search history (stored in
%APPDATA%\WinFindGrep\search_history.json) - Replaced directory TextBox with ComboBox for better UX
- Implemented
CancellationTokensupport throughout the search pipeline
📦 Full Changelog
All commits since the last release are included in this version.