Skip to content

v1.2.1

Compare
Choose a tag to compare
@adamjs adamjs released this 17 Dec 02:08
· 19 commits to master since this release

Website | Read the Docs | Join our Discord! | Browse C/C++ API | Follow on Twitter

Ultralight v1.2.1 stable is now available!

This incremental maintenance release contains the following changes:

  • Improve anti-aliased font rendering in CPU renderer (especially when compositing brightly-colored fonts against dark or transparent backgrounds).
  • Fix issue with transparency in CPU renderer (alpha channel was not cleared properly during certain painting operations).
  • Fix image scaling issue in CPU renderer.
  • Fix memory leak in frame loader.
  • Fix memory growth issue with large, shortly-lived images.
  • Fix issue with mouse cursor not being set properly on mouse enter on Windows.

💡 'Min' Packages: We've included a reduced-size build of Ultralight in this release (those ending in -min)-- these packages are smaller in size (20MB smaller on Windows) and have JavaScript JIT, WebAssembly, and JavaScript Intl features disabled.

💬 Discuss this release on Discord!

📚 See our porting guide if you're migrating from v1.1