From aaf70bbfc8bd70b0b305172139cb18e59cda8644 Mon Sep 17 00:00:00 2001 From: JohnDoee Date: Sun, 19 Jul 2015 19:21:09 +0200 Subject: [PATCH] Updated Readme and bumped version --- README.md | 6 ++++-- setup.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fec25f0..af15c5a 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,14 @@ The _allow remote_ option is to allow remote add and stream of torrents. ## ToDo -* Add support for the WebUI -* There are a few situations where an uncaught exception is thrown. * Add feedback when preparing stream. # Version Info +## Version 0.3.0 +* Added WebUI support +* Improved scheduling algorithm + ## Version 0.3 * Fixed bug when streaming multiple files. * Changed to try to prioritize end pieces more aggressively to not leave them hanging. diff --git a/setup.py b/setup.py index 47f9119..8bc2fb3 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.3.1" +__version__ = "0.4.0" __url__ = "https://github.com/JohnDoee/deluge-streaming" __license__ = "GPLv3" __description__ = "Enables streaming of files while downloading them."