You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotfix release covering two regressions in v3.9.0 — the new Notifications tab couldn't be reached, and the mobile companion app left you stranded inside the panel with no way back to the HA sidebar.
The new admin Notifications tab introduced in v3.9.0 was unreachable. The renderer (_renderNotificationsTab()) and the dispatch case "notifications" were both wired up, but _sidebarGroups() — which actually drives the visible navigation — never received the entry. Upgrading users saw the same sidebar as v3.8.x. The unused TABS constant at the top of taskmate-panel.js did include the entry, but isn't referenced anywhere. Fixed by adding notifications to the System sidebar group, immediately before Settings, using mdi:bell-outline.
Mobile companion app: missing hamburger menu (PR #359)
The TaskMate panel is registered with embed_iframe=False, so HA hands the full content area to TaskMate and renders no HA header of its own. On desktop the HA sidebar is always visible so this is invisible — but on the mobile companion app the sidebar collapses behind a hamburger and the panel offered no equivalent control, trapping users inside TaskMate with no way to navigate back to other HA pages without a full reload. Fixed by adding a hamburger button at the start of the topbar that dispatches the standard hass-toggle-menu event (the same event ha-menu-button uses). The button is hidden via CSS on viewports wider than 900px, matching the existing breakpoint that hides the in-panel sidebar.
📈 Upgrade Instructions
Open HACS → Integrations → TaskMate.
Click Redownload and select version 3.9.1.
Restart Home Assistant.
Hard-refresh your browser (Ctrl+Shift+R / Cmd+Shift+R) so the new panel JS loads.
On mobile: force-close and reopen the HA companion app (or pull-to-refresh the panel).
Sidebar → System now shows Notifications above Settings. On mobile, an mdi:menu hamburger appears at the top-left of the panel and slides in the HA navigation drawer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 New Release: v3.9.1
TaskMate v3.9.1
Hotfix release covering two regressions in v3.9.0 — the new Notifications tab couldn't be reached, and the mobile companion app left you stranded inside the panel with no way back to the HA sidebar.
🐛 Fixes
Notifications tab missing from sidebar (PR #358)
The new admin Notifications tab introduced in v3.9.0 was unreachable. The renderer (
_renderNotificationsTab()) and the dispatchcase "notifications"were both wired up, but_sidebarGroups()— which actually drives the visible navigation — never received the entry. Upgrading users saw the same sidebar as v3.8.x. The unusedTABSconstant at the top oftaskmate-panel.jsdid include the entry, but isn't referenced anywhere. Fixed by addingnotificationsto the System sidebar group, immediately before Settings, usingmdi:bell-outline.Mobile companion app: missing hamburger menu (PR #359)
The TaskMate panel is registered with
embed_iframe=False, so HA hands the full content area to TaskMate and renders no HA header of its own. On desktop the HA sidebar is always visible so this is invisible — but on the mobile companion app the sidebar collapses behind a hamburger and the panel offered no equivalent control, trapping users inside TaskMate with no way to navigate back to other HA pages without a full reload. Fixed by adding a hamburger button at the start of the topbar that dispatches the standardhass-toggle-menuevent (the same eventha-menu-buttonuses). The button is hidden via CSS on viewports wider than 900px, matching the existing breakpoint that hides the in-panel sidebar.📈 Upgrade Instructions
mdi:menuhamburger appears at the top-left of the panel and slides in the HA navigation drawer.Full Changelog: v3.9.0...v3.9.1
Upgrading
Update via HACS or by downloading the latest release and copying to
/config/custom_components/taskmate/.After updating, restart Home Assistant. Lovelace resources will update automatically on restart.
💬 Questions or issues with this release? Reply below or open an issue.
Beta Was this translation helpful? Give feedback.
All reactions