Skip to content

Releases: elsamuko/fsrc

v0.28

29 Apr 12:15
Compare
Choose a tag to compare
  • boost 1.82
  • Compilers: g++-12, Visual Studio 2022, XCode 14.1
  • fixed "only-files" argument
  • first read is now 256k to reduce read syscalls

v0.27

29 Jan 13:59
Compare
Choose a tag to compare
  • updated boost to 1.81.0
  • the linux binary does not run on older ubuntu versions
  • win version is build with VS 2022
  • fix: linux version runs with snap browsers

v0.26

07 Jan 18:43
Compare
Choose a tag to compare
  • allow multiple search terms unquoted
  • fixed crash when running with regex
  • last version to support ubuntu 18.04

v0.25

14 Jun 17:07
Compare
Choose a tag to compare
  • mac build is now arm64

v0.24

18 Jun 18:58
Compare
Choose a tag to compare
  • using boost 1.74 again for ubuntu 18.04 compatibility
  • add: option to force piped output
  • add: option to print only filenames
  • add: option to print w/out file:// prefix

v0.23

12 Jun 15:21
Compare
Choose a tag to compare
  • updated boost
  • added glob/ext filters

v0.22

10 Dec 21:20
Compare
Choose a tag to compare
  • static linked libgcc/libstdc++ on linux
  • updated boost
  • full lto build on mac and linux
  • refactored searcher
  • use gold linker on linux
  • use steady clock

v0.21

11 Aug 17:15
Compare
Choose a tag to compare
  • fixed bug printing base path twice

v0.20

08 Aug 15:21
Compare
Choose a tag to compare
  • elide mode for html printer
  • filenames as clickable URIs with iTerm, guake, consolez and msys
  • win: fixed file detection bug

v0.19

02 Aug 16:19
Compare
Choose a tag to compare
  • code cleanup
  • perf: use busy threadpool on linux
  • perf: move capture strings to avoid allocations
  • updated and extended performance tests