v0.2.0
What's Changed
- Minor typo fixing and code refactoring by @tensorush in #2
- gwidth: fix str.len comparison by @Drust0 in #3
- fix: use
select
on macOS by @ryleelyman in #5 - feat: adds
gap_buffer.zig
forTextInput
by @ryleelyman in #6 - fix: don't rely on
std.time.microTimestamp()
for accurate statistics by @ryleelyman in #8 - core: close read thread via DSR by @rockorager in #11
- window: add custom border location option by @rockorager in #13
- fix: delete unused select.zig by @ryleelyman in #15
- build: add option for example to run by @daylinmorgan in #17
- Fix usage example in README by @tomasz-lisowski in #18
- Fix examples: main, pathological, table to build. by @forgoty in #21
- window: add readCell method by @neurocyte in #22
- vaxis: export Parser, Tty and getWinsize for applications that cannot use Loop by @neurocyte in #23
- Re-sync to main by @00JCIV00 in #14
- Fix a couple of segfaults when windows are partially or entirely off screen by @neurocyte in #25
- screen: fix off by one error in readCell bounds checks by @neurocyte in #26
- Add functions to allow async Vaxis.queryTerminal() by @neurocyte in #27
- vaxis: add osc52 copy/paste support by @neurocyte in #28
- Add sgr-pixel detection and coordinate to offset translation by @neurocyte in #29
- tty: do not close /dev/tty on macos by @neurocyte in #30
- Fix pixel mouse detection by @neurocyte in #31
- build.zig.zon: fix paths by @Cloudef in #32
- fix: manually reschedule to avoid hang on macOS by @ryleelyman in #34
- Introduce new standard widgets by @Cloudef in #35
- TextView: fix cols when appending to a buffer by @Cloudef in #37
- windows tty by @rockorager in #39
New Contributors
- @tensorush made their first contribution in #2
- @Drust0 made their first contribution in #3
- @ryleelyman made their first contribution in #5
- @daylinmorgan made their first contribution in #17
- @tomasz-lisowski made their first contribution in #18
- @forgoty made their first contribution in #21
- @neurocyte made their first contribution in #22
- @00JCIV00 made their first contribution in #14
- @Cloudef made their first contribution in #32
Full Changelog: v0.1.0...v0.2.0