Releases: mscodemonkey/overtalkerr
Releases · mscodemonkey/overtalkerr
Update Home Assistant to remove Google.
OK I officially hate Google. Removed from the project completely now. Sorry everyone - upgrade to Alexa!
1.1 - Added Home Assistant
Added Home Assistant as this is how we get Google Assistant support
A couple of dark mode fixes
Full Changelog: 1.0.5-beta...1.0.6-beta
Small UI refactor, wouldn't bother updating!
Refactor CSS to use shared stylesheet
Major refactor to follow DRY principles and Material Design:
- Created shared.css with common styles (theme variables, base styles, components)
- Removed duplicate CSS from dashboard.html, config_ui.html, and test_ui.html
- Each HTML file now imports shared.css and only includes page-specific styles
- Maintains Material Design with Roboto font
- Much easier to maintain - one place to update common styles
Benefits:
- ~200 lines of duplicate CSS removed
- Consistent styling across all pages
- Single source of truth for theme and component styles
- Faster page loads (CSS cached across pages)
Fix up auto update and changing system font
Full Changelog: 1.0.3-beta...1.0.4-beta
Fixed up versioning display
Wasn't showing the correct version on the dash
Autoupdate fixed
Fixed issues with the auto updater
1.0.1-beta
Let's go! First proper release is out in the wild. See the README for full details!