v0.1.81

anomalyco/opentuiv0.1.81Feb 21, 2026by github-actions[bot]

AI Summary

Improved text wrapping accuracy, word navigation, and added web scrollbar customization.

Key Highlights

  • Added custom scrollbar styles for better visibility by @viralcodex
  • Fixed UTF-8 wrap offsets at SIMD boundaries by @simonklee
  • Word navigation now honors CJK/ASCII boundaries by @simonklee
  • Added debug-llvm toggle for build configurations by @simonklee

Full Release Notes

## What's Changed
* feat(web/styles): add custom scrollbar styles for better visibility by @viralcodex in https://github.com/anomalyco/opentui/pull/699
* handle undefined placeholder in textarea by @kommander in https://github.com/anomalyco/opentui/pull/714
* fix(renderer): resolve idle when pause cancels pending render by @simonklee in https://github.com/anomalyco/opentui/pull/721
* utf8: fix wrap offsets at SIMD boundaries by @simonklee in https://github.com/anomalyco/opentui/pull/720
* fix reset during streaming by @simonklee in https://github.com/anomalyco/opentui/pull/722
* word navigation: honor CJK/ASCII boundaries by @simonklee in https://github.com/anomalyco/opentui/pull/719
* build(zig): add debug-llvm toggle for debug and test builds by @simonklee in https://github.com/anomalyco/opentui/pull/718


**Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.80...v0.1.81