Posted on August 4, 2023

What’s New

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 Get Free 30-day Trial

Go Top