Skip to content

Releases: JustAn0therDev/Findin

v2.3.0 - Choose your program

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 09 Mar 17:32

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

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 09 Aug 05:00

What's Changed

Full Changelog: v2.2.2...v2.2.3

Copy line!

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 08 Aug 04:14

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

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 04 Aug 04:57

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"

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 25 Jun 15:05

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

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 12 Jun 19:19

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 ListView but 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 main branch;
  • New test project.

New release: major changes!

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 05 Jun 18:20

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.md has been updated to match changes.

Search by any field

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 20 May 04:36

v1.2.3

This release features all fields being able to trigger a search after pressing enter, but with the same validations.

Small release

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 18 May 23:23

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

Choose a tag to compare

@JustAn0therDev JustAn0therDev released this 12 May 21:58

This release now features a better directory loading, as per #4.