> For the complete documentation index, see [llms.txt](https://gamelauncher.cloud/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gamelauncher.cloud/help/changelog/2026.md).

# 2026

- [August 1, 2026](https://gamelauncher.cloud/help/changelog/2026/august-01-2026.md): Cloud Saves (sync player save files across machines, with version history and conflict resolution) and an update check when switching environments
- [July 20, 2026](https://gamelauncher.cloud/help/changelog/2026/july-20-2026.md): License Keys (sell your games and DLC as buy to play with in-launcher key redemption) and Mods powered by mod.io, with an embedded mod browser and one-click installs in the launcher
- [July 16, 2026](https://gamelauncher.cloud/help/changelog/2026/july-16-2026.md): App, Launcher and Hardware analytics, a revamped Launcher Builder, Embedded Web Panels (in-launcher WebView on Pro+ plans), a permanent free Login System plan, Bring Your Own Auth, in-launcher Privacy
- [July 5, 2026](https://gamelauncher.cloud/help/changelog/2026/july-05-2026.md): CDN Mirror (bring-your-own-CDN download mirror with automatic failover and connection testing) and a new Support Ticket System for tracking help requests from the dashboard.
- [April 28, 2026](https://gamelauncher.cloud/help/changelog/2026/april-28-2026.md): Launcher Popups, Community Presets, Anti-Cheat add-on (Beta), expanded language support (DE/IT/RU/KO/JA), custom update button color, news image fade animations, and DLC custom subfolder path.
- [April 13, 2026](https://gamelauncher.cloud/help/changelog/2026/april-13-2026.md): Builder AI Chat assistant, Builder Insights analytics, icon-only navigation, DLC links, configurable Downloads button, launcher update settings, and news alert notifications.
- [April 8, 2026](https://gamelauncher.cloud/help/changelog/2026/april-08-2026.md): Multiple custom links with icon selection, cross-game launch, play button hover effects, storage breakdown, icon search in builder, and bug fixes.
- [March 22, 2026](https://gamelauncher.cloud/help/changelog/2026/march-22-2026.md): New Launcher Builder — Integrated visual editor with presets, social icons, progress bars, play button styles, and much more.
- [March 9, 2026](https://gamelauncher.cloud/help/changelog/2026/march-09-2026.md): DLC Support (Dashboard, Desktop Launcher & CLI), Smart Bundle Exclusive Mode, Build File Viewer, Auto-Link App/Launcher, Environment Alias, CLI v1.2.0
- [March 3, 2026](https://gamelauncher.cloud/help/changelog/2026/march-03-2026.md): Launcher Executable Compatibility (.exe, .bat, .cmd), Hidden Environment Access Key Fix, Installation Path Fix, Previous Install Location Detection
- [March 1, 2026](https://gamelauncher.cloud/help/changelog/2026/march-01-2026.md): Localized News (Multi-Language Translations with AI), Enhanced News Editor (Countdown Timers, Header Badges, Banner & Wide Layouts, Custom Colors)
- [February 25, 2026](https://gamelauncher.cloud/help/changelog/2026/february-25-2026.md): Image Cropper for Uploads, Two-Factor Authentication (TOTP), Activity Log, GDPR Data Export & Account Deletion, In-App Support Widget (Crisp Live Chat), Public Status Page, Login System Pricing Update
- [February 17, 2026](https://gamelauncher.cloud/help/changelog/2026/february-17-2026.md): Merge Builds, Environment Management CLI, Remove Files with File Preview, Build File Viewer in Dashboard, Local Checksum Cache & Segmented Verification, Link Only Mode, Per-Instance Launch Argument Ov
- [February 12, 2026](https://gamelauncher.cloud/help/changelog/2026/february-12-2026.md): Multiple simultaneous executions, improved Optimized Mode with window controls, empty state for unassigned launchers,.
- [January 28, 2026](https://gamelauncher.cloud/help/changelog/2026/january-28-2026.md): Login System Addon launch, faster build processing, and installer compilation speedups across Desktop, Backend, CLI, and Dashboard
- [January 5, 2026](https://gamelauncher.cloud/help/changelog/2026/january-05-2026.md): Major Avalonia upgrade for cross-platform support, enhanced downloads management, error tracking with Glitchtip, and improved build handling


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gamelauncher.cloud/help/changelog/2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
