mirror of
https://gitee.com/energye/energy.git
synced 2024-11-30 02:37:46 +08:00
Upgrade 2.4.1
This commit is contained in:
parent
c24b9e2024
commit
00ea4abd03
18
UpdateLog.md
18
UpdateLog.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user