drawio-desktop icon indicating copy to clipboard operation
drawio-desktop copied to clipboard

Cache autoupdate check

Open twmr opened this issue 1 month ago • 0 comments

  • [x] I agree to follow the Code of Conduct that this project adheres to.
  • [x] I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Is your feature request related to a problem? Please describe.

When I run drawio (installed via the deb pkg provided on github) it always outputs

Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: deb

at the beginning (even when I run drawio --help).

This is especially annoying when I run drawio in a script in a loop.

Describe the solution you'd like

I think the autoupdate check should be cached and only if a certain time has elapsed since the last check, a new check can be performed.

Describe alternatives you've considered

None

Additional context

None

twmr avatar Nov 17 '25 18:11 twmr