Release notes

This commit is contained in:
Michal Horejsek
2020-08-21 10:56:59 +02:00
parent 8592a264c0
commit e4704cd459
5 changed files with 14 additions and 2 deletions

View File

@ -218,6 +218,7 @@ func (f *FrontendQt) QtExecute(Procedure func(*FrontendQt) error) error {
// List of used packages
f.Qml.SetCredits(importexport.Credits)
f.Qml.SetFullversion(f.buildVersion)
// Loop
if ret := gui.QGuiApplication_Exec(); ret != 0 {

View File

@ -49,6 +49,7 @@ type GoQMLInterface struct {
_ string `property:"programTitle"`
_ string `property:"newversion"`
_ string `property:"fullversion"`
_ string `property:"downloadLink"`
_ string `property:"landingPage"`
_ string `property:"changelog"`