Releases: energye/energy
v2.1.0
U: Linux GTK3 custom widget Set Initialization
A: window api (inc,proc,callback)
U&A: example
Fix: model window bug, IPC render nil error
A: chromium callback func
Fix&U: dev tools
A: TString Type Ref
A: OSR
A: global work schedule
Other: optimize & fix
Energy Upgrades v2.1.0
v2.0.2
v2.0.1-beta
Optimize document annotations and modify some issues
v2.0.0-beta
2.0 version upgrade
Add a large number of CEF underlying APIs (some not added) for better use in GO
Remove the logical functions from the dynamic library and transfer them to GO for implementation, in order to preserve only API exports in the dynamic library
Remove the Application Configuration and use it directly
Remove Bind Field Method
Adjusting/optimizing event driven
1 IPC event addition supports composite data type data structure
2 IPC event on (listening) function, adjusted to pass parameters through function parameters and context parameters
3 IPC Event Emit (Trigger) Function
Go: Emit Add to trigger the specified sub process Go event or the specified sub process JS event
JS: Emit adds a configuration item method to trigger specified subprocess events or other subprocess events
Option:
{
Name: String Function Name
Arguments: array [...] List of input parameters
Callback: function (...) Reply function
Mode: int Trigger mode: Asynchronous and synchronous 0: async or 1: sync
Target: int Trigger target, main process, current process int 0: main 1: current
}
Add the emitSync (trigger synchronization) function in JS for IPC events
IPC Event on (Listening) Function
Go: on Add configuration item, optional process listening events
Remove bind bound fields
Fix memory overflow issues
Fix the issue of not loading pages every first time the application is launched
Repair/Optimize Others
v1.109.1184
fix: browser creation failure caused by slow startup for the first
v1.109.1183
Fix the issue of multiple string parameters being the same in JS ipc.emit
v1.109.1182
- 增加/修改文档注释
- 修改部分示例
- 升级go-lcl
v1.109.1181
v1.109.1181
v1.109.118
CEF升级为109.1.18
修复chromium zoom传参问题
ARM平台需要自行编译liblcl
v1.109.116
A major upgrade, skipping one CEF version 108 in the middle
- CEF version of Linux is >=107.xx GTK bug Fix
- Rectify the co-existence problem of GTK2 and GTK3 in linux and the failure to enter Chinese
- In Linux, the CEF ViewsFramework (VF) window component is used by default
- Windows and MacOSX use the LCL window component by default
- In GO, VF components and LCL components can be used by parameter configuration
- Note that VF window components cannot use any component of LCL