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

# Release Notes - Q1 2021

## Known Bug with correction

* [SharinPix Search](/documentation/lightning-web-component/sharinpix-search.md) : tags not displayed
* [SharinPix Search](/documentation/lightning-web-component/sharinpix-search.md) : incorrect image count
* [SharinPix Search](/documentation/lightning-web-component/sharinpix-search.md) : SharinPix Permission support
* SharinPix Mobile App : Batch limit to 100 images
* SharinPix Mobile App : keep checklist in same order (even after taking pictures)
* SharinPix Mobile App : Checklist validation with required number of images per item
* SharinPix Mobile App : Crashes from Roll on iOS 14.1
* SharinPix Mobile App : return URL (deeplink triggered when pictures are uploaded)
* SharinPix Mobile App : Global Config (with compression toggle)
* [SharinPix Mobile Launcher](/documentation/lightning-web-component/sharinpix-mobile-launcher.md) : use the name of the record instead recordID for Job Name
* [SharinPix Album](/documentation/lightning-web-component/sharinpix-album.md) : rotating + flipping gets the wrong results
* [SharinPix Album](/documentation/lightning-web-component/sharinpix-album.md) : PDF metadata errors
* [SharinPix Permission](/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md) : Global Settings default not reflected on Community
* [SharinPix Related Record Album](/documentation/lightning-web-component/sharinpix-related-record-albums.md) : available on Community
* [SharinPix Webform](/documentation/access-and-security/integration-in-a-webform-admin-friendly.md) : ability not working
* [SharinPix to PDF](/documentation/lightning-web-component/sharinpix-to-pdf.md) : Title and Description not printed
* [SharinPix to PDF](/documentation/lightning-web-component/sharinpix-to-pdf.md) : hit limits when too many images
* [SharinPix Image Sync](/documentation/image-sync/setup-sharinpix-image-sync.md) : not working with Consumer Goods Visit object

## Features

* [SharinPix Plan](/documentation/lightning-web-component/sharinpix-plan.md) **: new component !**
* [SharinPix Map](/documentation/lightning-web-component/sharinpix-map.md) : Zoom to Polygon/Marker option
* [SharinPix Map To Album](/documentation/lightning-web-component/sharinpix-map-to-album.md) **: new component !**
* [SharinPix Search](/documentation/lightning-web-component/sharinpix-search.md) : add fullscreen capabilities
* [SharinPix Utils](/documentation/cookbook/utils-methods.md) : method to duplicate multiple images to multiple albums
* [SharinPix Related Record Albums](/documentation/lightning-web-component/sharinpix-related-record-albums.md) : mobile friendly UI


---

# 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-2021.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.
