Updated ChangeLOG

This commit is contained in:
Varun 2020-10-25 06:52:21 +05:30
parent 7d243e02ba
commit ec71e3999f
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -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**