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

# November 20, 2025

***

## :arrows\_counterclockwise: IgnoredPaths Fixed

{% hint style="warning" %}
**Requires Latest Launcher Version** - Update your desktop launcher to use this feature.
{% endhint %}

**Before:** Files in IgnoredPaths were never distributed to users.

**Now:** Files are included in builds but only downloaded if the user doesn't have them. Existing files are never overwritten.

**Perfect for:**

* Configuration files that users can customize
* User save data and preferences
* Custom content and mods

{% hint style="info" %}
**Note:** Rollback to older builds will overwrite/delete these files since old builds don't know what to ignore.
{% endhint %}

***

## 📊 Build Management Improvements

{% hint style="success" %}
**NEW:** Cleaner builds table with expandable details!
{% endhint %}

<figure><img src="/files/RRfLXP1LyIGm63QEKnX5" alt=""><figcaption></figcaption></figure>

**What Changed:**

* **Compact Table** - Main view shows only essential info (ID, Environments, Date, Size, Duration, Status)
* **Expandable Rows** - Click any build to see full details
* **VersionInfo Access** - Direct link to view all files in each build
* **Ignored Paths History** - See which files were ignored in each build

**Expanded Details Show:**

* Build notes and duration
* Patch version range
* Complete file list and statistics
* Ignored paths configuration
* Error messages (if build failed)

***

{% hint style="success" %}
**Remember:** Update your desktop launcher to the latest version to use the improved IgnoredPaths system!
{% endhint %}


---

# 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/november-20-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.
