Skip to content

v1.1.13

Choose a tag to compare

@binaricat binaricat released this 25 May 08:02
· 3440 commits to main since this release
453202d

Download based on your OS:

OS Download
Windows Setup x64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

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