JakeRoggenbuck / auto-clock-speed

A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life.
https://autoclockspeed.org
MIT License
33 stars 9 forks source link

Create an Opt-In security updates warning. #345

Open JakeRoggenbuck opened 2 years ago

JakeRoggenbuck commented 2 years ago

In the config, the user will have to manually opt-in to security update warnings by setting this in the config.

security_update_warnings = true

If this is set, acs will in the background check the latest version of acs and will show whether it needs an update for security reasons.

JakeRoggenbuck commented 2 years ago

I'm thinking this might just be fun to write. Should we include this logic in acs or make it a separate project? Like security-updates-warning and implement it in acs. It might be pretty useful in any application for the end user that may need security updates.

Camerooooon commented 2 years ago

I think that we could use get request to do this. We could use the autoclockspeed.org domain to point the request to the correct source.

JakeRoggenbuck commented 2 years ago

Yea, that's a good idea