Skip to content

Releases: Chaphasilor/open-directory-downloader

open-directory-downloader 9.0.2

22 Jan 15:39
48e7716
Compare
Choose a tag to compare

Changelog

Fixes

  • Fixed parsing of ODD output for v2.6.0.0+. This shouldn't be a breaking change and therefore backwards compatible with older versions of ODD.

Other Changes

  • Restructured readme to hopefully be more useful
  • Bumped OpenDirectoryDownloader to v2.8.0.0

open-directory-downloader 9.0.1

15 Sep 21:49
2d6c7aa
Compare
Choose a tag to compare

Changelog

Other Changes

  • In case parsing of ODD's output fails, the full output will now be included in the ODDWrapperError's extras array for easier debugging

open-directory-downloader 9.0.0

15 Aug 11:00
e5cb6bf
Compare
Choose a tag to compare

Changelog

Breaking Changes

  • For OD formats that don't support speed tests or where it makes no sense to perform one (e.g. GitHub, Google Drive), OpenDirectoryDownloader will log a warning and skip it automatically. Therefore, it can happen that no speed test results are included in the ScanResult.scan.SpeedtestResult property, even though the performSpeedtest-option was set to true. You might wanna add an extra check for this if you make use of the speed test results.

Other Changes

  • Bumped ODD to v2.4.4.3

Additional Notes

  • GitHub indexing works much better now and is now fully supported (mind the breaking changes though!)

v8.0.2

10 Aug 10:45
7e3efd7
Compare
Choose a tag to compare

Changelog

Other Changes

  • bumped ODD to v2.4.4.1

Additional Notes

  • OpenDirectoryDownloader introduced GitHub indexing support with v2.3.1.5, but this is rather experimental. There is severe rate limiting, and it is far from usable right now. Additionally, parsing GitHub scans is currently broken in open-directory-downloader due to output inconsistencies with ODD, so trying to index a GitHub repo will result in an ODDWrapperError for now until this is fixed upstream

open-directory-downloader 8.0.1

01 Aug 22:46
4ad33d8
Compare
Choose a tag to compare

Changelog

Other Changes

  • Fix some issues with the readme, no code changes

open-directory-downloader 8.0.0

01 Aug 22:24
9c171e8
Compare
Choose a tag to compare

Changelog

Breaking Changes

  • Release binaries now include the corresponding ODD version in the file name, which breaks release downloading for older versions of ODD
    • any future releases should be downloadable without any issues

open-directory-downloader 7.0.0

01 Aug 21:58
a96f915
Compare
Choose a tag to compare

Changelog

Breaking Changes

  • --no-browser flag will be used from here on to disable GUI-based Cloudflare handling
    • this breaks backwards compatibility with all previous versions of ODD!

Other Changes

  • bumped ODD to v2.2.0.2

open-directory-downloader 6.2.0

01 Aug 21:23
2a16281
Compare
Choose a tag to compare

Changelog

New Features

Other Changes

  • fixed an error that occurred when ODD exited before the MemoryMonitor was fully initialized
  • bumped ODD to v2.1.0.8

open-directory-downloader 6.1.2

17 Oct 18:41
7dadccd
Compare
Choose a tag to compare

Changelog

  • fixed parsing on linux

open-directory-downloader 6.1.0

17 Oct 13:55
dc9fa29
Compare
Choose a tag to compare

Changelog

Breaking Changes

  • Scans are now saved to ODD/Scans/ instead of ODD/Scans/Scans/
  • Renamed some errors internally (the export is still called the same, but the name of the instance changed)

New Features

  • Live Output: access logs and preliminary scan results while the scan is still running!
    More info here (#20) and in the Readme

Other Changes

  • fixed some issues with scan result parsing, especially when the speed test failed
  • bumped ODD to v2.1.0.0