All Versions
52
Latest Version
Avg Release Cycle
44 days
Latest Release
1335 days ago

Changelog History
Page 3

  • v8.0.0 Changes

    February 15, 2018
    • The Module API has changed. Now returns a object {onRequest, setupWebSocket}.
  • v7.1.0 Changes

    January 20, 2018
    • ๐Ÿณ ARM v6 and v7 docker image is now available as silverwind/armhf-droppy
  • v7.0.0 Changes

    January 03, 2018
    • โž• Added Search feature
    • No breaking changes, 6.x versions were just getting to high
  • v6.10.0 Changes

    November 21, 2017
    • ๐Ÿ”„ Changed default listener to ["0.0.0.0", "::"] in an attempt to workaround a edge-case on machines where IPv6 is disabled. Listening behaviour should be unchanged as Node.js already performed dual-stack listening on the previous "::" setting.
  • v6.9.0 Changes

    September 05, 2017
    • โž• Added a reload button in the interface when file watching is disabled.
  • v6.8.0 Changes

    August 10, 2017
    • โž• Added the 'droppy stop' command to kill daemonized droppy processes.
  • v6.7.0 Changes

    July 31, 2017
    • โž• Added an option for the default state of the "Is DL" button on sharelinks.
  • v6.6.0 Changes

    June 20, 2017
    • Redesigned top row buttons so each view now has their own set.
    • ๐Ÿ’ป When creating users on the command line, it's now possibly to specify if they are privileged.
    • ๐Ÿ”„ Changes users on the command line should be immediately be reflected on running instances.
  • v6.5.0 Changes

    June 10, 2017
    • Pasting images and text from the clipboard to a directory will now automatically upload the contents to a new file.
  • v6.4.0 Changes

    June 03, 2017
    • โž• Added the ignorePatterns and watch options.