Hadouken Changelog

What's new in Hadouken 5.2.0 (ee1b56f)

Aug 13, 2015
  • FEATURES:
  • The web interface now supports editing the default download directory as well as adding additional download directories.
  • Added a few advanced settings. Unsure about which settings to expose, so if you have a suggestion, open an issue.
  • Enable/disable UTP.
  • Added a basic autolabelling plugin which can set labels on torrents based on their name/tracker.
  • Added label-support for AutoAdd and AutoMove.
  • Debian/Ubuntu packages are now emitted when building on Linux which means Hadouken is just a dpkg -i command away. See the installation instructions for more information.
  • Requesting the HTTP root path (/) will now redirect to the correct GUI path.
  • FIXES:
  • Download- and upload rates where switched in the UI.
  • Global connections limit was not saved.
  • The Windows Service now responds to system reboot/shutdown and correctly saves its state.
  • Force checking paused unmanaged torrents should now run the check and then return them to a paused state.
  • OTHER:
  • Hadouken now compiles with C++11 which means the latest GCC on Ubuntu will do.
  • Travis builds now has pre-compiled libtorrent binaries available which means faster Travis builds.

New in Hadouken 5.1.0 (b293138) (Jul 23, 2015)

  • Removed anonymous and token authentication.
  • Only HTTP Basic authentication is supported.
  • Support for setting labels on torrents.

New in Hadouken 4.7.0 (Jan 9, 2015)

  • Features:
  • Total downloaded/uploaded in torrent details view.
  • Ratio in torrent details view.
  • ETA in torrent list.
  • Switched to Nowin, a pure socket-based HTTP server. No more http.sys. (#69)
  • UI shows if a torrent has an error.
  • Support renaming individual files within a torrent.
  • Hadouken now has its own peer ID (HA) and user agent.
  • Fixes:
  • Saving resume data every five minutes to fix persisting issues if Hadouken crashes.
  • RSS downloader fixed to support magnet links in URLs.
  • Download/upload rate limits now inputs as kB/s.
  • MSI adds firewall exception.

New in Hadouken 4.6.0 (Nov 21, 2014)

  • Features:
  • Added favicon to the web UI
  • Importer plugin to import data from uTorrent/qBittorrent
  • Per-torrent settings (download/upload rate etc)
  • Fixes:
  • Default settings for added torrents.
  • Refactored the Powershell tools.

New in Hadouken 4.5.5 (Nov 21, 2014)

  • Fixes:
  • Accidentally broke torrent labels. Order is now restored.

New in Hadouken 4.5.4 (Nov 21, 2014)

  • Fixes:
  • Fixed a concurrency issue in how torrents are managed.

New in Hadouken 4.5.3 (Nov 21, 2014)

  • Features:
  • AutoAdd can now set labels on torrents. Courtesy of @olegtarasov.
  • WebSockets event server to push events to clients. Source from @bryceg.
  • The torrent details view has been reworked and has been prettified and made more efficient.
  • Fixes:
  • Torrent file priority could not be set.

New in Hadouken 4.5.2 (Nov 21, 2014)

  • Features:
  • All new directory browsing dialog making it super easy to select folders.
  • Fixes:
  • The list of labels in the "Add torrent" dialog now shows all labels - not just the ones associated with active torrents.

New in Hadouken 4.5.1 (Nov 21, 2014)

  • Features:
  • Sort field and order is stored in cookie.
  • Fixes:
  • When removing a torrent it did not disappear from the list unless force refreshed.
  • The torrent details view had an awful error.
  • A torrent with no size (in metadata mode) shows as "-" instead of "NaN".
  • Updating torrent size in list view.
  • Sorting on queue position now works as expected.
  • Torrent labels where not set in some cases.

New in Hadouken 4.5.0 (Nov 21, 2014)

  • Features:
  • Added an update checker plugin which periodically checks for new Hadouken releases.
  • The list of torrents can be sorted.
  • The download queue can be sorted.
  • Fixes:
  • Includes Dapper source release, removing a binary dependency.

New in Hadouken 4.4.0 (Nov 21, 2014)

  • Features:
  • HipChat notifier.
  • Kodi/XBMC notifier.
  • Users can change password.
  • Users can log out.
  • Installer lists each extension as a separate feature.
  • Auth. tokens are persisted in the user database.
  • View your API key.
  • Fixes:
  • Zip distribution now has a functioning configuration file.
  • Notifiers are sorted by name.
  • Forcing x86 builds to silence compiler warnings.
  • Sensible/better default settings for AutoMove.
  • Fixed default JSON in the JSONRPC debugger.

New in Hadouken 4.3.0 (Nov 21, 2014)

  • Features:
  • Notifiers are now configured on a separate settings tab and users can choose what type of notifications each notifier will send.
  • Logging has been prettified and also features an exception details dialog.
  • Fixes:
  • Database migrations are now using transactions to speed things up.
  • The Windows Service now loads Hadouken in a separate thread which will fix some installation issues that has been reported.
  • Access tokens and keys are treated as passwords.

New in Hadouken 4.2.0 (Nov 21, 2014)

  • Features:
  • AutoMove extension to automatically move downloaded files.
  • The Add torrent dialog now features a dropdown with existing labels to make it easy to quickly add a label to a new torrent.
  • Fixes:
  • CSS fixes for the login page to make it not scroll on mobile devices (tested on Nexus 4).
  • When removing a torrent, the torrent file and resume data file were not removed causing the removed torrent to be added back when Hadouken restarted.
  • Added a notice to restart Hadouken when activating extensions.
  • Added a default pattern for the AutoAdd plugin.

New in Hadouken 2.0 (Mar 5, 2014)

  • Hadouken has got a new management site letting you administer most any part of Hadouken.
  • It comes with a plugin repository browser letting you install plugins from your specified plugin repository.