> 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-q3-2024.md).

# Release Notes - Q3 2024

Known Bug with correction

* SharinPix Mobile App: When Audio Permission is disabled, images were captured twice in Snap & Say mode
* SharinPix Mobile App: Black screen when switching from landscape → portrait after opening Scan and then cancelling
* SharinPix Mobile App: Memory usage increased each time the camera page was opened
* SharinPix Mobile App: Camera crashed when *Wide Angle* was set to **true**
* SharinPix Mobile App: Unable to submit a PDF form when a required signature field was present, even after signing
* SharinPix Form Checklist: Incorrect Status Rearrangement
* SharinPix Form Checklist: Infinite upload “wait” screen
* SharinPix Album: Incorrect image-selection order
* SharinPix Album: Incorrect page count when exporting a grouped PDF
* SharinPix Album: Sorting an album didn’t update the *Sort Position* field
* SharinPix Single-Image Component: Large-size image displayed at incorrect scale

New Features

* SharinPix Mobile App: [Roomplan](/documentation/mobile-app/sharinpix-mobile-app-roomplan.md)
* SharinPix Mobile App: [SharinPix Video on Android](/documentation/features/upload-images/sharinpix-video-capabilities.md)
* SharinPix Mobile App: [OCR](/documentation/mobile-app/sharinpix-mobile-app-text-recognition-on-scan-ocr.md)
* SharinPix Mobile App: Swipe gesture on media preview page
* SharinPix Mobile App: [Auto Tags](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md#auto_tags) on PDF Form
* SharinPix Mobile App: Handle [return URL ](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md#ret_url)when using PDF
* SharinPix Form Checklist: UI Enhancement
* SharinPix Album: Copy and paste images along with the title and description
* SharinPix Album: [Thumbnail for 3D Animation](/documentation/mobile-app/sharinpix-mobile-app-roomplan.md)
* SharinPix Album: Download types available for both [full and original images](/documentation/image-sync/the-sharinpix-image-object.md#image-urls).
* Document Builder: [SharinPix Image Gallery](broken://spaces/5EvYRrLbUyvRh8o1jmMG/pages/SYMU6s4oYERHwdzeUJ6n) Component to display images on generated documents
* SharinPix Webform: [Handle album validated event](/documentation/features/upload-images/upload-using-webforms.md#lightning-web-component)
* SharinPix Permission: [Upload with custom metadata](/documentation/cookbook/upload-images-with-custom-metadata-developer-oriented.md)
* SharinPix Permission: Filter according to specific custom metadata
* SharinPix Permission: Language translation ability
* Download: Force to download in JPG format instead of AVIF
* Annotations Configurator: UI Enhancement
* Annotations Configurator: Able to save Annotation Configs

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

Latest Version containing the above Bug Fixes and New Features:

* SharinPix Mobile App: v2.6.40907
* SharinPix on Salesforce App Exchange: v.1.320
  {% 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-q3-2024.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.
