Skip to main content

πŸš€ Godot Launcher 1.4.0 – Windows Symlink Support, Change Log Shortcuts, and Stability Tweaks

Β· 3 min read
Mario Debono
Godot Launcher Maintainer

Godot Launcher v1.4.0 is here! πŸŽ‰
This release introduces symlink support for Windows users, a convenient change log shortcut, and several quality-of-life improvements to keep the launcher stable and reliable.

πŸ†• What’s New​

[PR#17] Β· [PR#18] Β· [PR#34]
πŸ“– Read the full guide β†’

Windows-only feature

Windows users can now enable symlink mode, where Godot Launcher links projects to the installed Godot Editor instead of copying the release into each project folder. This reduces disk usage and makes switching editor versions much faster.

By default, enabling this option won’t retroactively change existing projects. Projects only switch between copy ↔ symlink when their editor version changes, or when a new project is added.

To make this clearer, v1.4.0 introduces a welcome message on first launch highlighting the feature:

Windows Symlink Welcome Message

For users running Godot Launcher for the very first time, the onboarding flow now includes a step to toggle this setting:

First Run – Windows Onboarding

You can also adjust the setting anytime under Settings β†’ Behaviour:

Windows Symlink Settings

warning

On Windows, symlinks require elevated permissions. Your user must be an Administrator and have Developer Mode enabled. If elevation is required, Godot Launcher will automatically prompt for it.

UAC Prompt

No-Sandbox option for Linux​

[PR#36]
πŸ“– Read the full guide β†’

Linux builds now support a no-sandbox mode using the --no-sandbox or --disable-sandbox arguments, or the environment variable GODOT_LAUNCHER_DISABLE_SANDBOX=1.

This option disables Chromium’s sandboxing and can resolve startup errors on some distributions or AppImage environments.

warning

Running without the sandbox reduces process isolation and security. Use this option only if the launcher fails to start normally.

Electron 38 Upgrade​

[PR#27]

The runtime has been updated to Electron 38, bringing the launcher up to date with the latest upstream security patches and performance improvements.


πŸ”§ Fixes​

Change Log Button in Help​

[PR#16]

The Help menu now includes a direct Change Log link, making it easier to check what’s new in each release without digging through GitHub.

Persistent Project Sorting​

[PR#21]

Your preferred project order now survives restarts and reloads β€” the launcher always opens exactly the way you left it.

Safer Preferences Loading​

[PR#22]

If the preferences file can’t be parsed, the launcher now falls back to defaults instead of leaving you stuck in a broken state.

Fonts Loading Properly​

[PR#35]

Fonts now load from their proper location, ensuring consistent typography across the app.


πŸ“¦ Get the Update​

Download the latest build from the GitHub Releases page, from our Download page, or update directly from within the launcher.


πŸ’‘ Found a bug or have feedback? Open an issue or join the conversation on Discord.