🔧 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-initFull Changelog: v1.6.0...v1.6.1