/claim #755
What kind of change does this PR introduce?
Feature addition
Summary
Currently we don’t support app update functionality in our app. With this addition, user can get the latest version of app from the app-tray itself.
- App shows latest version to download if available
- Else it shows no update found.
Video
https://github.com/OpenAdaptAI/OpenAdapt/assets/48802836/d3058697-5e03-4f9a-ad4a-8cb33930fe87
Checklist
- My code follows the style guidelines of OpenAdapt
- I have performed a self-review of my code
- If applicable, I have added tests to prove my fix is functional/effective
- I have linted my code locally prior to submission
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation (e.g. README.md, requirements.txt)
- New and existing unit tests pass locally with my changes
How can your code be run and tested?
Other information