Skip to content

Commit

Permalink
Version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiiBuh committed May 1, 2021
1 parent 5465789 commit 0543c3c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion docs/_includes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
### Version 4.4.0

#### New:

+ Removed the ugly download all button and replaced it with a new button right next th your home icon.
+ I requested **new permissions** in the firefox version, so the bulk download can work again. As always this will not
put your data at risk and if anyone has any doubts you can view the code
on [GitHub](https://github.com/HuiiBuh/InstagramDownloader) .

#### Fixes:

+ Fixed bulk download not working [#170](https://github.com/HuiiBuh/InstagramDownloader/issues/170)
+ Fixed the story download which was sometimes not
working [#166](https://github.com/HuiiBuh/InstagramDownloader/issues/166)
+ Made the bulk download slower to avoid a ban from
instagram [#158](https://github.com/HuiiBuh/InstagramDownloader/issues/158)

---

### Version 4.3.1

#### Fixes:
+ Fixed download not working for Firefox [#165](https://github.com/HuiiBuh/InstagramDownloader/issues/165) [@Kwizatz](https://github.com/Kwizatz)

+ Fixed download not working for
Firefox [#165](https://github.com/HuiiBuh/InstagramDownloader/issues/165) [@Kwizatz](https://github.com/Kwizatz)

---

### Version 4.3.0

Expand Down
2 changes: 1 addition & 1 deletion src/manifest_chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Instagram Downloader",
"description": "Open Source und privacy conscious Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.",
"version": "4.3.1",
"version": "4.4.0",
"icons": {
"512": "icons/instagram.png"
},
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Instagram Downloader",
"version": "4.3.1",
"version": "4.4.0",
"icons": {
"512": "icons/instagram.png"
},
Expand Down

0 comments on commit 0543c3c

Please sign in to comment.