diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index fd1ae23..10d1d9b 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -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 diff --git a/src/manifest_chrome.json b/src/manifest_chrome.json index 8d29bd3..06dd204 100644 --- a/src/manifest_chrome.json +++ b/src/manifest_chrome.json @@ -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" }, diff --git a/src/manifest_firefox.json b/src/manifest_firefox.json index 35735ed..e845cb5 100644 --- a/src/manifest_firefox.json +++ b/src/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Instagram Downloader", - "version": "4.3.1", + "version": "4.4.0", "icons": { "512": "icons/instagram.png" },