Skip to content

v1.0.0-BETA1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 22:49

Added

  • GlimpseAdapter methods:
    • glEnableLineSmooth()
    • glDisableLineSmooth()
    • glEnableProgramPointSize()
    • glDisableProgramPointSize()

Changed

  • Dependencies:
    • Upgrade Kotlin to 1.4.30
    • Upgrade JetBrains Compose for Desktop to 0.3.0-build152
    • Upgrade org.jetbrains.changelog to 1.1.1
  • Use a temporary workaround for the missing
    ComponentActivity.setContent(...) extension function