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

Changelog History
Page 5

  • v4.1.0 Changes

    April 14, 2016
    • ➕ Added UID and GID arguments for Docker deployments
  • v4.0.0 Changes

    March 29, 2016
    • ⬆️ Changed default config directory from ~/.droppy to ~/.droppy/config. Please move the .json config files to this new directory for before upgrading local installations.
    • ⬇️ Dropped support for having files inside the config (e.g. only specifying --configdir or the old --home). If --filesdir is unspecified it will now fall back to the default.
    • 🔄 Changed the Docker mount points inside the container. /droppy-data/files is now /files, /droppy-data is now /config to match the options.
    • 🐳 CTRL-C should now work when using docker run without -d.
  • v3.9.0 Changes

    February 27, 2016
    • 👍 Brotli compression is now supported, resulting in around 15% faster initial load. Works in Firefox >= 44 and Chrome with a flag enabled.
    • dev option is now documented.
  • v3.8.0 Changes

    January 04, 2016
    • 🐳 Docker image is now available as silverwind/droppy.
    • 🛠 Fixed a error on startup when in a NODE_ENV=production environment.
  • v3.7.0 Changes

    December 19, 2015
    • Client data is now precompiled and published to npm, resulting in drastically reduced startup time after installing a new version.
  • v3.6.0 Changes

    November 10, 2015
    • 👍 Node.js 0.10 is again supported
  • v3.5.0 Changes

    October 12, 2015
    • 🛠 Fixed a semi-critical CSFR vulnerability which allowed a attacker to use an authenticated user's session.
    • 🔒 Increased site security by enabling CSP and making cookies inaccessible for scripts.
  • v3.4.0 Changes

    October 11, 2015
    • ➕ Added pollingInterval option and disabled file system polling by default. This reduces CPU usage to practically zero when idle. If you notice issues with files getting out of sync, you enable this option by setting a timeout of a few seconds.
    • Increased minimum node.js version to 0.12.0, which was necessary for unicode normalization.
  • v3.3.0 Changes

    October 11, 2015
    • 👀 File uploads can now take longer than 2 minutes. Proxy-specific timeouts may still apply. See the nginx.conf template for a suitable nginx configuration.
  • v3.2.0 Changes

    September 21, 2015
    • 🛠 Fix a security issue, all users are advised to upgrade.