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

# Release Notes - Q1 2024

Known Bug with correction

* SharinPix Mobile App: PDF Form - Prefilled values were disappearing after capturing a picture from a photofield
* SharinPix Mobile App: PDF Form - Photos taken using photofield were disappearing after saving and reopening the PDF
* SharinPix Mobile App: Universal link offline was not working on IOS
* SharinPix Album: Image was zooming when double tap on annotation mode
* SharinPix Copy to Clipboard: Last image selected was not displaying when doing copy/paste using the Copy to Clipboard

New Features

* SharinPix Mobile App: New Feature [Template Image](/documentation/mobile-app/sharinpix-mobile-app-template-image.md)
* SharinPix Mobile App: Visual Checklist
* SharinPix Mobile App: PDF Form - PhotoField Enhancement with Tags
* SharinPix Mobile App: [Export media to Internal Storage](/documentation/mobile-app/export-media-to-internal-storage.md)
* SharinPix Mobile App: Add tags on scan with SharinPix Mobile App
* SharinPix Mobile App: Enhancement on mode and mode visibility (new mode 'systemcam')
* SharinPix Mobile App: pdfviewer UI enhancement (view selected tags on toolbar)
* SharinPix: New Component SharinPix Sketcher (works on desktop, Field Service Offline and Salesforce mobile app plus)
* SharinPix: New Component SharinPix Sketch Plan (works on desktop, Field Service Offline and Salesforce mobile app plus)
* SharinPix Share: You can now share the SharinPix Search Component
* SharinPix Album: You can now set a maximum number of images to be uploaded to an album
* SharinPix Album: New supported format (.dng)
* SharinPix Image Records: User name available in SharinPix Image object field when photos have been uploaded to the SharinPix mobile App (from link capability)

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

Latest Version containing the above Bug Fixes and New Features:

* SharinPix Mobile App: Version 2.5.88424
* SharinPix on Salesforce App Exchange: Version 1.300
  {% 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-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.
