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
+4
View File
@@ -606,6 +606,10 @@ export function GetCatalogCodes() {
return window['go']['main']['App']['GetCatalogCodes']();
}
export function GetChangelog() {
return window['go']['main']['App']['GetChangelog']();
}
export function GetChatHistory(arg1) {
return window['go']['main']['App']['GetChatHistory'](arg1);
}