Fix WT Compile issues and prepare auto release pipeline (#13)

* Fixup WinTest Error

* Prepare CI/CD Auto Release Pipeline

* Fix CI/CD Components not running

* CI/CD Pre-Check n nighty and produce zip for more intutive User Design

* fix Version

* App Version Update.

* More Similar Naming to old Convention
This commit is contained in:
2026-03-23 18:58:00 +01:00
committed by GitHub
parent 6b311c3907
commit 6be44bbea2
6 changed files with 343 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ public class ApplicationConstants {
/**
* Name of file to store preferences in.
*/
public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.33;
public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.40;
public static final String VERSIONINFOURLFORUPDATES_KST4CONTEST = "https://do5amf.funkerportal.de/kst4ContestVersionInfo.xml";
public static final String VERSIONINFDOWNLOADEDLOCALFILE = "kst4ContestVersionInfo.xml";

View File

@@ -205,7 +205,7 @@ public class ReadUDPByWintestThread extends Thread {
}
String formattedQRG = String.format(Locale.US, "%.1f", freqFloat);
this.client.getChatPreferences().getMYQRG().set(formattedQRG);
this.client.getChatPreferences().getMYQRGFirstCat().set(formattedQRG);
System.out.println("[WinTest STATUS] stn=" + stn + ", mode=" + mode + ", qrg=" + formattedQRG);
} catch (Exception e) {