From ab51a3042d6d0cd2077ff2065cc846c78600dea4 Mon Sep 17 00:00:00 2001 From: Alexander Bays Date: Sun, 18 Aug 2024 18:59:53 -0500 Subject: [PATCH] 1.1 --- CHANGELOG.md | 4 ++-- content.js | 2 +- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4b717..9b3918d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Reddit Image Downloader extension will be documented in this file. -## [0.1.1] - 2024-08-18 +## [1.1] - 2024-08-18 ### Fixed @@ -10,7 +10,7 @@ All notable changes to the Reddit Image Downloader extension will be documented - Also fixed GIF posts not being detected as a single image and download not working. - Resolved issue where only 10 images could be downloaded from posts containing more than 10 images. Implemented batch processing with a short delay between batches to comply with Reddit's rate limiting while allowing download of all images in a post. -## [0.1.0] - 2024-07-25 +## [1.0] - 2024-07-25 ### Added diff --git a/content.js b/content.js index c4efeb3..309ec27 100644 --- a/content.js +++ b/content.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Reddit Image Download Button // @description Adds a button to download images from Reddit posts -// @version 0.1.1 +// @version 1.1 // @author Alexander Bays (956MB) // @namespace https://github.com/956MB/reddit-download-button // @match https://*.reddit.com/* diff --git a/manifest.json b/manifest.json index b0e8ac6..1981486 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Reddit Download Button", - "version": "0.1.1", + "version": "1.1", "description": "Adds a button to download images from Reddit posts", "permissions": [ "activeTab",