v1.0.4 has introduced a regression with incorrect empty manual-url-filter
handling - basically skipping all downloads. This version fixes this.
If you've downloaded anything with v1.0.4, e.g. with a sync
operation - you might be missing (potentially updated) downloads. Here's how to fix this after you've updated to v1.0.5:
- (Option 1) Redownload impacted products individually with
get-downloads -id ADD_PRODUCT_IDS_HERE -force
, you'll need-force
flag to request updates from the origin, otherwise your existing copy will be considered good enough. After downloading installers you'll likely want to validate them as well withvalidate -id ADD_PRODUCT_IDS_HERE
- (Option 2) Rerun sync and specify 24 hours look back period:
sync -all -since-hours-ago 24
. You can change-all
to whatever you normally use, the most important part is-since-hours-ago
flag. Sync will perform validation for those downloads.
If you haven't downloaded anything with v1.0.4 - there are NO other known impacts on you and you don't need to do anything, other than updating to v1.0.5 as soon as possible to avoid downloads issue.
Full Changelog: v1.0.4...v1.0.5