Browse Source

Merge tag 'v0.10.2' into develop

v0.10.2
pull/51/head
LecygneNoir 3 years ago
parent
commit
2f8543b43c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      prismedia/upload.py

+ 1
- 1
CHANGELOG.md View File

@ -3,7 +3,7 @@
## v0.10.2
### Fixes
- Fix a typo in log (missing space when displaying thumbnail) (see #47)
- Fix a typo in log (missing space when displaying thumbnail) (see #49)
- Add pagination when searching playlist in Peertube as default pagination show only 14 playlists (see #41)
- Add a check to avoid uploading video on Peertube with more than 5 tags (see #48)
- Revert the workaround for Youtube playlist bug now the bug is fixed by Youtube (see #47)

+ 1
- 1
prismedia/upload.py View File

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

Loading…
Cancel
Save