github 777genius/claude-notifications-go v1.15.1

latest releases: v1.40.1, v1.40.0, v1.39.4...
6 months ago

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

Don't miss a new claude-notifications-go release

NewReleases is sending notifications on new releases.