Skip to content

0.8.3-rc3

Pre-release
Pre-release

Choose a tag to compare

@dummylabs dummylabs released this 05 Feb 18:08
· 106 commits to main since this release

Watchman 0.8.3-rc3

This version address issues with false positives found in core.config_entries file located in .storage.
Even though the .storage folder is excluded from parsing, this file (along with a few others) contains useful information that can help Watchman identify problematic entities. A good example of such data is groups and templates created in the Helpers UI section.

🐛 Bugfixes

  • Improved parser logic for core.config_entries. Now only entries in group and template domains are analyzed, which should reduce the number of false positives (#240)

🚀 Enhancements

  • The service response data (visible as YAML in Developer Tools -> Actions) now includes the specific context where a flagged entity was found (e.g., automation, script, UI helper group, or UI helper template).
image

⚠️ Note: Despite extensive unit testing, bugs may still occur due to a significant rewrite of the codebase. Please do backup before install the new version.