github 9001/copyparty v1.0.10
favicon

latest releases: v1.13.2, v1.13.1, v1.13.0...
2 years ago
  • 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)

Don't miss a new copyparty release

NewReleases is sending notifications on new releases.