New
v0.2.0
New features
- You can visit subdomains and limit how deep you want to go inside them using
--ext-depth - Now you can include or excludes pages to visit with
--include-visitand--exclude-visitinstead of including or excluding pages to download --visit-filter-is-download-filtercan be used to use the same regex for both visiting and downloading pages- Updated dependencies
Breaking changes
Some options changed names:
--include->--include-download--exclude->--exclude-download
Bug fixes
- Charset detection was not working when surrounded with single quotes
- Some symlinks where broken and/or outside of the specified output directory
What's Changed
- Lib bin initial by @pinkforest in https://github.com/Skallwar/suckit/pull/141
- Introduces external depth (#74) & a few fixes (incl. #69) by @marchellodev in https://github.com/Skallwar/suckit/pull/146
- Fix with single quotes by @lhvy in https://github.com/Skallwar/suckit/pull/152
- Fix clippy warnings and add clippy ci check by @Skallwar in https://github.com/Skallwar/suckit/pull/168
- Filter links before downloading / adding to the queue by @raphCode in https://github.com/Skallwar/suckit/pull/175
- Fix symlinks (relative link, argument order, folder creation) by @raphCode in https://github.com/Skallwar/suckit/pull/182
- misc: Fix all clippy warnings by @Skallwar in https://github.com/Skallwar/suckit/pull/186
- misc: Update dependencies in Cargo.lock by @Skallwar in https://github.com/Skallwar/suckit/pull/187
- ci: Add riscv64 and aarch64 for release by @Skallwar in https://github.com/Skallwar/suckit/pull/185
- misc: Prepare for release by @Skallwar in https://github.com/Skallwar/suckit/pull/188
New Contributors
- @marchellodev made their first contribution in https://github.com/Skallwar/suckit/pull/146
- @lhvy made their first contribution in https://github.com/Skallwar/suckit/pull/152
- @raphCode made their first contribution in https://github.com/Skallwar/suckit/pull/175
Full Changelog: https://github.com/Skallwar/suckit/compare/v0.1.2...v0.2.0