Feature/update check (#1232)

Periodically fetch the latest available version, and the UI will shows a new menu for the download link. It checks both the daemon version and the UI version.
This commit is contained in:
Zoltan Papp
2023-10-30 10:32:48 +01:00
committed by GitHub
parent 52f5101715
commit 6d4240a5ae
23 changed files with 492 additions and 18 deletions

View File

@@ -17,6 +17,7 @@ on:
- 'release_files/**'
- '**/Dockerfile'
- '**/Dockerfile.*'
- 'client/ui/**'
env:
SIGN_PIPE_VER: "v0.0.9"