Skip to content

Releases: manojkarthick/reddsaver

Release v0.4.0: Merge audio tracks for Reddit videos

05 Sep 04:34
e2e7573
Compare
Choose a tag to compare
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

24 Jun 10:26
877d2bd
Compare
Choose a tag to compare

Release v0.3.2

19 Mar 11:38
5d99a7d
Compare
Choose a tag to compare
  • 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

20 Feb 20:15
8900552
Compare
Choose a tag to compare

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

18 Feb 08:26
b8ccf8b
Compare
Choose a tag to compare

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

09 Jan 10:31
Compare
Choose a tag to compare

This is a bug fix release. The following issues when using human-readable file names have been resolved:

  • Replace path delimiter characters to underscores (Resolves #5)
  • Use path name suffixes for individual images when downloading reddit galleries (Resolves #6)

Release v0.2.2

07 Jan 13:01
Compare
Choose a tag to compare

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

02 Jan 15:31
Compare
Choose a tag to compare
Bump version to v0.2.0

v0.1.1

30 Dec 04:14
Compare
Choose a tag to compare
Bump version to v0.1.1

v0.1.0

12 Dec 10:48
Compare
Choose a tag to compare
Added Github actions workflow for building on ubuntu