github 777genius/claude-notifications-go v1.6.1
v1.6.1 - Fix Version Number Parsing

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

🔧 Bug Fix

Version Numbers No Longer Break Notifications

Fixed an issue where version numbers like v1.6.0 would incorrectly split notification text.

Before: "Бинарник v1.6.0 установлен!" → "Бинарник v1."
After: "Бинарник v1.6.0 установлен!" → "Бинарник v1.6.0 установлен!"

Also handles:

  • Decimal numbers (99.9%)
  • IP addresses (192.168.1.1)
  • Any dot followed by a digit

📦 Update

/plugin
/notifications-init

Full Changelog: v1.6.0...v1.6.1

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

NewReleases is sending notifications on new releases.