Releases: anomalyco/opentui
Releases · anomalyco/opentui
Release v0.1.70
What's Changed
- Upgrade to Zig 0.15.2 by @remorses in #439
- [react] unmount when renderer is destroyed externally by @kommander in #492
- fix(hitgrid): stale hit grid after scroll/translate by @simonklee in #480
- chore: remove unmaintained vue and go packages by @msmps in #494
- fix(renderer): respect alpha channel for transparent background by @Stranmor in #478
- fix duplicate link tracking in buffer.zig by @simonklee in #497
- add key event stopPropagation by @kommander in #501
New Contributors
Full Changelog: v0.1.69...v0.1.70
Release v0.1.69
What's Changed
- feat(solid): allow passing custom CliRenderer to render() by @remorses in #469
- bench(text-buffer-view): add measureForDimensions benchmark by @simonklee in #472
- improve word wrap perf by tracking byte_offset instead of recalc by @kommander in #473
- perf(text-buffer-view): cache measureForDimensions results by @simonklee in #475
- bench: replace the measureForDimensions bench by @simonklee in #474
Full Changelog: v0.1.68...v0.1.69
Release v0.1.68
What's Changed
- fix: handle flushSync rename in react-reconciler 0.32.0 by @remorses in #454
- run CI on push only by @kommander in #462
- use gpa by @kommander in #465
- fix(utf8): widen WrapBreak offsets to u32 for lines > 64KB by @simonklee in #464
New Contributors
- @simonklee made their first contribution in #464
Full Changelog: v0.1.67...v0.1.68
Release v0.1.67
What's Changed
- fix: correctly handle enableMouseMovement default value by @aarongrtech in #453
- fix: hide terminal cursor when showCursor is false by @remorses in #441
- fix CodeRenderable streaming mode with drawUnstyledText=false (jitter) by @kommander in #459
New Contributors
- @aarongrtech made their first contribution in #453
Full Changelog: v0.1.66...v0.1.67
Release v0.1.66
Release v0.1.65
Full Changelog: v0.1.64...v0.1.65
Release v0.1.63
Release v0.1.62
What's Changed
- Add .zig-version file for automatic version detection by @remorses in #422
- rework some of the selection logic to native by @kommander in #424
- fix some unicode char widths by @kommander in #425
- textarea mouse scroll and cursor positioning + selection auto-scroll by @kommander in #427
Full Changelog: v0.1.61...v0.1.62
Release v0.1.61
What's Changed
- additional default keybinds for the textarea and visual EOL/SOL nav by @kommander in #407
- feat(core): add opacity property to Renderable by @muhammedaksam in #401
- fix(core): clean up timers and listeners in destroy() to allow process exit by @remorses in #417
- dev setup and ffi debug tweaks by @kommander in #418
- fix: absolute positioned elements now position relative to parent by @edlsh in #413
- feat(console): add mouse selection and scrolling support, with optional onCopy callback to use clipboard in applications by @edlsh in #411
New Contributors
- @muhammedaksam made their first contribution in #401
- @edlsh made their first contribution in #413
Full Changelog: v0.1.60...v0.1.61
Release v0.1.60
What's Changed
- make kitty event flag optional (changes renderer option interface) by @kommander in #398
- textarea defaults: ctrl+d=delete, ctrl+shift+w=delete-word-forward by @kommander in #399
- separate setText and replaceText for EditBuffer by @kommander in #400
Full Changelog: v0.1.59...v0.1.60