dhruv8sh / arch-update-checker

Plasma 6 applet to check for AUR and Arch updates
GNU General Public License v2.0
70 stars 5 forks source link

[Feature] Change the arch update news icon when there is a new entry #46

Closed Kingproone closed 2 days ago

Kingproone commented 1 month ago

So I don't know how it is implemented, or if the list is cached at all, but my idea would be to check the news upon opening the widget (this could be in the background too, for less friction), and compare the list that has been cached (if u use cache), if there is no cache the latest entry could be saved for reference. The icon could get an exclamation mark.

dhruv8sh commented 1 month ago

Yea. This feature has been implemented, I'll push it when I get back home.

Kingproone commented 1 month ago

Sorry for reading your mind? :P

dhruv8sh commented 1 month ago

Unfortunately this feature could not make it. It is really inconsistent and expensive in my opinion. I figured it can be delayed as it is not a crucial feature. I will add it to the README todo list.

dhruv8sh commented 2 days ago

This will not be implemented due to its inconsistent nature. We can only fetch the entire news at once. I do not want to pre-cache the entire news as it could be long sometimes, and thus heavy on RAM.