Skip to content

Releases: stephen-slm/mavic

v0.2.1

v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@stephen-slm stephen-slm released this 20 Feb 22:34

Release v0.2.1

Major Features and Improvements

  • Improvements to performance and execution time

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@stephen-slm stephen-slm released this 17 Nov 14:00
e977e7f

Release v0.2.0

Major Features and Improvements

  • Upgrade of existing dependencies.
  • Use of standard project layout.

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@stephen-slm stephen-slm released this 09 Sep 21:20

Release v0.1.0

Major Features and Improvements

  • The introduced concurrent downloading process allows multiple images to be downloaded together to drastically reduce the amount of time taken to download all the images of all the subreddits within the specified flag limits. This can be controlled with the "-c" flag with the specified number of images to download at any one time. Defaults to 25.

  • Introduced better page type support for each subreddit, allowing for specifying all page types (top, new, hot, rising, controversial) and all the extended options for selected subreddits. Including top-year (top within the last year) and top-all (top all-time). These options can be specified and seen in the README of the repository.

Notes

  • Specifying a bad page type will now throw you out of the application.
  • added -r flag to specify if you want all the images to be downloaded into the single root folder instead of the subreddit subfolders as before.
  • Subreddits are no longer within a flag and should be specified at the end of the arguments list, seek more information in the README for examples.

v0.0.2

v0.0.2 Pre-release
Pre-release

Choose a tag to compare

@stephen-slm stephen-slm released this 06 Sep 22:12
f5f27f5

Release 0.0.2

Major Features and Improvements

  • Ported the application to go implementation to drastically improve the downloading speed without having to introduce concurrency (which could lead to website throttling) and drastically reducing the size of the application.

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@stephen-slm stephen-slm released this 23 Jul 09:21

Release 0.0.1

Major Features and Improvements

  • Base release with core functionality, release contains options for Windows x64/x86/ARM, Linux x64/ARM and OSX x64.

Notes

  • Since the application was built with .net core preview 3 with /p:PublishSingleFile=true and /p:PublishTrimmed=true the exe sizes are on the larger side but will improve as the .net 3.0 team improve the building process for cross-platform applications. If you feel these are too large, you can build the CLI directly with the dotnet tools.