Skip to content

Releases: mscodemonkey/overtalkerr

Update Home Assistant to remove Google.

27 Nov 09:04

Choose a tag to compare

OK I officially hate Google. Removed from the project completely now. Sorry everyone - upgrade to Alexa!

1.1 - Added Home Assistant

27 Nov 07:28
47a33fc

Choose a tag to compare

Added Home Assistant as this is how we get Google Assistant support

A couple of dark mode fixes

17 Oct 04:10

Choose a tag to compare

Small UI refactor, wouldn't bother updating!

17 Oct 04:04

Choose a tag to compare

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

17 Oct 03:59

Choose a tag to compare

Fixed up versioning display

17 Oct 03:40

Choose a tag to compare

Wasn't showing the correct version on the dash

Autoupdate fixed

17 Oct 03:34

Choose a tag to compare

Fixed issues with the auto updater

1.0.1-beta

17 Oct 03:27

Choose a tag to compare

Let's go! First proper release is out in the wild. See the README for full details!