From d06a27b2c4703639074c46d1c45255c654d3ecdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= Date: Thu, 16 Sep 2021 17:26:59 -0400 Subject: [PATCH] Update README.md to v1.7.1 --- ChangeLog | 2 ++ README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44184817..b0e8a2be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Get all Logs except "ffmpeg version" - Do not send messages to the GUI if the app does not exist (Destroy) - Close properly the file descriptors +- Fix issue when stop would crash when dl process has already been exited +- Fix issue where the cmd tools could not be executed because of permision issues on Linux ### Changed - Migration to Python 3.* diff --git a/README.md b/README.md index 2f0b6ee2..d7023d63 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ A cross platform front-end GUI of the popular [youtube-dl](https://github.com/yt * [GNU gettext](https://www.gnu.org/software/gettext/) ## Downloads -* [SHA2-256SUMS](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.0/SHA2-256SUMS) -* [yt-dlg](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.0/yt-dlg) -* [yt-dlg.exe](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.0/yt-dlg.exe) -* [Source (.zip)](https://github.com/oleksis/youtube-dl-gui/archive/v1.7.0.zip) -* [Source (.tar.gz)](https://github.com/oleksis/youtube-dl-gui/archive/v1.7.0.tar.gz) +* [SHA2-256SUMS](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.1/SHA2-256SUMS) +* [yt-dlg](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.1/yt-dlg) +* [yt-dlg.exe](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.1/yt-dlg.exe) +* [Source (.zip)](https://github.com/oleksis/youtube-dl-gui/archive/v1.7.1.zip) +* [Source (.tar.gz)](https://github.com/oleksis/youtube-dl-gui/archive/v1.7.1.tar.gz) ## Installation In Windows install `make` using `winget` @@ -37,7 +37,7 @@ sudo apt install make ### Install From Source * Download & extract the source -* Change directory into *yt-dlg-1.7.0* +* Change directory into *yt-dlg-1.7.1* * Create virtual environment ```bash make clean-requirements