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

# Release Notes - Q2 2024

Known Bug with correction

* SharinPix Mobile App: Team checklist - Landscape image not displaying correctly on checklist
* SharinPix Mobile App: Android (< v11) – Excessive compression created low-quality photos
* SharinPix Copy to Clipboard Component: Images got smaller when copied
* SharinPix Album within Community: Page refresh cancelled remaining uploads during multi-image upload

New Features

* SharinPix Mobile App: [Form Checklist](/documentation/mobile-app/sharinpix-mobile-app-checklist-with-form-features.md)
* SharinPix Mobile App: PDF Form - [Photo Field Enhancement with template image](/documentation/mobile-app/sharinpix-pdf-photo-field.md#template_image)
* SharinPix Mobile App: [Wide-angle camera option](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md#lens) on supported devices
* SharinPix Mobile App: [Export Feature](/documentation/mobile-app/export-media-to-internal-storage.md) to save media from SharinPix Mobile App to the current device
* SharinPix Mobile App: Team Checklist Enhancement - New ordering of images by date taken
* SharinPix Mobile App: Form Checklist + Team Checklist Enhancement - [Alert Text configurable](/documentation/mobile-app/sharinpix-mobile-app-checklist-with-form-features.md#additional-configurations)
* SharinPix Mobile App and Album: [Annotation Configurator](/documentation/features/user-interface/annotations-configurator.md) Enhancements
* SharinPix Album: Merge Annotations (Overlay multiple Image annotations on a given image)
* SharinPix Album: [Infinite Scroll View](/documentation/features/user-interface/thumbnail-view-album-gallery-navigation.md#gallery-navigation-scroll)
* SharinPix Single-Image Component: Tags can now be displayed through [SharinPix permission](/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md)
* SharinPix App: [Request SharinPix License from Production](/documentation/features/user-interface/sharinpix-add-licenses.md)
* SharinPix Transformation: [Reformat image as JPG](/documentation/image-sync/sharinpix-transformation-flow.md)
* SharinPix Playground – [SharinPix AI capabilities demo](/documentation/cookbook/sharinpix-generative-ai-analysis-extract-image-capabilities.md)
* [SharinPix Upload button (LWC)](/documentation/cookbook/display-an-upload-button-in-a-lightning-web-component.md)
* New Methods: [Retrieve/Update mobile app config from Salesforce](/documentation/cookbook/organization-utils-methods.md)
* [SharinPix Plan Items Related List](/documentation/lightning-web-component/sharinpix-plan-items-related-list.md): Available in Community

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

Latest Version containing the above Bug Fixes and New Features:

* SharinPix Mobile App: version 2.6.34732
* 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-q2-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.
