瀏覽代碼

Merge tag 'v0.7.0' into develop

Release v0.7.0
pull/45/head
LecygneNoir 4 年前
父節點
當前提交
83a1d30c1c
共有 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 = (

載入中…
取消
儲存