Skip to content

Releases: energye/energy

v2.1.0

29 Jun 08:44
Compare
Choose a tag to compare

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

07 Jun 09:17
Compare
Choose a tag to compare
  • add demos: cookie, proxy, ipc composite type, msgbox, sysdialog, check liblcl auto update

  • add proc: chromium, liblcl version, print setting

  • fix: cef color uint16 -> uint32, window resize bug

  • other: update & fix

v2.0.1-beta

01 Jun 02:19
Compare
Choose a tag to compare

Optimize document annotations and modify some issues

v2.0.0-beta

31 May 10:53
Compare
Choose a tag to compare

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

04 May 11:15
Compare
Choose a tag to compare

fix: browser creation failure caused by slow startup for the first

v1.109.1183

12 Apr 11:18
Compare
Choose a tag to compare

Fix the issue of multiple string parameters being the same in JS ipc.emit

v1.109.1182

21 Feb 04:03
Compare
Choose a tag to compare
  1. 增加/修改文档注释
  2. 修改部分示例
  3. 升级go-lcl

v1.109.1181

19 Feb 05:48
Compare
Choose a tag to compare

v1.109.1181

v1.109.118

07 Feb 05:48
Compare
Choose a tag to compare

CEF升级为109.1.18
修复chromium zoom传参问题
ARM平台需要自行编译liblcl

v1.109.116

02 Feb 11:25
Compare
Choose a tag to compare

A major upgrade, skipping one CEF version 108 in the middle

  1. CEF version of Linux is >=107.xx GTK bug Fix
  2. Rectify the co-existence problem of GTK2 and GTK3 in linux and the failure to enter Chinese
  3. In Linux, the CEF ViewsFramework (VF) window component is used by default
  4. Windows and MacOSX use the LCL window component by default
  5. In GO, VF components and LCL components can be used by parameter configuration
  6. Note that VF window components cannot use any component of LCL