Files
notify-bridge/RELEASE_NOTES.md
T
alexei.dolgolyov 349e9136a4
Release / release (push) Successful in 1m36s
chore: release v0.6.5
2026-04-28 19:10:49 +03:00

3.0 KiB

v0.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 without usage_* 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: contain was added to every in-modal/popup scroll container — Modal body, EntitySelect, MultiEntitySelect, IconPicker, IconGridSelect, SearchPalette, and TimezoneSelector (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 by chat.id with flip+fade animations, the list dims with a sweeping shimmer while the Discover button shows a spinning icon and a "Discovering chats…" label. Honors prefers-reduced-motion (9afd38e)

Development / Internal

i18n

  • Drop orphan cmdTemplateConfig.commandResponsesHint key — hints.commandResponses replaces 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