Skip to content

favicon

Compare
Choose a tag to compare
@9001 9001 released this 12 Oct 00:13
· 1713 commits to hovudstraum since this release
  • latest important update: v1.0.8
  • latest gzip edition of the sfx: v0.11.18

breaking changes

  • the argument --no-hash and volume-flags dhash, ehash (booleans) have been replaced with regex patterns; continue reading below

new features

  • optional favicon! configurable client-side in the [⚙️] config tab
    • the selected favicon is remembered per-server (good for keeping track of tabs)
  • new argument --no-idx '\.iso$', also available as volume-flag [...]:c,noidx=\.iso$
    • every filepath matching the given regex (iso$) will be ignored/skipped during indexing
    • uses OS-defined separators, so use \\ as path-separator on windows
  • "new" argument --no-hash foo and volume-flag [...]:c,nohash=foo
    • like --no-idx, but it only skips the file-contents indexing, so filename/path/size is still searchable
    • this replaces the boolean --no-hash and volume-flags dhash, ehash

bugfixes

  • fix ui race-condition (mkdir with navpane closed)
  • mkdir was broken on python 2.7 since v0.12.1 (july 28)
  • try to support some buggy python builds (invalid ffi symbols)