> 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/2025.md).

# 2025

- [December 20, 2025](https://gamelauncher.cloud/help/changelog/2025/december-20-2025.md): Demo content system, enhanced permissions, storage breakdown, and cache improvements
- [December 18, 2025](https://gamelauncher.cloud/help/changelog/2025/december-18-2025.md): Installation path fixes, dynamic window scaling with 8K support, and improved environment handling
- [December 14, 2025](https://gamelauncher.cloud/help/changelog/2025/december-14-2025.md): Smart Bundles technology for optimized downloads, Launcher Build Management, xxHash64 implementation and much more
- [December 6, 2025](https://gamelauncher.cloud/help/changelog/2025/december-6-2025.md): Adaptive concurrent downloads and bandwidth throttling to prevent network saturation in the Desktop Launcher
- [December 4, 2025](https://gamelauncher.cloud/help/changelog/2025/december-4-2025.md): Simultaneous game execution support, configurable logo height, large link button style, and fixed Terms & Privacy URLs
- [December 3, 2025](https://gamelauncher.cloud/help/changelog/2025/december-3-2025.md): Launchers sidebar dropdown, deploy status indicators, Christmas decoration, and Figma image templates. Remember to use SHIFT + F5 to refresh your browser cache and see the changes!
- [November 30, 2025](https://gamelauncher.cloud/help/changelog/2025/november-30-2025.md): Dynamic theming, performance optimizations, and dashboard improvements
- [November 20, 2025](https://gamelauncher.cloud/help/changelog/2025/november-20-2025.md): IgnoredPaths fix and Build Management improvements
- [November 17, 2025](https://gamelauncher.cloud/help/changelog/2025/november-17-2025.md): Desktop Launcher improvements with GIF support, automatic updates, and more
- [November 15, 2025](https://gamelauncher.cloud/help/changelog/2025/november-15-2025.md): Performance improvements, ignore paths, and CLI enhancements
- [FIRST RELEASE](https://gamelauncher.cloud/help/changelog/2025/first-release.md)


---

# 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/2025.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.
