Skip to content

v1.15.1

Choose a tag to compare

@github-actions github-actions released this 15 Feb 18:23
· 208 commits to main since this release

Bug Fixes

馃獰 Windows: checksum verification fix (#26)

On Windows (MSYS2/Git Bash/Cygwin), sha256sum prefixes output with \ when the file path contains backslashes. This caused the installer to always report a checksum mismatch:

Expected: bfbe319ff269e2b58f8933cb77e3540c25c7d289c8c8fc3c62e435a58944da3e
Got:      fbe319ff269e2b58f8933cb77e3540c25c7d289c8c8fc3c62e435a58944da3e

The leading \b was interpreted as a backspace by echo -e, hiding the real cause. Fixed by stripping the backslash prefix in the awk parser.

New Features

馃惂 GNOME Terminal click-to-focus (#22)

GNOME Terminal doesn't set TERM_PROGRAM, so it wasn't detected for click-to-focus on Linux. Now detected via GNOME_TERMINAL_SCREEN / GNOME_TERMINAL_SERVICE env vars.

Thanks @ductrantrong!


Full Changelog: v1.15.0...v1.15.1