# DeployR 1.0 release notes

{% updates format="full" %}
{% update date="2026-03-09" %}

## DeployR 1.0.2610.1320

* Fixed an issue with the "Install mutliple apps" step not installing apps listed in the task sequence step, resulting from the changes made in version 1.0.2608.1225 (#19644).
  {% endupdate %}

{% update date="2026-03-06" %}

## DeployR 1.0.2610.1294

* Improvements were made to the content download process to handle cases where peers were no longer available, and to automatically retry hung requests, often caused by underlying networking issues.
  {% endupdate %}

{% update date="2026-02-25" %}

## DeployR 1.0.2609.1242

* Fixed a logging issue that improperly logged password values set via a "Set task sequence variable" step (#19583).
  {% endupdate %}

{% update date="2026-02-20" %}

## DeployR 1.0.2608.1225

* Fixed an issue that prevented runtime file downloads on the DeployR server if running Windows Server 2019 (#19553).
* Added additional validations when building Windows PE boot images to ensure that the needed files have been downloaded or provided (#19552).
* Fixed an issue with the "Install multiple apps" step failing if there are no apps specified in the task sequence step itself (#19558).
* Fixed an issue that occurred when running a task sequence with disabled and unconfigured nested task sequence steps (#19551).
  {% endupdate %}

{% update date="2026-02-18" %}

## DeployR 1.0.2607.1215

* Fixed an issue that caused failures when the DeployR service was installed on non-English servers (#19548).
* Fixed an issue that caused errors when generating Windows PE boot images on non-English servers (#19457).
* Fixed an issue that caused client-side failures on devices that were missing various firmware (SMBIOS/ACPI) properties, e.g. manufacturer, model, serial number, etc. (#19544).
  {% endupdate %}

{% update date="2026-01-20" %}

## DeployR 1.0.2603.1092

* Initial general release.
  {% endupdate %}
  {% endupdates %}


---

# 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://documentation.2pintsoftware.com/deployr/release-notes/deployr-1.0-release-notes.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.
