Releases: Chaphasilor/open-directory-downloader
Releases · Chaphasilor/open-directory-downloader
open-directory-downloader 9.0.2
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
Changelog
Other Changes
- In case parsing of ODD's output fails, the full output will now be included in the
ODDWrapperError
'sextras
array for easier debugging
open-directory-downloader 9.0.0
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 theperformSpeedtest
-option was set totrue
. 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
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 inopen-directory-downloader
due to output inconsistencies with ODD, so trying to index a GitHub repo will result in anODDWrapperError
for now until this is fixed upstream
open-directory-downloader 8.0.1
Changelog
Other Changes
- Fix some issues with the readme, no code changes
open-directory-downloader 8.0.0
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
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
Changelog
New Features
- Ability to add custom headers (
options.headers
)
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
Changelog
- fixed parsing on linux
open-directory-downloader 6.1.0
Changelog
Breaking Changes
- Scans are now saved to
ODD/Scans/
instead ofODD/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