Skip to content

5.0.5

Latest

Choose a tag to compare

@Tkael Tkael released this 03 Aug 09:25
  • Core
    • Further installer hardening.
    • Various bug fixes from telemetry.
  • Speech Responder
    • Customized obsolete scripts are now preserved as (Obsolete) recovery scripts, while unchanged/default obsolete scripts are still removed.
    • Custom Functions
      • Approximate added to provide a human-readable approximation of a number value using a decomposed number value from the new NumberDetails function (#2294). (replaces deprecated Humanise function).
      • F deprecated but still available (#2147). Use InvokeScript instead moving forwards.
      • Humanise deprecated but still available (#2147). Use Approximate instead moving forwards.
      • InvokeScript added to allow you to invoke a script from another script and pass arguments to the invoked script (replaces deprecated F function).
      • NumberDetails added to decompose number values into translatable elements.
      • P deprecated but still available (#2147). Use PronounceForContext instead moving forwards.
      • PronounceForContext added to allow you to lookup a pronunciation for a word or phrase with a specific context (replaced deprecated P function).
      • Spacialise deprecated but still available (#2147). Use SpellOut instead moving forwards.
      • SpellOut added to spell out a word or phrase letter by letter (replaces deprecated Spacialise function).
    • Scripts
      • Approximate customizable script added.
      • Limpet check revised to reference invariant controller name.
      • Various scripts updated to use replacement Cottle functions for deprecated F, Humanise, and P functions.