Add CHANGELOG for version v0.6.2

This commit is contained in:
LecygneNoir 2019-06-27 21:30:51 +02:00
parent 82fd09c0e7
commit 4707632f13
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## v0.6.2
**Warning**: your Peertube instance should be at least in v1.3.0 to use this new functionality.
### Features
New feature, the Peertube playlists are now supported!
We do not use channel in place of playlist anymore.
## v0.6.1-1 Hotfix ## v0.6.1-1 Hotfix
This fix prepares the python3 compatibility. This fix prepares the python3 compatibility.
**Warning** you need a new prerequisites: python-unidecode **Warning** you need a new prerequisites: python-unidecode

View file

@ -92,7 +92,7 @@ except ImportError:
'see https://github.com/ahupp/python-magic\n') 'see https://github.com/ahupp/python-magic\n')
exit(1) exit(1)
VERSION = "prismedia v0.6.1-1" VERSION = "prismedia v0.6.2"
VALID_PRIVACY_STATUSES = ('public', 'private', 'unlisted') VALID_PRIVACY_STATUSES = ('public', 'private', 'unlisted')
VALID_CATEGORIES = ( VALID_CATEGORIES = (