Skip to content

Commit

Permalink
Updated ChangeLOG
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Oct 25, 2020
1 parent 7d243e0 commit ec71e39
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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**

0 comments on commit ec71e39

Please sign in to comment.