build executables with SOCKS proxy support (closes #1424)
This commit is contained in:
2
.github/workflows/executables.yml
vendored
2
.github/workflows/executables.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build executable
|
- name: Build executable
|
||||||
run: |
|
run: |
|
||||||
pip install requests urllib3==1.25.11 youtube-dl pyinstaller
|
pip install requests requests[socks] urllib3==1.25.11 youtube-dl pyinstaller
|
||||||
python scripts/pyinstaller.py
|
python scripts/pyinstaller.py
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
## 1.17.2 - 2021-04-02
|
## 1.17.2 - 2021-04-02
|
||||||
### Additions
|
### Additions
|
||||||
- [deviantart] add support for posts from watched users ([#794](https://github.com/mikf/gallery-dl/issues/794))
|
- [deviantart] add support for posts from watched users ([#794](https://github.com/mikf/gallery-dl/issues/794))
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
# it under the terms of the GNU General Public License version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
# published by the Free Software Foundation.
|
# published by the Free Software Foundation.
|
||||||
|
|
||||||
__version__ = "1.17.2"
|
__version__ = "1.17.3-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user