Skip to content

Releases: aldrik-ramaekers/text-search

v2.3.0

16 Mar 20:21
Compare
Choose a tag to compare

v2.3.0

New:

  • Export results to file in csv, xml or json format
  • Import results from csv file
  • Drag & drop files to import file
  • Support for Cyrillic, Greek, Korean, Japanese, Chinese (simplified & traditional), Thai and Vietnamese alphabet. Fonts are loaded based on your local settings.

Fixes:

  • Fix window resize crash
  • Fix memory leaks
  • Fix small UI issues
  • Fix elapsed time calculation bug
  • Fix stackoverflow in deep searches

v2.2.0

10 Mar 13:25
Compare
Choose a tag to compare

v2.2.0

Binaries target x64.

  • MacOS implementation
  • Toggle for case matching
  • Show text indentation with arrows
  • Right click for context menu on results
  • Results are collapsable per file
  • Windows: redraw when resizing

Screenshot_3

v2.1.0

09 Mar 14:53
Compare
Choose a tag to compare

v2.1.0

Implemented Linux backend using libglfw3. binaries are for x64 Windows and x64 Linux.

v2.0.0

07 Mar 20:34
def620a
Compare
Choose a tag to compare

Release of v2.0.0

An (almost) complete rewrite of v1 using ImGui. x64 Windows only.

Screenshot_1

v1.0.5

28 Feb 19:51
c1e6c79
Compare
Choose a tag to compare

Release of v1.0.5

Binaries for x64 Windows and x64 Linux/x11

main2