Skip to content

Releases: JOHLC/Send-to-Home-Assistant

2025.11.1-alpha6

18 Nov 20:42
e21d3d1

Choose a tag to compare

2025.11.1-alpha6 Pre-release
Pre-release

What's Changed

  • Fix misleading context menu status messages in options page by @Copilot in #38
  • Add error handling for chrome.storage.sync.get in background.js by @Copilot in #39
  • Add error handling for storage.sync.get in context menu listener by @Copilot in #40
  • Eliminate getFavicon duplication using function serialization by @Copilot in #41
  • Improve context menu fallback to display user-friendly names by @Copilot in #42
  • Add context field routing examples to automations documentation by @Copilot in #43
  • [WIP] WIP to address feedback from PR #37 review discussion by @Copilot in #44
  • Eliminate getFavicon duplication in injected script by @Copilot in #45
  • Add trailing newline to package/popup.js by @Copilot in #46
  • Remove redundant favicon fallback check in direct send path by @Copilot in #47

Full Changelog: 2025.11.1-alpha5...2025.11.1-alpha6

2025.11.1-alpha5

18 Nov 18:46
a426876

Choose a tag to compare

2025.11.1-alpha5 Pre-release
Pre-release

2025.11.1-alpha4

18 Nov 18:18
026daa1

Choose a tag to compare

2025.11.1-alpha4 Pre-release
Pre-release

What's Changed

  • Add context selection UI to extension popup by @Copilot in #34

Full Changelog: 2025.11.1-alpha3...2025.11.1-alpha4

2025.11.1-alpha3

18 Nov 17:49
b945046

Choose a tag to compare

2025.11.1-alpha3 Pre-release
Pre-release

What's Changed

  • [WIP] Fix bug causing extension click to fail by @Copilot in #32

Full Changelog: 2025.11.1-alpha2...2025.11.1-alpha3

2025.11.1-alpha2

18 Nov 17:31
3e1fb8c

Choose a tag to compare

2025.11.1-alpha2 Pre-release
Pre-release

What's Changed

  • [WIP] Add ability to use multiple right-click context menu options by @Copilot in #28
  • feat: mask webhook ID input field with proper styling by @Copilot in #30

Full Changelog: 2025.11.1-alpha1...2025.11.1-alpha2

2025.11.1-alpha1

18 Nov 16:42
2452fd5

Choose a tag to compare

2025.11.1-alpha1 Pre-release
Pre-release

What's Changed

  • Fix favicon fallback to extension icon when invalid favicon URLs are detected by @Copilot in #21
  • Refactor duplicated favicon validation into shared utility function by @Copilot in #24
  • Address feedback: Remove duplicated isRestrictedPage function by @Copilot in #26
  • 2025.11.1 by @JOHLC in #23
  • Replace fragile favicon URL pattern matching with HEAD request validation by @Copilot in #25

Full Changelog: 2025.09.2-beta5...2025.11.1-alpha1

v2025.09.2-beta5

17 Sep 05:15
9daf205

Choose a tag to compare

v2025.09.2-beta5 Pre-release
Pre-release

What's Changed

  • Merge changes from main into beta by @JOHLC in #1
  • [WIP] Create issue templates, SECURITY, contributing, etc. files. by @Copilot in #2
  • V2025.09.2 beta by @JOHLC in #3
  • Add comprehensive Copilot instructions for Send to Home Assistant extension by @JOHLC in #5
  • Add initial content to copilot-instructions.md by @JOHLC in #6
  • Update beta by @JOHLC in #7
  • Comprehensive code review and improvements: Enhanced security, code quality, and developer experience by @Copilot in #4
  • Fix favicon format prioritization for Android companion app compatibility by @Copilot in #9
  • Fix favicon format prioritization for Android Home Assistant notifications by @Copilot in #10
  • Add placeholder favicon using Send-to-Home-Assistant icon when none are found by @Copilot in #11
  • Fix favicon fallback to extension icon for broken/missing favicons by @Copilot in #12
  • Merge beta into main by @JOHLC in #14
  • Unify sending logic between context menu and extension icon by @Copilot in #16
  • Fix popup to show both notification and preview, add favicon CSP fallback for file:// URLs by @Copilot in #17
  • Fix browser internal pages handling and favicon CSP issues (#18) by @Copilot in #19
  • Refactor popup.js to eliminate code redundancy and unify shared logic by @Copilot in #20
  • Fix: Add missing functions to service worker exports causing "Could not get page info" error by @Copilot in #22

Full Changelog: v2025.09.1...v2025.09.2-beta5

v2025.09.2-beta4

17 Sep 04:50
6fda769

Choose a tag to compare

v2025.09.2-beta4 Pre-release
Pre-release

What's Changed

  • Add placeholder favicon using Send-to-Home-Assistant icon when none are found by @Copilot in #11
  • Fix favicon fallback to extension icon for broken/missing favicons by @Copilot in #12
  • Merge beta into main by @JOHLC in #14
  • Unify sending logic between context menu and extension icon by @Copilot in #16
  • Fix popup to show both notification and preview, add favicon CSP fallback for file:// URLs by @Copilot in #17
  • Fix browser internal pages handling and favicon CSP issues (#18) by @Copilot in #19
  • Refactor popup.js to eliminate code redundancy and unify shared logic by @Copilot in #20

Full Changelog: v2025.09.2-beta3...v2025.09.2-beta4

v2025.09.2-beta3

17 Sep 00:48
c4b6a17

Choose a tag to compare

v2025.09.2-beta3 Pre-release
Pre-release

What's Changed

  • Merge changes from main into beta by @JOHLC in #1
  • [WIP] Create issue templates, SECURITY, contributing, etc. files. by @Copilot in #2
  • V2025.09.2 beta by @JOHLC in #3
  • Add comprehensive Copilot instructions for Send to Home Assistant extension by @JOHLC in #5
  • Add initial content to copilot-instructions.md by @JOHLC in #6
  • Update beta by @JOHLC in #7
  • Comprehensive code review and improvements: Enhanced security, code quality, and developer experience by @Copilot in #4
  • Fix favicon format prioritization for Android companion app compatibility by @Copilot in #9
  • Fix favicon format prioritization for Android Home Assistant notifications by @Copilot in #10

New Contributors

  • @JOHLC made their first contribution in #1
  • @Copilot made their first contribution in #2

Full Changelog: v2025.09.1...v2025.09.2-beta3

v2025.09.2-beta2

17 Sep 00:18
a717c8e

Choose a tag to compare

v2025.09.2-beta2 Pre-release
Pre-release

What's Changed

  • Merge changes from main into beta by @JOHLC in #1
  • [WIP] Create issue templates, SECURITY, contributing, etc. files. by @Copilot in #2
  • V2025.09.2 beta by @JOHLC in #3
  • Add comprehensive Copilot instructions for Send to Home Assistant extension by @JOHLC in #5
  • Add initial content to copilot-instructions.md by @JOHLC in #6
  • Update beta by @JOHLC in #7
  • Comprehensive code review and improvements: Enhanced security, code quality, and developer experience by @Copilot in #4
  • Fix favicon format prioritization for Android companion app compatibility by @Copilot in #9

New Contributors

  • @JOHLC made their first contribution in #1
  • @Copilot made their first contribution in #2

Full Changelog: v2025.09.1...v2025.09.2-beta2