breaking changes
- the argument
--no-hash
and volume-flagsdhash
,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
- every filepath matching the given regex (
- "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-flagsdhash
,ehash
- like
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)