Updated Readme and bumped version

This commit is contained in:
JohnDoee
2015-07-19 19:21:09 +02:00
parent 52661abf52
commit aaf70bbfc8
2 changed files with 5 additions and 3 deletions

View File

@@ -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.

View File

@@ -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."