You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chro
3
3
4
4
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.
5
5
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.
7
7
8
8
The CEF binaries used by CEF4Delphi are available for download at Spotify :
*[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)
15
15
16
16
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.
Copy file name to clipboardExpand all lines: packages/cef4delphi_lazarus.lpk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
</CompilerOptions>
22
22
<DescriptionValue="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."/>
0 commit comments