浏览代码

Release prismedia v0.7.0, close #40

master
LecygneNoir 4 年前
父节点
当前提交
ee2e11b788
共有 2 个文件被更改,包括 12 次插入1 次删除
  1. +11
    -0
      CHANGELOG.md
  2. +1
    -1
      prismedia_upload.py

+ 11
- 0
CHANGELOG.md 查看文件

@ -1,5 +1,16 @@
# 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
### Fixes

+ 1
- 1
prismedia_upload.py 查看文件

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

正在加载...
取消
保存