Skip to content

v2.7.0 - File tree structure and optimizations

Latest
Compare
Choose a tag to compare
@dxrcy dxrcy released this 25 May 02:36
· 6 commits to master since this release

Added --tree option to save files in a tree structure: YYYY/MM/DD.png instead of YYYY-MM-DD.png.
Proxy server is no longer pinged when downloading <10 images. This can be changed with --always-ping.
Reimplemented human_bytes, humantime, and fs_extra crates, to remove single-use dependencies.
Renamed --notify-fail option to --notify-on-fail.

Minor changes:

  • Fixed conflicts with --source and --cache arguments
  • Refactored error handling to use an enum
  • Converted primary download function to a method, and reorganized configuration types
  • Added basic tests for reimplemented functions

Full Changelog: v2.6.0...v2.7.0