Skip to content

v0.2.0

Compare
Choose a tag to compare
@rockorager rockorager released this 05 Jun 13:56
· 234 commits to main since this release
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 for TextInput 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

Full Changelog: v0.1.0...v0.2.0