unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Cache GitHub release notes #232

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

Right now, everytime the homepage of the application is opened, the latest release notes of the application are requested through the GitHub API. This could lead to our application hitting the GitHub rate limit. In order to solve this, we should cache these release notes and make sure that they aren't requested everytime the homepage is shown.

pverscha commented 2 years ago

Fixed in #233.