Posted on August 4, 2023

JxBrowser 7.34

Chromium 115.0.5790.99

We upgraded Chromium to 115.0.5790.99.

This update contains 20 security fixes.

H265/HEVC codec

We’re happy to announce that JxBrowser supports HEVC now. This is a proprietary codec that is disabled by default. However, it’s very easy to enable:

EngineOptions options = EngineOptions.newBuilder(HARDWARE_ACCELERATED)
        .enableProprietaryFeature(ProprietaryFeature.HEVC)
        .build();
Engine engine = Engine.newInstance(options);

Revisions in casting API

In this version, we have reworked implementation of the casting and made minor changes in the public API. Learn more about the changes in the migration guide.

Quality enhancements

  • Fixed a crash when taking a browser snapshot.
  • Fixed displaying documents dragged into PDF viewer.
  • Fixed rendering of new lines in tooltips in Swing.
  • Fixed a memory leak in JavaFX.
  • Prevent creating BrowserView in JavaFX with -Djdk.gtk.version=2.
  • Fixed incorrect input with AltGr key in the off-screen mode.
  • Fixed issues with printing.

Download JxBrowser 7.34

Please share your email with us, and we'll send you download instructions.

Sending...
Please check your inbox.

We were unable to send the email. Please use the direct link to download JxBrowser.

If you are a registered customer you don't need to do anything to use this update.

If you would like to evaluate the product, you need an evaluation license.

Get free 30-day trial
Go Top