mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Bump version, add changelog
This commit is contained in:
parent
b8aaa0c24c
commit
fbc227017d
@ -3,6 +3,12 @@ twitch-dl changelog
|
|||||||
|
|
||||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||||
|
|
||||||
|
**1.18.1 (2022-02-05)**
|
||||||
|
|
||||||
|
* Fix issues with output formats (#87, #89)
|
||||||
|
* Fix issues when downloading clip with no game set (#78)
|
||||||
|
* Add option to use clip slug in `--output` format
|
||||||
|
|
||||||
**1.18.0 (2022-01-25)**
|
**1.18.0 (2022-01-25)**
|
||||||
|
|
||||||
* Add `--output` option to `download` command which allows setting output file
|
* Add `--output` option to `download` command which allows setting output file
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
1.18.1:
|
||||||
|
date: 2022-02-05
|
||||||
|
changes:
|
||||||
|
- "Fix issues with output formats (#87, #89)"
|
||||||
|
- "Fix issues when downloading clip with no game set (#78)"
|
||||||
|
- "Add option to use clip slug in `--output` format"
|
||||||
|
|
||||||
1.18.0:
|
1.18.0:
|
||||||
date: 2022-01-25
|
date: 2022-01-25
|
||||||
changes:
|
changes:
|
||||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ makes it faster.
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='twitch-dl',
|
name='twitch-dl',
|
||||||
version='1.18.0',
|
version='1.18.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.18.0"
|
__version__ = "1.18.1"
|
||||||
|
|
||||||
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
||||||
|
Loading…
Reference in New Issue
Block a user