@@ -26,10 +26,10 @@ repositories {
2626}
2727
2828dependencies {
29- compile 'com.github.codebrig:journey:0.3.3 -online'
29+ compile 'com.github.codebrig:journey:0.4.0 -online'
3030
3131 //or use the offline version (includes native CEF files for all platforms; ~300MB)
32- //compile 'com.github.codebrig:journey:0.3.3 -offline'
32+ //compile 'com.github.codebrig:journey:0.4.0 -offline'
3333}
3434```
3535
@@ -46,10 +46,10 @@ dependencies {
4646<dependency >
4747 <groupId >com.github.codebrig</groupId >
4848 <artifactId >journey</artifactId >
49- <version >0.3.3 -online</version >
49+ <version >0.4.0 -online</version >
5050
5151 <!-- or use the offline version (includes native CEF files for all platforms; ~300MB) -->
52- <!-- <version>0.3.3 -offline</version> -->
52+ <!-- <version>0.4.0 -offline</version> -->
5353</dependency >
5454```
5555
@@ -92,7 +92,7 @@ public class JourneyBrowser {
9292
9393### Linux (64bit)
9494``` sh
95- curl -L -O https://github.com/CodeBrig/Journey/releases/download/0.3.3-75 -assets/jcef-distrib-linux64.zip
95+ curl -L -O https://github.com/CodeBrig/Journey/releases/download/0.4.0-78 -assets/jcef-distrib-linux64.zip
9696unzip jcef-distrib-linux64.zip
9797
9898export LD_LIBRARY_PATH=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64:$( pwd) /linux64/bin/lib/linux64
@@ -101,7 +101,7 @@ java -cp "linux64/bin/*" tests.detailed.MainFrame
101101
102102### macOS (64bit)
103103``` sh
104- curl -L -O https://github.com/CodeBrig/Journey/releases/download/0.3.3 -69-assets/jcef-distrib-macintosh64.zip
104+ curl -L -O https://github.com/CodeBrig/Journey/releases/download/0.4.0 -69-assets/jcef-distrib-macintosh64.zip
105105unzip jcef-distrib-macintosh64.zip
106106mv ./macosx64/bin/jcef_app.app .
107107
@@ -114,7 +114,7 @@ java -cp "$JAVA_PATH:$JAVA_PATH/*" -Djava.library.path=$JAVA_PATH tests.detailed
114114### Windows (64bit) [ PowerShell]
115115```
116116[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
117- wget https://github.com/CodeBrig/Journey/releases/download/0.3.3-75 -assets/jcef-distrib-windows64.zip -OutFile jcef-distrib-windows64.zip
117+ wget https://github.com/CodeBrig/Journey/releases/download/0.4.0-78 -assets/jcef-distrib-windows64.zip -OutFile jcef-distrib-windows64.zip
118118Expand-Archive jcef-distrib-windows64.zip .
119119
120120java -cp "./win64/bin;./win64/bin/*" "-Djava.library.path=./win64/bin/lib/win64" tests.detailed.MainFrame
@@ -124,6 +124,7 @@ java -cp "./win64/bin;./win64/bin/*" "-Djava.library.path=./win64/bin/lib/win64"
124124
125125| Journey Version | JCEF Version (Linux) | JCEF Version (macOS) | JCEF Version (Windows) |
126126| ---------------------| ----------------------| ----------------------| ----------------------|
127+ | 0.4.0 (2019-11-30) | [ 78.2.7.237] ( https://bitbucket.org/chromiumembedded/java-cef/commits/1e3a9146226d3df8a7f0c9c03989d220ac26ca49 ) (2019-11-14) | [ 69.0.3497.100] ( https://bitbucket.org/chromiumembedded/java-cef/commits/235e3a844380b72761643324e1d9b7713cae3b63 ) (2018-11-01) | [ 78.2.7.237] ( https://bitbucket.org/chromiumembedded/java-cef/commits/1e3a9146226d3df8a7f0c9c03989d220ac26ca49 ) (2019-11-14) |
127128| 0.3.3 (2019-07-13) | [ 75.0.13.220] ( https://bitbucket.org/chromiumembedded/java-cef/commits/13ae2d6074bc00a31888fb752dd45f9cf254725d ) (2019-07-09) | [ 69.0.3497.100] ( https://bitbucket.org/chromiumembedded/java-cef/commits/235e3a844380b72761643324e1d9b7713cae3b63 ) (2018-11-01) | [ 75.0.13.220] ( https://bitbucket.org/chromiumembedded/java-cef/commits/13ae2d6074bc00a31888fb752dd45f9cf254725d ) (2019-07-09) |
128129| 0.2.18 (2019-06-30)<br >0.2.17 (2019-06-12) | [ 73.1.11.216] ( https://bitbucket.org/chromiumembedded/java-cef/commits/6b140efeef4e566b6a68025b1dcea9b2da6e6e57 ) (2019-05-21) | [ 69.0.3497.100] ( https://bitbucket.org/chromiumembedded/java-cef/commits/235e3a844380b72761643324e1d9b7713cae3b63 ) (2018-11-01) | [ 73.1.11.216] ( https://bitbucket.org/chromiumembedded/java-cef/commits/6b140efeef4e566b6a68025b1dcea9b2da6e6e57 ) (2019-05-21) |
129130| 0.2.16 (2019-06-10) | [ 73.1.11.215] ( https://bitbucket.org/chromiumembedded/java-cef/commits/d348788e3347fa4d2a421773463f7dd62da60991 ) (2019-05-10) | [ 69.0.3497.100] ( https://bitbucket.org/chromiumembedded/java-cef/commits/235e3a844380b72761643324e1d9b7713cae3b63 ) (2018-11-01) | [ 73.1.11.215] ( https://bitbucket.org/chromiumembedded/java-cef/commits/d348788e3347fa4d2a421773463f7dd62da60991 ) (2019-05-10) |
0 commit comments