ChangelogPanel: nice formatting for changelogs

AboutTab: update version connection
GitHubService: cleanup, move changelog logic to UpdateService
UpdateService: use new changelog host
This commit is contained in:
Ly-sec
2025-11-21 11:01:59 +01:00
parent 972ac47c1b
commit 2f735eda81
14 changed files with 326 additions and 196 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import qs.Widgets
ColumnLayout {
id: root
property string latestVersion: GitHubService.latestVersion
property string latestVersion: UpdateService.latestVersion
property string currentVersion: UpdateService.currentVersion
property var contributors: GitHubService.contributors