v1.1.13
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
What's Changed
- perf(terminal): flush shell output on the event-loop turn instead of a fixed 8ms timer by @binaricat in #1085
- chore(eslint): lint electron/bridges for undefined references (no-undef) by @binaricat in #1086
- perf(terminal): bound the connection log with a chunk ring buffer by @binaricat in #1087
- perf(terminal): isolate autocomplete re-renders into a child component by @binaricat in #1089
- perf(autocomplete): skip completion queries when nothing is shown by @binaricat in #1088
- perf(terminal): output flow control / back-pressure for heavy streams by @binaricat in #1090
Full Changelog: v1.1.12...v1.1.13