Releases: manojkarthick/reddsaver
Releases · manojkarthick/reddsaver
Release v0.4.0: Merge audio tracks for Reddit videos
Merge pull request #31 from manojkarthick/reddit-video-support Add support for downloading and merging audio tracks for reddit videos
v0.3.3: Merge pull request #28 from manojkarthick/rust-1.53-update
Prepare reddsaver for rustc 1.53.0
Release v0.3.2
- Use --upvoted flag to download media from upvoted posts instead of saved posts. Defaults to saved posts.
- The --unsave flag has been renamed to --undo. This flag unsaves the post or undoes the upvote based on the context (whether downloading upvoted or saved posts)
Release v0.3.1
This is a bugfix release. It resolves some issues where the program would exit on failure related to the Network or I/O.
Changelog
- Skip downloading the media when one of the following occurs instead of exiting the application:
- If the media URL cannot be resolved
- If the response from the remote URL is invalid
- If the response body cannot be encoded
- If Image if the file cannot be created
- If title contains characters unsupported by the file system and human readable file names are used
- Bump version to v0.3.1
Release v0.3.0
Changelog
- More media support!
- Adds support for images, videos and GIFs from Reddit, Imgur, Giphy, Gfycat
- See README for more details
- Support for unsaving posts after downloading
- Filter and download saved posts from given subreddits
- Now also available to install as a homebrew tap!
Release v0.2.3
Release v0.2.2
Changelog
--dry-run
: talks to the Reddit API and just displays the list of images to download--human-readable
: Use human readable file names instead of MD5 hashed file names--show-config
: Shows the configuration that reddsaver uses (with sensitive credentials masked)
v0.2.0
Bump version to v0.2.0
v0.1.1
Bump version to v0.1.1
v0.1.0
Added Github actions workflow for building on ubuntu