lilydjwg / nvchecker

New version checker for software releases
MIT License
425 stars 68 forks source link

How to make version 2.14 automatically remove failing entries from "newver"? #263

Closed guihkx closed 4 months ago

guihkx commented 4 months ago

Hi, sorry to open this issue to ask a question, but I couldn't find anything related to this on the release notes of v2.14.

Anyway, with version 2.13.1 (and older), I'd run nvchecker -c sources.toml, and if any entry failed (for whatever reason, e.g. network issues), they'd be automatically removed from the newver record file, which is a behavior I heavily relied upon to automate my monitoring repo.

I don't know if this change in behavior was intentional with version 2.14, but is there a way to restore the old behavior without downgrading?

Thank you!

lilydjwg commented 4 months ago

This was not intentional. The intention was when you use --entry to check for only some entries, others remain. I'll fix it soon.