# v1.0.0.10

***

## December 2025 - v1.0.0.10

{% hint style="success" %}
**First Production Release!** Complete build management from your terminal.
{% endhint %}

### 🚀 Version History

**December 1, 2025** - Latest Updates

* Enhanced retry logic with fallback to legacy endpoint for better reliability
* Added retry logic for file ready notification
* Improved error handling for build retry operations

**November 21, 2025**

* Updated all URLs to gamelauncher.cloud domain
* Removed custom API options for simplified configuration

**November 16-17, 2025**

* Added ZIP uncompressed size support
* Implemented plan limits checking before upload
* Enhanced build validation

**November 15, 2025**

* Added build retry feature for failed builds
* Implemented logging service with Serilog
* Added active builds listing command
* Improved build status UX with user prompts
* Enhanced interactive menu experience

**November 8, 2025** - Initial Release v1.0.0

* API key authentication support
* Streaming upload for large files
* Multi-environment configuration (Development, Staging, Production)
* Multipart upload support for files >5MB
* Build versioning and auto-increment
* Cross-platform build scripts (Windows, Linux, macOS)
* App icon support

***

## Links

* [CLI Releases](https://github.com/GameLauncherCloud/GameLauncherCloud-Gitbook/blob/main/docs/apps/cli-releases.md) - Download CLI
* [CLI Documentation](https://github.com/GameLauncherCloud/GameLauncherCloud-Gitbook/blob/main/docs/apps/cli-builds.md) - Usage guide
* [Report Issues](https://github.com/GameLauncherCloud/GameLauncherCloud-CLI/issues) - Bugs and features


---

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