Releases: JustAn0therDev/Findin
Release list
v2.3.0 - Choose your program
This new release contains a new feature!
You can now select a text edtior (or IDE, or anything that can read text files) and use it to open the file that contains the thing you were looking for in Findin; you can even open it in the exact line you were looking for! You can find more details in the README.md file :)
Elapsed search time
What's Changed
- Feature/time label 20220809 by @JustAn0therDev in #14
Full Changelog: v2.2.2...v2.2.3
Copy line!
This new release contains a new feature (PR #13): Copy line content!
You can now copy any content in a matched line by right-clicking it. Its usage is detailed in the README!
New release: Fix ListView rendering update
This release contains a new version that updates the ListView component correctly and bumps up the ListView result limit to 500.
New release: better performance and fixing "freezes"
This release fixes the "freezes" found when searching for files that have not been paginated yet after turning the computer on or running the program for the first time, especially common in HDDs, as per PR #10.
You can download the new release by extracting the .rar file below and running the Findin.exe executable.
The most recent pull request for this release (#11) is already included, so you can just download the file and the icons will be there!
v2.1.1
This release based on PR #6 contains:
- Better search now using Regular expression-only searches;
- Better way to filter files by file pattern instead of only file types;
- Limiting number of lines shown in
ListViewbut still showing the total number of occurrences. Most programs only show the total number of lines; - New GitHub action so build and tests are run every pull request and push to the
mainbranch; - New test project.
New release: major changes!
New release!
This release is based on the Pull Request #5:
- A better way to search for files;
- The search is now made using a regular expression;
- Performance improvements;
- Improved match display;
- New validations and error handling;
README.mdhas been updated to match changes.
Search by any field
v1.2.3
This release features all fields being able to trigger a search after pressing enter, but with the same validations.
Small release
Small hotfix:
- Some performance and memory consumption improvements (albeit small);
- README.md where I called HDD a "hard drive" but not an SSD, so it has been made clearer to avoid confusions;
- Fixing a behavior where an invalid path would still search for the last one that was valid. Now it just stops searching until you change the path to a correct one.
Better directory loading
This release now features a better directory loading, as per #4.