# 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: 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:

```
GET https://gamelauncher.cloud/help/changelog/2025/november-20-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
