Skip to content

Releases: Lfu001/tears

v0.1.0

20 Sep 04:19
70f1a6f
Compare
Choose a tag to compare

0.1.0 (2024-09-20)

Features

Bug Fixes

  • fix blend setting bug (#15) (77da7c7)
  • fix flag setter (#8) (0eab104)
  • fix layout algorithm (#19) (8df2265)
  • fix problem that ModifierWidthRatio and ModifierHeightRatio are not handled in layout calculation (#34) (7357623)
  • fix problem that wrong texture coordinates are referred on blurring (#31) (506d3e6)
  • fix project build failure in Xcode16 (#30) (63f8f07)
  • fix RoundedRectangle::setCornerRadius() to return the reference of itself (#32) (780723c)
  • fix screen scale calculation of matrix stack (#18) (48a6e80)
  • fix Spacer size settings (#33) (540891f)
  • Support relative coordinate (#14) (012c1b9)

Miscellaneous Chores