Appearance
Turbo Launcher 25.10.13.2288
This update to Turbo Launcher includes the following improvements:
- New Session Management system and Sessions tab enables launching and managing multiple isolated instances of applications. Create new sessions, rename sessions for organization, and delete sessions when no longer needed. Sessions persist across Launcher restarts.
- Credential indirection support allows policy administrators to reference credentials stored in Windows Credential Manager using
{{CRED:id:field}}variable syntax. When the Sandbox Manager service loads the policy, it resolves credentials from the service account's credential store. If the Sandbox Manager is unavailable, the Launcher loads the policy directly and resolves credentials from the user's credential store. - Policy-driven context menus for Files tab actions are now dynamically generated from policy configuration, supporting custom operations.
- ZIP file extraction support with extraction progress dialog.
- Variable substitution system for file action commands supports Windows batch-style variables (
%1,%~dp1,%~n1,%~dpn1) in command arguments and VM flags. - Policy schema has been updated with centralized file associations, app capabilities, glob pattern matching, flexible matcher logic (
matchAll/matchAny), and app visibility controls. See breaking changes section below for migration details.
This update includes fixes for the following issues:
- Shortcuts with Unicode characters (Chinese, Hindi, etc.) in names or paths now parse correctly
- Read-only files can now be deleted from the Files tab
- Long application names now display with ellipsis and tooltips
- Underscores in folder names now display correctly in breadcrumb dropdown menus
- Folders and shortcuts with the same name now both appear correctly
- Proxy test action now retrieves and uses stored credentials correctly
- Improved error reporting for proxy authentication failures
- Reset Session renamed to Delete Sessions and now deletes all associated sessions for an application
Important: Policy Schema Breaking Change
Action Required: Policy files must be updated to the new schema format. The previous schema is not compatible with this version.
Key schema changes:
versionremovedpolicyVersionadded for deployment trackingpoliciesrenamed toappsapps[].namerenamed toapps[].displayNameapps[].idnow requiredapps[].matchersreplaced withapps[].matchAllorapps[].matchAnyapps[].profiles[].namerenamed toapps[].profiles[].idapps[].profiles[].displayNamerepurposed for session/log identityapps[].profiles[].actionTextnow required for UI menu textapps[].fileAssociationsmoved to centralizedfileTypesandfileAssociationsarraysapps[].targetPathadded as alternative tomatchAllfor system utilities
