Skip to content

Releases: Hierosoft/DeepFileFind-cs

3.2.4

11 Sep 00:48
Compare
Choose a tag to compare

[3.2.4] - 2024-09-10

Fixed

  • Update URLs (in "About" screen and documentation).
  • Do not find folders when content search is enabled.

Full Changelog: 3.2.3...3.2.4

3.2.3

20 Dec 20:20
Compare
Choose a tag to compare

Changed

  • Play Asterisk sound and highlight message on '"endbefore" is less than or equal to start date'.

Fixed

  • Update AssemblyVersion to match git tag.
  • Show name & version in the title bar.

3.2.2

20 Dec 19:45
Compare
Choose a tag to compare

Fixed

  • Respect content_enabled on load (prevent ContentTextBoxTextChanged from setting Check = true if text was changed by the settings load code) (Fix #15).

3.2.1

20 Dec 16:45
Compare
Choose a tag to compare

[3.2.1] - 2023-12-20

Fixed

  • Fix flickering in ListView finally (Use double buffering).

3.2.0

20 Sep 18:20
Compare
Choose a tag to compare

[3.2.0] - 2023-09-20

Added

  • Select multiple entries (issue #14). Required by:
    • Copy multiple entries (issue #14)
    • Drag (multiple) files to other programs (issue #13)

[3.2.0] - 2022-10-31

Fixed

  • Tell the thread to stop on form closing or on click Cancel.
  • Do not re-enable the buttons until the search is over if in threaded mode (wait for Timer1Tick to do it. See queued).

Full Changelog: 3.1.5...3.2.0

3.1.5

01 Nov 01:06
Compare
Choose a tag to compare
  • Add threading (Fix #3).
  • Add a --version option.

:edit 2023-07-04:

  • Rebuild (same code) to fix #12

3.1.4

31 Oct 18:26
Compare
Choose a tag to compare

[3.1.4] - 2022-10-31

Fixed

  • Recursion is no longer blocked by the filter.
    • An is_like method is implemented.
  • Debug.WriteLine is used more, so that:
    • It is optimized out in releases.
    • It is visible in SharpDevelop's Output panel (in Debug configuration)

Wildcard Bugfix and Exclude Feature (.NET release)

18 Nov 03:12
Compare
Choose a tag to compare
  • Fix wildcard.
  • Add configurable exclude.

Windows Installation

  • Download DeepFileFind-*-Windows.zip below.
  • Open/Run
  • Drag to Desktop
  • Double-click the icon on the desktop (Magnifying glass).
  • Push More Info / Allow if you get a security warning.

Now with Default Ignore List

21 Dec 20:22
Compare
Choose a tag to compare

skips folders called trash and .cache

bugfix release

20 Dec 01:48
Compare
Choose a tag to compare
  • Do not check for searchability (get_is_folder_searchable) if folder is specified by user (depth == 0).
  • Add release.py (must have a line in README.md with Release followed by a version number then space or newline