Skip to content

Releases: Ogefest/filehunter

0.6.2

24 Jan 23:20
Compare
Choose a tag to compare
  • back to Lucene backend instead of MapDB
  • NFS - new backend, possible to read files over NFS without mounting it
  • bugs fixed & code clean up

Unfortunately, compile to binary file not working with current dependencies. Currently, java installed on system is required to run filehunter.

0.5.1

02 Jan 18:12
Compare
Choose a tag to compare

Frontend

  • mobile view optimized

0.5

01 Jan 22:41
Compare
Choose a tag to compare
0.5

Big refactor for the whole project, many components created from scratch. Main changes:

Backend

  • support for multiple file backends, S3, WebDAV, FTP, Filesystem - you can index and browse files from multiple indexes
  • browsing across full directory path - you can open your index and click on directory
  • a new strategy for indexing data, now available: RECURRING and ON_DEMAND
  • offline indexes - you can index files and umount backend but even when not available you can browse the files
  • new database engine for storing directory tree

Frontend

  • breadcrumbs - easy way to understand
  • new position list of indexes
  • search results have additional information about file location
  • search bar moved to the navbar
  • startup page

0.4

23 Oct 15:58
Compare
Choose a tag to compare
0.4
  • advanced search UI
  • advanced search API
  • content extraction using Apache Tika
  • search relevance improvement
  • ARM version ready

0.3.2

01 Oct 16:16
Compare
Choose a tag to compare
  • fixed task queue worker

0.3.1

27 Sep 20:46
Compare
Choose a tag to compare
  • fixed problem with encrypted or damaged pdf files

0.3

26 Sep 20:08
Compare
Choose a tag to compare
0.3
  • integrated apache tika to read content from files
  • refactored queue mechanism, added new task for content indexing, split indexing into two phases
  • configuration read from env or system configuration
  • plenty of bugs fixed

MVP

19 Sep 20:55
Compare
Choose a tag to compare
MVP
  • all core features work
  • create a new index, filtering to avoid indexing unwanted files, search in the index
  • download files
  • API first approach
  • react based gui

0.1.1

15 Sep 20:57
Compare
Choose a tag to compare

New REST methods:

  • system ping

  • system status

  • reindex directory by name

  • cleanup index when file/directory not exists

First working release

13 Sep 21:39
Compare
Choose a tag to compare