Skip to content

Helmor v0.23.5

Choose a tag to compare

@github-actions github-actions released this 22 May 16:26
84a3e30

Patch Changes

  • #632 b27c5e1 Thanks @aidxun! - Stop eagerly prefetching every changed file's contents when opening the Git Changes panel — Monaco now reads files on demand instead, cutting CPU and IPC traffic on large workspaces.

  • #631 7093895 Thanks @natllian! - Fix Shift+Tab on the new-thread page only cycling repositories when focus was inside the composer; the shortcut now works anywhere on the start surface.

  • #633 fb0bba1 Thanks @natllian! - Fix the composer preview popover running off the bottom of the screen when pasting a long-text pill or image on the start page — the preview now shrinks to fit the space between the composer and the screen edge.

  • #629 eadc55d Thanks @natllian! - Fix the inspector Run/Setup tabs' floating Stop/Rerun button only registering clicks on a thin strip near its bottom edge. The xterm WebGL link-layer canvas sits at z-index: 2 and was painted over the upper portion of the button — the button now sits above the xterm canvas stack so the entire visible rectangle is clickable.

  • #641 9d7d236 Thanks @natllian! - Restore 60 FPS on inspector and sidebar / inspector drag with thousands of changed files.