Releases: manojkarthick/reddsaver
Releases · manojkarthick/reddsaver
Release v1.0.0-rc6
Changelog
- 3fb26cc update version in cargo toml
Release v1.0.0-rc5
What's Changed
- Convert GIF downloads to MP4 via ffmpeg by @manojkarthick in #65
- Add ARM64 builds and adopt JReleaser for releases by @manojkarthick in #66
- Add vendored OpenSSL for ARM64 cross-compilation by @manojkarthick in #67
Full Changelog: v1.0.0-rc3...v1.0.0-rc5
Release v1.0.0-rc4
What's Changed
- Convert GIF downloads to MP4 via ffmpeg by @manojkarthick in #65
- Add ARM64 builds and adopt JReleaser for releases by @manojkarthick in #66
Full Changelog: v1.0.0-rc3...v1.0.0-rc4
Release v1.0.0-rc3
What's Changed
- feat: add subreddit feed mode by @manojkarthick in #61
- Add user mode for downloading media given a username by @manojkarthick in #62
- Fix RedGifs URL regex to support v3 numeric IDs by @manojkarthick in #63
- Fix all cargo clippy warnings by @manojkarthick in #64
Full Changelog: v1.0.0-rc2...v1.0.0-rc3
Release v1.0.0-rc2
What's Changed
- Add Unraid community application template by @manojkarthick in #58
- Fix missing downloads for .jpeg, .webp, and non-JPG gallery images by @manojkarthick in #59
- Simplify Giphy CDN subdomain matching with a slice by @manojkarthick in #60
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
Release v1.0.0-rc1
What's Changed
- reddsaver 1.0.0: modernization, YouTube support, and improved file naming by @manojkarthick in #48
- docs: rewrite README for 1.0.0 by @manojkarthick in #49
- Modernize Docker build and update Rust requirements by @manojkarthick in #50
- Switch Docker publishing to GHCR by @manojkarthick in #51
- Use REDDSAVER_ env vars for Reddit credentials by @manojkarthick in #52
- Fix YouTube skip accounting by @manojkarthick in #53
- Fix undo for filtered subreddits by @manojkarthick in #54
- Remove destructive undo option by @manojkarthick in #55
- Improve env var startup errors by @manojkarthick in #56
- Auto-create data directory if it does not exist by @manojkarthick in #57
Full Changelog: v0.4.0...v1.0.0-rc1
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