- 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
Approximateadded to provide a human-readable approximation of a number value using a decomposed number value from the newNumberDetailsfunction (#2294). (replaces deprecatedHumanisefunction).Fdeprecated but still available (#2147). UseInvokeScriptinstead moving forwards.Humanisedeprecated but still available (#2147). UseApproximateinstead moving forwards.InvokeScriptadded to allow you to invoke a script from another script and pass arguments to the invoked script (replaces deprecatedFfunction).NumberDetailsadded to decompose number values into translatable elements.Pdeprecated but still available (#2147). UsePronounceForContextinstead moving forwards.PronounceForContextadded to allow you to lookup a pronunciation for a word or phrase with a specific context (replaced deprecatedPfunction).Spacialisedeprecated but still available (#2147). UseSpellOutinstead moving forwards.SpellOutadded to spell out a word or phrase letter by letter (replaces deprecatedSpacialisefunction).
- Scripts
Approximatecustomizable script added.Limpet checkrevised to reference invariant controller name.- Various scripts updated to use replacement Cottle functions for deprecated
F,Humanise, andPfunctions.