You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ColumnWidth.Custom that allows more control over column width behavior in tables. (#109)
Added showPulse parameter to ProgressLayout.progressBar, allowing you to disable the pulse animation for a bar.
Added support for detecting terminal capabilities on mintty. Thanks to @sschuberth for the contribution. (#127)
Changed
Update Kotlin to 1.9
Use the native C API when building a native image on GraalVM, which reduces binary size and removes the need to reflection. Thanks to @hubvd for the contribution (#119)