Skip to content

Releases: AvengeMedia/danksearch

Release v0.2.0

19 Feb 23:23

Choose a tag to compare

What's Changed

  • add path to indexer, add support for versioning index, and folder/all/file search fixes #12 (f66a8a5)
  • flake: update vendorHash for go.mod changes (e9fc9b9)
  • feat: index extended filesystem attribute user.xdg.tags (#14) (57741e8)
  • indexer: add more CLI inspect commands, continue on file/symlink error fixes #11 (3b3b795)
  • indexer: follow symlinks (84cfcb0)
  • flake: bump version to 0.1.2 (53d9101)

Full Changelog: v0.1.2...v0.2.0

Release v0.1.2

09 Feb 18:44

Choose a tag to compare

What's Changed

  • flake: update vendorHash for go.mod changes (10cc055)
  • ci: update hash workflow (b99eceb)
  • add w orkflow dispatch to nix job (b877fd3)
  • update dependencies (a7d8ebb)
  • config: support regex patterns in exclude_dirs (958b9b1)
  • fix(distro/nix/package-option): system attribute (#7) (0c4d01e)
  • fix: resolve 'system' deprecation warning in default.nix (#8) (650f372)
  • Merge branch 'master' of github.com:AvengeMedia/danksearch (2356124)
  • add metastore for storing mtime for faster sync, fix similar path config parsing (d3af499)
  • flake: bump version to 0.1.1 (9d0036d)

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

15 Dec 00:11
f0b7904

Choose a tag to compare

What's Changed

  • fix potential crash in watcher (#5) (f0b7904)
  • fix: default log level to info unless DANKSEARCH_DEBUG is set (#4) (ce58564)
  • flake: bump version to 0.1.0 (a117677)

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

12 Dec 20:06

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.1.0

Release v0.0.7

01 Nov 06:00

Choose a tag to compare

What's Changed

  • Add danksearch copr support - Fix release permissions (5485db8)

Full Changelog: v0.0.6...v0.0.7

Release v0.0.6

31 Oct 22:29

Choose a tag to compare

What's Changed

  • index: wipe on full re-index (b5aabc6)
  • avoid watching ignored directories (6bd6961)

Full Changelog: v0.0.5...v0.0.6

Release v0.0.5

29 Oct 14:05

Choose a tag to compare

What's Changed

  • add exif extraction, virtual folders (6cc202c)
  • make install location usr/local/bin (dd4e390)

Full Changelog: v0.0.4...v0.0.5

Release v0.0.4

27 Oct 20:08

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

Release v0.0.3

27 Oct 19:34

Choose a tag to compare

What's Changed

  • build initial index on start, allow CLI usage without server running (1abd8e8)
  • update api DOC (b9752d1)
  • readme: add badges (e69c804)
  • wildcard searching support (fd681d0)

Full Changelog: v0.0.2...v0.0.3

Release v0.0.2

27 Oct 13:27

Choose a tag to compare

What's Changed

  • index: use ngram tokenizer (17a0e81)

Full Changelog: v0.0.1...v0.0.2