Skip to content

v1.5.0

Compare
Choose a tag to compare
@adrianrudnik adrianrudnik released this 23 Nov 21:54
· 12 commits to main since this release
1019138

Application specific

  • Added guest mode for shared access or mobile browsing, more info in the manual, where guests can search, auth as admin, but nothing else.
  • Added `-master-password' flag to set the default password that guests can promote themselves to admin.
  • Tags are now updated every second when scanning is active. Previously they were only updated when the scan finished.
  • Collector targets are now configurable per mount point, each with its own parser and performance settings.
  • Collector targets are now configurable via the search frontend.
  • Configuration files now have a version number attached to them for easier invalidation until I get around to migrations.
  • Search frontend now supports q and tag query parameters, currently used to inject examples into the query interface.
  • Fixed a bug where the last search position would break subsequent queries.
  • Fixed file:btime-weekday, file:btime-weekno tags to use btime instead of mtime.
  • Added Ableton InfoText as a separate meta element to be found by search with details of where the element was found within the nested structure.
  • Added an enriched field to the HasBase mapping to provide a way to enrich written content for free text search, e.g. month 12 will be found by a query of "december".
  • Fixed bad shutdown route through the search frontend.
  • Fixed various complaints about MegaMenu and Menubar being too responsive.
  • Added -trusted-platform for real ip resolution on certain providers.

Website