Skip to content

Lemur version 1.16.0

Latest
Compare
Choose a tag to compare
@pspeed42 pspeed42 released this 05 Apr 12:34
· 47 commits to master since this release

Small maintenance release with some potentially breaking changes. See full change log below.
Also upgraded to support gradle 7.4.2 and publishing to maven central.

Change log:

  • Added QuadBackgroundComponent.set/getAlphaDiscard().
    Breaking change: QuadBackgroundComponent now defaults to 0 alpha discard
    instead of the previous hard-coded 0.1 discard threshold. Discard
    should be unnecessary for 2D UIs and may only be rarely necessary for
    3D UIs.
  • Added IconComponent.set/getAlphaDiscard().
    Breaking change: IconComponent now defaults to 0 alpha discard
    instead of the previous hard-coded 0.1 discard threshold. Discard
    should be unnecessary for 2D UIs and may only be rarely necessary for
    3D UIs.
  • Migrated the build to gradle 7.4.2
  • Moved distribution to maven central.