feat: Help - What's new button to reopen the changelog anytime

Adds GetChangelog (all entries up to the running version, no seen-marker change)
and a Help menu 'What's new' item that reopens the changelog dialog on demand.
This commit is contained in:
2026-07-21 00:17:11 +02:00
parent 9033e8518c
commit cfc3d00ea1
5 changed files with 25 additions and 3 deletions
+2
View File
@@ -325,6 +325,8 @@ export function GetCATState():Promise<cat.RigState>;
export function GetCatalogCodes():Promise<Array<string>>;
export function GetChangelog():Promise<Array<main.ChangelogEntry>>;
export function GetChatHistory(arg1:number):Promise<Array<main.ChatMessage>>;
export function GetClublogCtyInfo():Promise<main.ClublogCtyInfo>;