# November 15, 2025

***

## 🔧 Backend Updates

### 🚀 Large Builds Performance Fix

{% hint style="success" %}
**⚡ 50% FASTER BUILD PROCESSING!**
{% endhint %}

Optimized ZIP file handling during patch creation. Your builds now process **up to 50% faster**, especially for files approaching the **50 GB limit**.

***

### 🎯 Ignore Paths for Patch Creation

{% hint style="success" %}
**NEW FEATURE:** Exclude files and folders from patch generation!
{% endhint %}

Configure in **App Settings → Build & Patch** to exclude logs, cache, and temp files from patches.\
\\

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

**Benefits:**

* Smaller patch sizes = faster downloads
* Configure once, applies to all builds
* Supports wildcards: `logs\`, `*.tmp`, `cache\*.dat`
* Up to **100 paths** per app

***

### 🔒 Enhanced Security

Secure filename handling for uploads with **path traversal protection**. Full backward compatibility maintained.

***

### 🛡️ Build Management Improvements

{% hint style="info" %}
**Prevent accidental deletions** of live builds!
{% endhint %}

* See builds assigned to environments before deletion
* Better tracking for retryable builds
* Smart warnings to prevent mistakes

***

### 💻 CLI v1.0.0.8

{% hint style="success" %}
**Enhanced CLI Experience!** Retry builds, auto-updates, and interactive monitoring.
{% endhint %}

**New Commands:**

* `retry <build-id>` - Retry failed builds without re-uploading
* `status <build-id> --watch` - Real-time build monitoring with auto-watch
* Automatic CLI version checking on startup

**Interactive Features:**

* Live progress bars and status updates
* Color-coded status indicators
* Automatic watch mode for better UX

[**Download CLI v1.0.0.8**](https://help.gamelauncher.cloud/applications/cli-releases)

***

## 💻 Frontend Updates

### 🛡️ Build Safety Guards

Warnings before deleting builds assigned to active environments. Prevents accidental disruptions to live applications.

And other minimal changes...

***

## COMMUNITY

<a href="https://discord.com/invite/FpWvUQ2CJP" class="button primary" data-icon="discord">Join Discord Community</a>


---

# 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-15-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.
