Skip to content

ACD - v2023_01_31

Latest
Compare
Choose a tag to compare
@Edw590 Edw590 released this 01 Feb 12:17
· 55 commits to master since this release

Main changes:

  • Package name changed to ACD.
  • It's now possible to remove repeated commands and invalidate words used on commands detections (very useful in the "fast reboot the phone" case, with the "fast" and "reboot" command triggers).
  • Command variation check corrected to return the first biggest condition on the list.
  • "and" will be removed from a sentence without processing if at least one of the next 2 words is a verb ("shut down the
    phone and reboot it" - "and" is not "shut down" here --> it's actually irrelevant being here or not, and so it's deleted).
  • It's possible to exclude words from the main words return conditions now.
  • Fixed the algorithm that checks if the results agree with the command conditions.
  • Maximum number of sub-commands (or command variations) is now 100 000 (100k). Useful for dynamic (automatically created) commands.
  • Easier to manage the commands array with 2 new functions added.

Used on VISOR v2023_02_01.

Full Changelog: v2023_01_14...v2023_01_31