v0.3.2
ComposioHQ/awesome-claude-skillsv0.3.2Jun 4, 2026by github-actions[bot]
AI Summary
This release addresses sticky scroll and rendering issues, adds support for musl native targets on Linux, and introduces helper functions for code block rendering and hunk navigation.
Key Highlights
- Fix sticky scroll re-engagement and document render hook limits
- Add musl native targets for Linux
- Add DiffRenderable.getHunkRowOffsets for hunk navigation
- Add code block renderer helper for markdown
- New contributors @riggy2013 and @nexxeln
New Features
- Fix sticky scroll re-engagement
- Add musl native targets
- Add DiffRenderable.getHunkRowOffsets
- Add code block renderer helper
Full Release Notes
## What's Changed * Fix sticky scroll re-engagement and document render hook limits by @kommander in https://github.com/anomalyco/opentui/pull/1144 * Bug(linux): add musl native targets by @riggy2013 in https://github.com/anomalyco/opentui/pull/1114 * feat(core): add DiffRenderable.getHunkRowOffsets for hunk navigation by @nexxeln in https://github.com/anomalyco/opentui/pull/1131 * feat(core/markdown): add code block renderer helper by @kitlangton in https://github.com/anomalyco/opentui/pull/1146 ## New Contributors * @riggy2013 made their first contribution in https://github.com/anomalyco/opentui/pull/1114 * @nexxeln made their first contribution in https://github.com/anomalyco/opentui/pull/1131 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.3.1...v0.3.2