Skip to content

v0.0.14

Compare
Choose a tag to compare
@kojix2 kojix2 released this 14 Feb 13:56
· 144 commits to main since this release

Migrate to libui-ng in the next version

This will be the last release to support andlabs/libui, LibUI will be migrated to libui-ng/libui-ng maintained by @cody271. Suggestion by @rubyFeedback

πŸ› Bug Fix

  • Make sure to load the RbConfig library (#44) Patch by @nodai2hITC
    • For neri to create Windows executable files.

πŸͺŸ Windows

  • LibUI sometimes did not work on Windows, but the cause was not clear. In order to run LibUI on Windows, you need vcruntime140.dll and msvcp140.dll, and if you do not have these, you can install Visual C++ Redistributable.
    Reported by @AndyObtiva and @Delikt, investigated by @kou, workaround found by @Delikt.

🍎 macOS

  • LibUI does not work on Mac M1 CPU (ARM64/AARCH64) computers. (#47) Reported by @AndyObtiva
    • This can be worked around by compiling libui-ng.

πŸ“° Glimmer DSL for LibUI

πŸ† Glimmer DSL for LibUI Wins Fukuoka Ruby 2022 Special Award (#49 ) Created by @AndyObtiva