# Changelog for status-notifier-item
## 0.3.2.2 - 2026-02-11
- Fix watcher registration ownership checks by requiring explicit service-name
registrations to be initiated by the current owner.
- Fix watcher duplicate handling by coalescing path-first and name-first
registrations from the same sender/path pair.
- Add an isolated DBus integration test suite covering watcher/host behavior
and regression tests for registration ownership and deduplication.
## 0.3.2.1 - 2026-02-09
- Add name-owner resolution fallback for signal sender identification, fixing
noisy errors when items register under well-known bus names.
- Downgrade "Failed to identify sender" log from ERROR to DEBUG when the item
simply does not implement the getId method.
- Downgrade "Property update failures" log from ERROR to DEBUG when the failures
are InvalidArgs (item does not support optional properties like OverlayIcon).
## 0.3.2.0 - 2026-02-05
- Report full `bus/path` identifiers for non-default SNI object paths so hosts
can resolve Ayatana items reliably.
- Accept `bus/path` identifiers in watcher/host lookups for compatibility with
pathful registrations.