0.12.0
New:
- Add
linuxArm64
target. - Add
rrtop
sample. - Support true color palette.
Changed:
- Disable klib signature clash checks for JS compilations. These occasionally occur as a result of Compose compiler behavior, and are safe to disable (the first-party JetBrains Compose Gradle plugin also disables them).
- Remove
Terminal$Size
and useIntSize
instead inTerminal#size
for optimization purposes. - Remove
Color.Bright*
constants. UseColor
function to create the desired color. - Replace nullable
Color
andTextStyle
withColor.Unspecified
andTextStyle.Unspecified
respectively. Also makeTextStyle
an inline class.
Fixed:
- Use CRLF line endings to fix rendering when a terminal is in raw mode.