Skip to content

Commit

Permalink
Update version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloyDelacroix committed Sep 29, 2023
1 parent c418478 commit fe538fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log


## v3.16.0

### Minor Changes
* Users now have the ability to select which extractors are used during a download session.
* Users can now choose to add a user or subreddit to a list without validating their existence with reddit first.

### Bug Fixes
* Files that are under 1KB in size are no longer downloaded. This should keep deleted content placeholder images from
being downloaded.
* Fix crashing when copying a user/subreddit to another list.


## v3.15.4

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion DownloaderForReddit/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = 'v3.15.4'
__version__ = 'v3.16.0'


def get_major_version():
Expand Down

0 comments on commit fe538fa

Please sign in to comment.