diff --git a/README.md b/README.md index 651efbf..dccb872 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ The _allow remote_ option is to allow remote add and stream of torrents. # Version Info +## Version 0.6.0 +* Fixed URL encoding error +* Fixed "resume on complete" broken-ness (i hope) +* Changed default to not use stream urls + ## Version 0.5.0 * Restructured the whole plugin * Added support for StreamProtocol diff --git a/setup.py b/setup.py index 7a9c72a..57a9cb9 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ from setuptools import setup __plugin_name__ = "Streaming" __author__ = "John Doee" __author_email__ = "johndoee@tidalstream.org" -__version__ = "0.5.0" +__version__ = "0.6.0" __url__ = "https://github.com/JohnDoee/deluge-streaming" __license__ = "GPLv3" __description__ = "Enables streaming of files while downloading them."