Browse Source

Add changelog for v0.5

develop v0.5
LecygneNoir 5 years ago
parent
commit
0954c1e074
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

@ -0,0 +1,11 @@
# Prismedia v0.5
## Features
- plan your Peertube videos! Stable release
- Support for Peertube beta4
- More examples in NFO
- Better support for multilines descriptions
## Fix
- Display datetime for output
- plan video only if upload is successful

+ 1
- 1
prismedia_upload.py View File

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

Loading…
Cancel
Save