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

# Release Notes - Q4 2024

Known Bug with correction

* SharinPix Mobile App: Torch behaves weirdly (flash icon not appearing) when opening deeplink multiple times with flash=torch
* SharinPix Mobile App: Issue playing video when changing orientation
* SharinPix Mobile App: Uppercase for first character when filling title and description
* SharinPix Mobile App: PDF not opening after executing Delete All Jobs
* SharinPix Album: Fullscreen padding feature was not working as expected on Album and related album components.
* SharinPix Album: When deleting all PDF pages inside a group PDF, the scope does not change back to the album; we were still on the group PDF, and can still delete pages from other PDFs
* SharinPix Album: Very large multi-page PDFs were not rendering
* SharinPix Album: Zoom slider was not working after annotating and saving an image
* SharinPix Album: Zoom Slider was not working when viewing PDFs in fullscreen
* SharinPix Album - 3D viewer: It was not working on the Safari browser
* SharinPix Album: Tag filter not working while having custom sort
* SharinPix PDF Form Builder: Save button visibility Bug when editing field properties
* SharinPix PDF Form Builder: Fix Access Denied on PDF History Download Button
* SharinPix PDF Form Builder: Fix the Copy Link Button disappearing bug when hovering over the PDF template
* SharinPix Search: Blinks when having multiple search components on the same record
* SharinPix Search: Fix token malformed issue for Search Section by Date
* SharinPix Share: Share Link was invalid after some images were deleted
* SharinPix Tag Action Feature: Multiple timeouts occurred on Tag Action creation

New Features

* SharinPix Mobile App: Handle [return URL](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md#ret_url) on the [view album](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md#view_album) page on the SharinPix Mobile App
* SharinPix Mobile App: Video support on IOS
* SharinPix Mobile App: [Text Recognition on Scan](/documentation/mobile-app/sharinpix-mobile-app-text-recognition-on-scan-ocr.md)
* SharinPix Mobile App: Set Snap & Say text language to match device language
* SharinPix Mobile App: Make title & description mandatory
* SharinPix Mobile App: Can start and stop video using the volume button
* SharinPix Mobile App: Can take photos while recording a video
* SharinPix Mobile App: Store [OCR data in the SharinPix Image SF field](/documentation/mobile-app/sharinpix-mobile-app-text-recognition-on-scan-ocr.md#access-scanned-text-on-sharinpix-image-object)
* SharinPix Album: Able to filter an album to display images with specific tags
* SharinPix Album - 3D viewer: Dynamically move point of measurements
* SharinPix Album: [PDF Viewer](/documentation/features/user-interface/image-and-pdf-quality-settings.md#quality-original)
* SharinPix Mobile Launcher Component: Dropdown parameter to select Mobile Launcher opening mode
* [SharinPix PDF Form Builder](/documentation/lightning-web-component/sharinpix-pdf-form-builder.md): Prefilled value for Checkbox Field
* [SharinPix Related Album Component](/documentation/lightning-web-component/sharinpix-related-record-albums-lwc.md): Lightning web component version
* [SharinPix Tag Action](/documentation/features/working-with-tags/tag-action.md): Supported on the SharinPix Mobile App
* SharinPix Video: [Video Player on Album Component](/documentation/features/upload-images/sharinpix-video-capabilities.md)
* Methods for Automation Use: Implemented new methods ([Purge & Delete](/documentation/cookbook/delete-or-purge-sharinpix-images.md)) to match RGPD policy
* Document Builder: Added [filter by tag](/documentation/features/working-with-tags/filter-albums-by-tags-tag-filter.md) and section by tag on Image Gallery
* File Format: Supports JPEG XL format.
* Utils Methods: Able to [duplicate Images with tags](/documentation/cookbook/utils-methods.md#duplicatealbum-with-tags-true)
* SharinPix Offline Components for Field Service
* [SharinPix Form](/forms/overview-and-getting-started/welcome-to-sharinpix-forms.md)

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

Latest Version containing the above Bug Fixes and New Features:

* SharinPix Mobile App: v2.6.52216
* SharinPix on Salesforce App Exchange: v.1.334
  {% 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-q4-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.
