-
Notify Bridge 0.6.5
StableRelease / release (push) Successful in 1m36sreleased this
2026-04-28 19:10:49 +03:00 | 34 commits to master since this releasev0.6.5 (2026-04-28)
UI polish across the redesign: command-template editing now groups slots into four labelled fieldsets that mirror the notification-template page, modal/popup scrolling no longer drags the page underneath, and Telegram's Discover Chats keeps the existing list visible with a smooth shimmer instead of blanking it to "Loading…".
User-facing changes
Features
- Command template slots grouped into 4 fieldsets: the command-template configs page now mirrors the notification-template layout, splitting slots by name prefix into Command Responses, Error Messages (
rate_limited/no_results), Command Descriptions (desc_*), and Usage Examples (usage_*). The language picker, reset-all button, and slot filter are hoisted above the groups so they apply across all fieldsets, and empty groups are hidden so providers withoutusage_*slots don't render an empty header (04c8e3c)
Bug Fixes
- Modal scroll chaining contained: scrolling past the inner boundary of a modal or popup no longer scrolls the page underneath.
overscroll-behavior: containwas added to every in-modal/popup scroll container — Modal body,EntitySelect,MultiEntitySelect,IconPicker,IconGridSelect,SearchPalette, andTimezoneSelector(9afd38e) - Smoother Telegram Discover Chats refresh: Discover Chats no longer collapses the existing chat list into a "Loading…" placeholder. The initial-load state (
chatsLoading) is now split from the refresh state (chatsRefreshing); rows are keyed bychat.idwith flip+fade animations, the list dims with a sweeping shimmer while the Discover button shows a spinning icon and a "Discovering chats…" label. Honorsprefers-reduced-motion(9afd38e)
Development / Internal
i18n
- Drop orphan
cmdTemplateConfig.commandResponsesHintkey —hints.commandResponsesreplaces it (04c8e3c)
All Commits
Hash Message Author 04c8e3c feat(frontend): group command template slots into 4 logical fieldsets alexei.dolgolyov 9afd38e fix(redesign): contain modal scroll chaining and smooth Telegram chat refresh alexei.dolgolyov Changelog
349e913chore: release v0.6.5
04c8e3cfeat(frontend): group command template slots into 4 logical fieldsets
9afd38efix(redesign): contain modal scroll chaining and smooth Telegram chat refreshDownloads
- Command template slots grouped into 4 fieldsets: the command-template configs page now mirrors the notification-template layout, splitting slots by name prefix into Command Responses, Error Messages (