Skip to content

Releases: manojkarthick/reddsaver

Release v1.0.0-rc6

04 Mar 22:45
3fb26cc

Choose a tag to compare

Release v1.0.0-rc6 Pre-release
Pre-release

Changelog

  • 3fb26cc update version in cargo toml

Release v1.0.0-rc5

04 Mar 21:56
e144e84

Choose a tag to compare

Release v1.0.0-rc5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc3...v1.0.0-rc5

Release v1.0.0-rc4

04 Mar 21:36
0aa3e18

Choose a tag to compare

Release v1.0.0-rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc3...v1.0.0-rc4

Release v1.0.0-rc3

02 Mar 00:35
f1e8c67

Choose a tag to compare

Release v1.0.0-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc2...v1.0.0-rc3

Release v1.0.0-rc2

01 Mar 09:40
88be42f

Choose a tag to compare

Release v1.0.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc1...v1.0.0-rc2

Release v1.0.0-rc1

01 Mar 08:13
7536d62

Choose a tag to compare

Release v1.0.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v1.0.0-rc1

Release v0.4.0: Merge audio tracks for Reddit videos

05 Sep 04:34
e2e7573

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

Choose a tag to compare

Release v0.3.2

19 Mar 11:38
5d99a7d

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

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