mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Bump version, changelog
This commit is contained in:
parent
728e631623
commit
e0681ab53c
@ -1,10 +1,16 @@
|
|||||||
Twitch Downloader change log
|
Twitch Downloader change log
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
1.14.1 (2021-01-14)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Handle videos which don't exist more gracefully
|
||||||
|
|
||||||
1.14.0 (2021-01-14)
|
1.14.0 (2021-01-14)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
* Added `info` command for displaying video or clip info (#51)
|
* Added `info` command for displaying video or clip info (#51)
|
||||||
|
* Don't show there are more videos when there aren't (#52, thanks @scottyallen)
|
||||||
* Fixed Twitch regression for getting the access token (#53)
|
* Fixed Twitch regression for getting the access token (#53)
|
||||||
|
|
||||||
1.13.1 (2020-11-23)
|
1.13.1 (2020-11-23)
|
||||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ makes it faster.
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='twitch-dl',
|
name='twitch-dl',
|
||||||
version='1.14.0',
|
version='1.14.1',
|
||||||
description='Twitch downloader',
|
description='Twitch downloader',
|
||||||
long_description=long_description.strip(),
|
long_description=long_description.strip(),
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
__version__ = "1.14.0"
|
__version__ = "1.14.1"
|
||||||
|
|
||||||
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
||||||
|
Loading…
Reference in New Issue
Block a user