Releases: Natestah/BlitzSearch
Releases Β· Natestah/BlitzSearch
Blitz Search 1.0.18
v1.0.18 Merge branch 'main' of https://github.com/Natestah/BlitzSearch
Blitz Search 1.0.17
Handle missing global gitignore file gracefully Removed exception thrown when a specified global gitignore file does not exist. The parser now returns false if the file is missing, preventing unnecessary crashes. Updated version to 1.0.17 and documented the fix in the change log.
Blitz Search 1.0.16
Add Perforce support and improve readonly file handling Will automatically batch checkout readonly files using the Perforce Command line tools if they are installed. Also fixed threading issue with randomly missing results.
Blitz Search 1.0.15
Improve editor settings UI and add custom editor deletion Refactored editor selection logic in MainWindowViewModel and enabled editing of editor titles. Added a delete button for custom editors in the settings panel and removed the editor selector list from the editor options. Fixed a crash when no git config is present and updated version to 1.0.15.
Blitz Search 1.0.14
Quick fix removed disrupted select first while populating ( unless the preview is on ), which was automatically opening VSCode to the first result.
Blitz Search 1.0.13
Add left/right arrow navigation and streamline docs Implemented left/right arrow key navigation to skip to previous/next result type in ResultsBox. Removed the donate button from the status bar, streamlined and reorganized the README and documentation, and updated the project version to 1.0.13. Cleaned up redundant documentation files and improved support and feedback instructions.
Blitz Search 1.0.12
Refactor pane behavior and status bar layout Improved logic for toggling and enabling the text pane to prevent unwanted preview clobbering, especially when setting file paths. Moved the status bar from BlitzMainPanel to MainWindow for better layout, and relocated the SetRestartAction method accordingly. Updated the change log for version 1.0.12 to reflect these behavioral and layout adjustments.
Blitz Search 1.0.11
Version 1.0.11 * Significant Layout Adjustments to reduce clutter in view ( more dialogue box looking ) * reduced flickering due to mouse over items while typing * Add Escape Key Minimize window. * Added Select First -> Update previews while typing. This restored the behavior of pressing Enter to goto the thing. * Fixed an issue in Visual Studio that came about due to changing to the Misc project. * Entering/Double Clicking things minimizes the window.
Blitz Search 1.0.10
Add toggle for filename matching and update Avalonia packages Upgraded Avalonia and related NuGet packages to 11.3.x versions. Added a toggle for filename matching in the UI and ViewModel, and improved filename matching highlighting when using results recycling. Refactored related property and method names for clarity, and updated logic in search and recycling to respect the new filename matching toggle.
Blitz Search 1.0.9
Version 1.0.9 Prep -Switching to over under for preview -Improving documentation -always ignore /.git/ folders ( even if they aren't hidden )