diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index 542fff8..d30e5ad 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,20 @@ +# **NEW PERMISSIONS:** I have to modify the headers in order to speed up the download + +As always I do not collect any of your data. If you don't trust me, take a look at the extensions GitHub page. + +--- + +### Version 4.4.7 + +`30.06.2021` + +#### Fixes: + ++ Improved video download speed by [Rayron Victor](https://github.com/rayronvictor) ++ Improved story download for mobile by [PublicConstructor](https://github.com/PublicConstructor) + +--- + ### Version 4.4.6 `29.05.2021` diff --git a/src/manifest_chrome.json b/src/manifest_chrome.json index 57cc91a..afbd71b 100644 --- a/src/manifest_chrome.json +++ b/src/manifest_chrome.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "IG Downloader", "description": "Open Source und privacy conscious Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.", - "version": "4.4.6", + "version": "4.4.7", "icons": { "512": "icons/instagram.png" }, diff --git a/src/manifest_firefox.json b/src/manifest_firefox.json index 9118bed..88c7f41 100644 --- a/src/manifest_firefox.json +++ b/src/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "IG Downloader", - "version": "4.4.6", + "version": "4.4.7", "icons": { "512": "icons/instagram.png" },