New
v0.4.0
What's Changed
- widgets: removed the neovim widget
- widgets: added a terminal widget
- vaxis: add aio event loop and example by @Cloudef in https://github.com/rockorager/libvaxis/pull/52
- build: allow building on freebsd by @neurocyte in https://github.com/rockorager/libvaxis/pull/45
- tty(windows): fix mouse wheel direction calculation by @neurocyte in https://github.com/rockorager/libvaxis/pull/46
- feat: add col_offset to Window.print by @ryleelyman in https://github.com/rockorager/libvaxis/pull/50
- fix:
Window.printSegmentscorrectly prints all non-trailing whitespace by @ryleelyman in https://github.com/rockorager/libvaxis/pull/51 - scrollbar: use divCeil to calculate correct height by @Cloudef in https://github.com/rockorager/libvaxis/pull/53
- tty(windows): fix resize event screen size translation from srWindow by @neurocyte in https://github.com/rockorager/libvaxis/pull/55
- fix(xev): don't call the callback synchronously on watcher init by @ryleelyman in https://github.com/rockorager/libvaxis/pull/56
- fix(windows): fix parsing of UTF-16 codepoints in eventFromRecord by @neurocyte in https://github.com/rockorager/libvaxis/pull/57
- fix: use u64 for render_dur so that *Vaxis becomes align(8) by @ryleelyman in https://github.com/rockorager/libvaxis/pull/59
- feat(windows): parse escape seqences in windows input stream by @neurocyte in https://github.com/rockorager/libvaxis/pull/58
- fix: Remove incorrect pointer capture by @InKryption in https://github.com/rockorager/libvaxis/pull/62
New Contributors
- @frdwin made their first contribution in https://github.com/rockorager/libvaxis/pull/44
- @ippsav made their first contribution in https://github.com/rockorager/libvaxis/pull/60
- @InKryption made their first contribution in https://github.com/rockorager/libvaxis/pull/62
Full Changelog: https://github.com/rockorager/libvaxis/compare/v0.3.0...v0.4.0