mirror of
https://github.com/JohnDoee/deluge-streaming/
synced 2026-07-01 07:31:17 -07:00
Merge tag '0.9.0' into develop
Bugfixes, Deluge 2
This commit is contained in:
@@ -44,6 +44,10 @@ The _allow remote_ option is to allow remote add and stream of torrents.
|
|||||||
|
|
||||||
# Version Info
|
# Version Info
|
||||||
|
|
||||||
|
## Version 0.9.0
|
||||||
|
* Few bugfixes
|
||||||
|
* Added support for Deluge 2
|
||||||
|
|
||||||
## Version 0.8.1
|
## Version 0.8.1
|
||||||
* Fixed some small problems and bugs
|
* Fixed some small problems and bugs
|
||||||
* better URL execution with GTKUI
|
* better URL execution with GTKUI
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -40,9 +40,9 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
__plugin_name__ = "Streaming"
|
__plugin_name__ = "Streaming"
|
||||||
__author__ = "John Doee"
|
__author__ = "Anders Jensen"
|
||||||
__author_email__ = "johndoee@tidalstream.org"
|
__author_email__ = "johndoee@tidalstream.org"
|
||||||
__version__ = "0.8.1"
|
__version__ = "0.9.0"
|
||||||
__url__ = "https://github.com/JohnDoee/deluge-streaming"
|
__url__ = "https://github.com/JohnDoee/deluge-streaming"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
__description__ = "Enables streaming of files while downloading them."
|
__description__ = "Enables streaming of files while downloading them."
|
||||||
|
|||||||
Reference in New Issue
Block a user