Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
956MB committed Aug 18, 2024
1 parent 5791c6e commit ab51a30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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

- Fixed posts containing video player or embedded video links incorrectly being given a download button.
- 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

Expand Down
2 changes: 1 addition & 1 deletion content.js
Original file line number Diff line number Diff line change
@@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ab51a30

Please sign in to comment.