Browse Source

Release prismedia v0.7.0, close #40

master
LecygneNoir 4 years ago
parent
commit
ee2e11b788
2 changed files with 12 additions and 1 deletions
  1. +11
    -0
      CHANGELOG.md
  2. +1
    -1
      prismedia_upload.py

+ 11
- 0
CHANGELOG.md View File

@ -1,5 +1,16 @@
# Changelog # Changelog
## v0.7.0
### Features
Support Peertube channel additionally with playlist for Peertube!
Peertube only as channel are Peertube's feature. See #40 for details.
### Fixes
- Best uses of special chars in videoname, channel name and playlist name
- Some fixes in logging message for better lisibility
- Readme features list improved for better lisibility
## v0.6.4 ## v0.6.4
### Fixes ### Fixes

+ 1
- 1
prismedia_upload.py View File

@ -97,7 +97,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.4"
VERSION = "prismedia v0.7.0"
VALID_PRIVACY_STATUSES = ('public', 'private', 'unlisted') VALID_PRIVACY_STATUSES = ('public', 'private', 'unlisted')
VALID_CATEGORIES = ( VALID_CATEGORIES = (

Loading…
Cancel
Save