Skip to content

Commit b61d79a

Browse files
committed
Update to CEF 144.0.13
1 parent 6d4c3b8 commit b61d79a

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chro
33

44
CEF4Delphi is based on DCEF3 and fpCEF3. The original license of those projects still applies to CEF4Delphi. Read the license terms in the LICENSE.md file.
55

6-
CEF4Delphi uses CEF 144.0.12 which includes Chromium 144.0.7559.110.
6+
CEF4Delphi uses CEF 144.0.13 which includes Chromium 144.0.7559.133.
77

88
The CEF binaries used by CEF4Delphi are available for download at Spotify :
9-
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.12%2Bg1a1008c%2Bchromium-144.0.7559.110_windows32.tar.bz2)
10-
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.12%2Bg1a1008c%2Bchromium-144.0.7559.110_windows64.tar.bz2)
11-
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.12%2Bg1a1008c%2Bchromium-144.0.7559.110_linux64.tar.bz2)
12-
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.12%2Bg1a1008c%2Bchromium-144.0.7559.110_linuxarm.tar.bz2)
13-
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.12%2Bg1a1008c%2Bchromium-144.0.7559.110_linuxarm64.tar.bz2)
14-
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.12%2Bg1a1008c%2Bchromium-144.0.7559.110_macosx64.tar.bz2)
9+
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.13%2Bg9f739aa%2Bchromium-144.0.7559.133_windows32.tar.bz2)
10+
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.13%2Bg9f739aa%2Bchromium-144.0.7559.133_windows64.tar.bz2)
11+
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.13%2Bg9f739aa%2Bchromium-144.0.7559.133_linux64.tar.bz2)
12+
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.13%2Bg9f739aa%2Bchromium-144.0.7559.133_linuxarm.tar.bz2)
13+
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.13%2Bg9f739aa%2Bchromium-144.0.7559.133_linuxarm64.tar.bz2)
14+
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_144.0.13%2Bg9f739aa%2Bchromium-144.0.7559.133_macosx64.tar.bz2)
1515

1616
CEF4Delphi was developed and tested on Delphi 13 and it has been tested in Delphi 6, Delphi XE, Delphi 10, Delphi 11 and Lazarus 4.4/FPC 3.2.2. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.
1717

@@ -44,8 +44,9 @@ Delphinus-Support
4444
## Related projects
4545
* [WebView4Delphi](https://github.com/salvadordf/WebView4Delphi)
4646
* [WebUI4Delphi](https://github.com/salvadordf/WebUI4Delphi)
47-
* [WebUI4CSharp](https://github.com/salvadordf/WebUI4CSharp)
4847
* [VirtualTouchKeyboard4Delphi](https://github.com/salvadordf/VirtualTouchKeyboard4Delphi)
48+
* [Tesseract4Delphi](https://github.com/salvadordf/Tesseract4Delphi)
49+
* [WebUI4CSharp](https://github.com/salvadordf/WebUI4CSharp)
4950
* [DCEF3](https://github.com/hgourvest/dcef3)
5051
* [fpCEF3](https://github.com/dliw/fpCEF3)
5152
* [CEF](https://bitbucket.org/chromiumembedded/cef/)

packages/cef4delphi_lazarus.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</CompilerOptions>
2222
<Description Value="CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC."/>
2323
<License Value="MPL 1.1"/>
24-
<Version Major="144" Release="12"/>
24+
<Version Major="144" Release="13"/>
2525
<Files Count="216">
2626
<Item1>
2727
<Filename Value="..\source\res\tbufferpanel.lrs"/>

source/uCEFVersion.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CEF_SUPPORTED_VERSION_MAJOR = 144;
22
CEF_SUPPORTED_VERSION_MINOR = 0;
3-
CEF_SUPPORTED_VERSION_RELEASE = 12;
3+
CEF_SUPPORTED_VERSION_RELEASE = 13;
44
CEF_SUPPORTED_VERSION_BUILD = 0;
55

66
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR;

update_CEF4Delphi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"UpdateLazPackages" : [
33
{
44
"ForceNotify" : true,
5-
"InternalVersion" : 848,
5+
"InternalVersion" : 849,
66
"Name" : "cef4delphi_lazarus.lpk",
7-
"Version" : "144.0.12"
7+
"Version" : "144.0.13"
88
}
99
],
1010
"UpdatePackageData" : {

0 commit comments

Comments
 (0)