> For the complete documentation index, see [llms.txt](https://docs.skadii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skadii.com/documentation/docs-en/product-updates/updates.md).

# Updates

The skadii updates show you at a glance which new features have been added, which improvements have been made, and which bugs have been fixed in the latest versions.

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

## <mark style="color:$tint;">\[api]</mark> Improved monthly queries for the vehicle overview API

<details>

<summary><strong>Details:</strong> </summary>

* *Full monthly queries now work reliably even for months with 31 days.*
* *The maximum supported query period has been extended from 300 to 365 days.*
* *A blank placeholder record at the end of certain API responses has been removed.*
* *This means aggregated data can now be used more consistently for reports and integrations.*

</details>
{% endupdate %}

{% update date="2026-06-16" tags="mobile" %}

## <mark style="color:$tint;">\[logout]</mark> Logout issue fixed

<details>

<summary><strong>Details</strong></summary>

The issue with logging out in the mobile app has been fixed.

V1.4.685

<div data-with-frame="true"><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FYQtdGRzhsHR9gPoWflXD%2Funknown.png?alt=media&amp;token=a5d1d7ae-eeb9-4d0d-8e76-c2e81620ee36" alt="" width="112"></div>

</details>
{% endupdate %}

{% update date="2026-05-18" tags="desktop" %}

## <mark style="color:$tint;">\[user]</mark> Invite and manage users more easily&#x20;

**Update OneSecure ID:** Inviting and managing team members has been fundamentally simplified. The optimized user experience provides a clearer overview and makes day-to-day administration significantly more efficient.

<details>

<summary><strong>Details and benefits</strong></summary>

What awaits you as an admin:&#x20;

* Simplified user management: Clearly structured lists and checkboxes reduce the effort required for selection
* Fast processes: automatic skipping of workspace selection for single resorts
* Greater clarity: Compact, collapsible views make navigation easier across multiple resorts
* More flexible role assignment: Users can be assigned to specific groups, even without an application role

</details>
{% endupdate %}

{% update date="2026-04-16" tags="desktop" %}

## <mark style="color:$tint;">\[user]</mark> Revised skadii user management

**User management update:** The newly designed skadii user management enables faster, clearer, and more intuitive administration.

<details>

<summary><strong>Details and benefits</strong></summary>

The most important improvements at a glance:

* Reduced loading times for more efficient work
* Improved filtering options by workspace, system, and skadii application
* Greater transparency into user access rights
* Revised user interface to support a smooth transition from OneSecure ID to skadii

</details>
{% endupdate %}

{% update date="2026-04-16" tags="desktop,mobile" %}

## <mark style="color:$tint;">\[task]</mark> New design for task creation&#x20;

**Task Manager update**: The creation and editing of tasks have been restructured. The more user-friendly design provides greater clarity, reduces errors, and makes everyday workflows faster and more intuitive.

<details>

<summary><strong>Details and benefits</strong></summary>

The new design ensures:

* Clearer input fields
* Faster editing
* A clearer overview of task details

</details>
{% endupdate %}

{% update date="2026-03-19" tags="desktop" %}

## <mark style="color:$tint;">\[maintenance]</mark> Import of maintenance plans via Excel

**Update Maintenance Overview**: Maintenance plans can now be imported directly from an Excel file. &#x20;

<details>

<summary><strong>Details and benefits</strong></summary>

Now you can:&#x20;

* Simplify the workflow: maintenance plans no longer need to be entered manually.
* Save time: several plans can be uploaded in one step.
* Manage maintenance processes more efficiently. Creating, updating, and tracking plans becomes much easier.

</details>
{% endupdate %}

{% update date="2025-12-15" tags="desktop,mobile" %}

## <mark style="color:$tint;">\[maintenance]</mark> Spare parts management and warranty checks for maintenance tasks

**Update Maintenance Overview**: Maintenance tasks can now include spare parts lists with quantity and cost management, as well as optional warranty checks.

<details>

<summary><strong>Details and benefits</strong></summary>

During task execution, you can:

* Update the quantity used
* Adjust costs
* Specify whether a warranty check is required for the component

</details>
{% endupdate %}
{% endupdates %}


---

# 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://docs.skadii.com/documentation/docs-en/product-updates/updates.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.
