mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-05 10:19:23 +02:00
Changelog and bump for hotfix 0.6.3
This commit is contained in:
parent
fff3b50074
commit
384a50ca63
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## v0.6.3
|
||||
|
||||
### Fixes
|
||||
Fix Critical bug #38 that prevent upload when creating playlists on Peertube, as public playlist need a non-null channel_id.
|
||||
|
||||
## v0.6.2
|
||||
|
||||
**Warning**: your Peertube instance should be at least in v1.3.0 to use this new functionality.
|
||||
|
|
|
@ -92,7 +92,7 @@ except ImportError:
|
|||
'see https://github.com/ahupp/python-magic\n')
|
||||
exit(1)
|
||||
|
||||
VERSION = "prismedia v0.6.2"
|
||||
VERSION = "prismedia v0.6.3"
|
||||
|
||||
VALID_PRIVACY_STATUSES = ('public', 'private', 'unlisted')
|
||||
VALID_CATEGORIES = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue