Skip to content

Commit

Permalink
Upgrade 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sxmxta committed May 6, 2024
1 parent c24b9e2 commit 00ea4ab
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion UpdateLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
### 2.4.0
### 2.4.1 - 2024-05-06
1. Modify all demo syso
1. U: Add JS ipc.emit to trigger Go event synchronization mode configuration option, default: `MSync`
1. U: Optimizing the conflict between fullscreen and maximized window.
1. A: demo headless
1. U: command-line manifest requestedExecutionLevel => asInvoker
1. U: command-line add gen windows > icon, syso cmd

Remarks: `ipc.On`
```go
// go: Asynchronous listening mode
ipc.On("name", func(){
// ...
}, ipcTypes.OnOptions{Mode: ipcTypes.MAsync})
```

### 2.4.0 - 2024-04-26
This version is incompatible with 2.3.x.

1. U: LCLBrowserWindow and ViewsFrameworkBrowserWindow, Add func ChromiumBrowser() ICEFChromiumBrowser
Expand Down

0 comments on commit 00ea4ab

Please sign in to comment.