From ec71e3999f2087e0538c6421a4acd48f75579770 Mon Sep 17 00:00:00 2001 From: Varun Date: Sun, 25 Oct 2020 06:52:21 +0530 Subject: [PATCH] Updated ChangeLOG --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0abfc..161624e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security --> -## 1.1 - 25/10/2020 +## 1.2 - 25/10/2020 * Due to `ytdl-org/youtube-dl` **DCMAed** i was able to understand the error & fix it. ```y Traceback (most recent call last): @@ -37,5 +37,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), github.GithubException.GithubException: 451 {"message": "Repository access blocked", "block": {"reason": "dmca", "created_at": "2020-10-23T19:13:29Z", "html_url": "https://github.com/github/dmca/blob/master/2020/10/2020-10-23-RIAA.md"}} ``` +## 1.1 - 13/10/2020 +### Major Improvements + +1. users are created as users instead of org +2. option to run each and every mirror script seperate + +``` +/usr/bin/python3 $HOME/mirror/gist.py +/usr/bin/python3 $HOME/mirror/giststared.py +/usr/bin/python3 $HOME/mirror/repoSource.py +/usr/bin/python3 $HOME/mirror/repoStared.py +/usr/bin/python3 $HOME/mirror/repoForked.py +``` + ## 1.0 - 12/10/2020 **First Release**