> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/release-notes/2025-release-notes/november-2025-release-notes.md).

# November 2025 Release Notes

### Asset Panda Web <a href="#core-application-updates" id="core-application-updates"></a>

&#x20;

#### Attachments Data Type <a href="#attachments-data-type" id="attachments-data-type"></a>

The attachments data type will now allow for multiple files instead of just one per field.

Limitation: Forms/tables in forms will still have the existing mechanism of single attachment. That will be handled in later phase to support multiple attachments in forms.

#### Attachments Gallery <a href="#attachments-gallery" id="attachments-gallery"></a>

At the global level, users can see all the upload files inside their Asset Panda organization depending on which records they have access to view. Users can export single or multiple files at once.

At the record level, inside the record details page, user will see all files linked to a record via the attachments field.

#### People/User List <a href="#people-user-list" id="people-user-list"></a>

Users can now like a People collection record to a user from the module user list. This will allow a limit to \<Current user> filter and update permissions in custom roles where a logged in user can see only assets assigned to themselves.

#### Global User List <a href="#global-user-list" id="global-user-list"></a>

For a quick and easy flow to offboard a user added to multiple accounts and modules, the global user list will give an overview of all the users added inside an organization. From here user can be deactivated from the organization with just one action.

Other actions inside resending user invite if the user is still in `Invited` status, changing roles per module, changing name. Additional features include the ability to search, filter, and sort on user’s email, first name, last name, and status.

#### Module User List Redesign <a href="#module-user-list-redesign" id="module-user-list-redesign"></a>

User list at the module level has been redesigned to match global user list. The layout design matches a collection list view. Actions include users in `Invited` status can be resent invite, changing roles, changing name, and deactivate. Additionally users can search, filter, and sort on user’s email, first name, last name, and status.

#### Dashboard Fixes <a href="#dashboard-fixes" id="dashboard-fixes"></a>

* Dashboard widget’s visibility based on role and permissions.
* Dashboard ‘set as default’ bug fix.

#### ID and Auto-Increment Field Support for Barcode Generator and Scanning <a href="#id-and-auto-increment-field-support-for-barcode-generator-and-scanning" id="id-and-auto-increment-field-support-for-barcode-generator-and-scanning"></a>

* Users can generate barcode for the values in ID column or any auto-increment field values.
* Users can scan and search field values using barcodes across ID or any auto-increment column.

#### Language Translation <a href="#v2-language-translation-in-app" id="v2-language-translation-in-app"></a>

* New languages added! We’ve added support for Korean, Hindi, Italian, Russian, Arabic, Bengali, and Urdu in Asset Panda Pro.
* You can switch your language preference under your **User Profile**.&#x20;

*(Please note: This translates the app interface only; custom data remains as is)*


---

# 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://prohelp.assetpanda.com/release-notes/2025-release-notes/november-2025-release-notes.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.
