Skip to content

Releases: Natestah/BlitzSearch

Blitz Search 1.0.18

11 Jul 19:11
Compare
Choose a tag to compare
v1.0.18

Merge branch 'main' of https://github.com/Natestah/BlitzSearch

Blitz Search 1.0.17

08 Jul 15:46
Compare
Choose a tag to compare
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

07 Jul 20:00
Compare
Choose a tag to compare
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

07 Jul 15:24
Compare
Choose a tag to compare
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

04 Jul 19:24
Compare
Choose a tag to compare
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

04 Jul 17:15
Compare
Choose a tag to compare
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

02 Jul 16:05
Compare
Choose a tag to compare
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

02 Jul 02:13
Compare
Choose a tag to compare
 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

30 Jun 18:06
Compare
Choose a tag to compare
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

27 Jun 19:35
Compare
Choose a tag to compare
Version 1.0.9 Prep

-Switching to over under for preview
-Improving documentation
-always ignore /.git/ folders ( even if they aren't hidden )