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

# Release Notes - Q2 2020

## Known Bug with correction

* SharinPix Mobile App : Deeplink not working on Chrome/Firefox
* SharinPix Mobile App : Scan Document freeze
* SharinPix Mobile App: Fixes for personnalized S3 uploads
* Einstein Vision : Tags not showing up
* Annotation : Scroll not working on Stickers list
* Annotation : Arrow get broken in some conditions
* Component : Related Search - various issues
* Component : Single Image - not showing up with default size in flow
* Component : Single Image - Crop Issue with new Crop
* Component : To Rich Text - missing fields in parameters dropdown
* Component: Upload File- access error in flow
* Search : Image not showing up
* Image Sync : Performance issue

## Features

* Component : [Related Search](/documentation/lightning-web-component/sharinpix-related-search.md) available in Community and Flow
* Component : [Copy To Clipboard](/documentation/lightning-web-component/sharinpix-copy-to-clipboard.md)
* Component : [SharinPix To Album](/documentation/lightning-web-component/sharinpix-to-album.md) (insert existing image with extra action - such as annotation)
* Component : [Mobile Launcher](/documentation/lightning-web-component/sharinpix-mobile-launcher.md) available on Community
* Component : [To PDF](/documentation/lightning-web-component/sharinpix-to-pdf.md) includes numbering for page footer
* Component : [To PDF](/documentation/lightning-web-component/sharinpix-to-pdf.md) includes start/end page and before/after images comment
* Component : [SharinPix Map](/documentation/lightning-web-component/sharinpix-map.md)
* Component : [Upload Button](/documentation/lightning-web-component/sharinpix-upload-button.md) available in Flow
* Component : Album Open Camera only
* Component : Album Numbering Selection
* Image Sync : Storage path available as field
* Einstein Vision : Probability displayed on Review Set
* SharinPix Mobile App : personnalized S3 uploads
* SharinPix Mobile App : Allow using auto/default/tags with Checklist
* Free Component - Add File Name and Download button
* Crop : New Crop UI
* Crop : Allow block Crop to personnalized ratio


---

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