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

# Release Notes - Q1 2025

Known Bug with correction

* SharinPix Mobile App: Unable to upload files greater than 30mb
* SharinPix Album: Filter by tags not working if a comma is present in the tags
* SharinPix Album: When playing a video, users were experiencing lag or delays when selecting a specific region within the video
* SharinPix Form: Not loading when re-opening it a second time on the Mobile App
* SharinPix Form: Images were not appearing on the Form if auto\_destroy\_after=0 is set up on an org (Images were being deleted)
* SharinPix Form: Fix Form element sorting
* SharinPix Form: Persistent Loading Animation present on Album
* SharinPix Form: Images not rendering (broken image icon) in PDFs

New Features

* SharinPix Mobile App: Option to switch between front and back camera
* SharinPix Album: Section by tag UI Improvement
* SharinPix Album: Enable Next and Previous buttons when viewing PDFs
* SharinPix Album: Paste on Empty Album
* [SharinPix Custom Upload Button](/documentation/lightning-web-component/sharinpix-lwc-custom-upload-button-developer-oriented.md): Lightning web component version
* SharinPix Form: [Signature Input Element](/forms/form-elements/sharinpix-form-template-editor.md#input-elements)
* SharinPix Form: [Capture Element](https://docs.sharinpix.com/m/documentation/l/1911114-sharinpix-form-template-editor#input-elements) (able to open camera, PDF, or template image on form)
* SharinPix Form: [Select and Multi-Select Question Elements](/forms/form-elements/sharinpix-form-template-editor.md#input-elements)
* SharinPix Form: Rich Text Element
* SharinPix Form: [Formula Question Element](/forms/form-elements/sharinpix-form-formula-functions-and-operators.md)
* SharinPix Form: Note available on Radio Question Element
* SharinPix Form: Enforce Media Capture for Radio Question Element
* SharinPix Form: Magic fill - Take a photo and analyse it using AI based on a prompt
* SharinPix Form: [Form Responses](/forms/overview-and-getting-started/sharinpix-forms.md)
* SharinPix Form: Read Only Mode (Preview on form response)
* SharinPix Form: Add Sections on PDF Print Preview
* [SharinPix Form Launcher](/documentation/lightning-web-component/sharinpix-form-launcher.md)
* SharinPix Permission: Can now specify a [maximum file size](/documentation/features/upload-images/upload-max-file-size.md) upon upload
* SharinPix Permission: New UI
* SharinPix Share: Activate or deactivate SharinPix Share link from Salesforce
* SharinPix Video: Allow Fullscreen
* Method for Automation Use (CreateContentDocumentAutomation): Automatically uploading a SharinPix Image to a Salesforce File using Flow
* Method for Automation Use (TagImageAutomation): Automatically adding a Tag to images using Flow

{% hint style="warning" %}
**Note:**

Latest Version containing the above Bug Fixes and New Features:

* SharinPix Mobile App: v2.6.59473
* SharinPix on Salesforce App Exchange: v.1.348
  {% endhint %}


---

# 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.sharinpix.com/release-notes/release-notes-q1-2025.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.
