Skip to content

Releases: home-assistant/hassil

v2.2.3

04 Feb 17:38
04e7835
Compare
Choose a tag to compare

What’s Changed

v2.2.0

27 Jan 20:05
1bcb09e
Compare
Choose a tag to compare

What’s Changed

⬆️ Dependencies

v2.1.1

24 Jan 17:14
d4ee6d4
Compare
Choose a tag to compare

What’s Changed

⬆️ Dependencies

2 changes

v2.1.0

31 Dec 17:33
Compare
Choose a tag to compare

What’s Changed

⬆️ Dependencies

v2.0.5

02 Dec 18:17
a4e31c7
Compare
Choose a tag to compare

What’s Changed

⬆️ Dependencies

v2.0.4

25 Nov 17:47
d667e0e
Compare
Choose a tag to compare

What’s Changed

v2.0.3

20 Nov 17:16
c5f9a76
Compare
Choose a tag to compare

What’s Changed

v2.0.2

18 Nov 17:54
Compare
Choose a tag to compare

What’s Changed

  • Require unicode-rbnf>=2.1.0

v2.0.1

13 Nov 18:01
Compare
Choose a tag to compare

What’s Changed

  • Fix counting of matched text chunks

v2.0.0

11 Nov 20:02
230fafa
Compare
Choose a tag to compare

What’s Changed

  • Allow wildcards to be followed by expansion rules and lists
  • Use regular expressions to filter sentence templates
  • Add filter_with_regex to intent settings and intent data (false disables regex filtering)
  • Filter text slot list values by required/excluded context during matching
  • Use a trie to filter range slot list values based on remaining text to be matched
  • Add required_keywords section to intent data to skip sentences without specific keywords
  • Preserve case during matching
  • Strip punctuation before text processing
  • Remove extraneous whitespace from the end of wildcards
  • Refactor string matching code into string_matcher.py

⬆️ Dependencies

2 changes