Releases: hchiam/language-user-interface
Releases · hchiam/language-user-interface
LUI 4.2.3
LUI 4.2.2
LUI 4.2.1
LUI 4.2.0
LUI 4.1.0
- In addition to "OK Lui", you can now start your phrases with "computer" (for better recognition by speech software).
- Uses sourcefetch-server to fetch and insert code snippets when programming by voice (first say "computer let's program" and see the suggested next action).
- "Computer stop/start listening" actually works now (workaround used; just a variable).
- MIT license added.
LUI 4.0.2
LUI 4.0.1
LUI 3.2.0
v3.1.0
LUI 3.0.0
Great strides for #15 "programming by voice" add-on:
- You can edit LUI's code (add-on.js).
- You can compose/embed more complex statements (like variables inside a for-loop condition) and you can differentiate between creating variables ("let ... = ...") and using variables ("... + ..."). This is possible because there's an explicit "new line" command, as well as variableUse() and variableCreate().
- Math operators are treated as special words when creating variables, so they're not part of variable names ("variable i equals 0" --> "i = 0").
- Shortcut for backward for-loops through arrays/objects.