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

# Release Notes - Q3 2020

## Known Bug with correction

* [Utils methods](/documentation/cookbook/utils-methods.md) : resyncAlbum utils method don't handle deleted images
* Einstein Vision : metrics component fails for certain models
* WebHook : trouble due to Salesforce instance URL update
* Photo distorsion issue for HEIC format
* Image Sync : SharinPix Image records related to the wrong parent
* Image Search : Access Error clicking on Info icon

## Features

* [Component : Album](/documentation/lightning-web-component/sharinpix-album.md) - Title is now available on thumbnails
* [Component : Upload Button](/documentation/lightning-web-component/sharinpix-upload-button.md) now available in flows
* [Component : Single Image](/documentation/lightning-web-component/sharinpix-single-image.md) - Remove Button
* [Component - Map](/documentation/lightning-web-component/sharinpix-map.md) - better error messages (instead of error saving map message)
* [Component : To Album](/documentation/lightning-web-component/sharinpix-to-album.md) can auto tag
* NEW [Component : Related Record Albums](/documentation/lightning-web-component/sharinpix-related-record-albums.md)
* [SharinPix Permission sets](/documentation/access-and-security/sharinpix-permission-sets.md) for easier security settings for apex class, community usage and more
* Einstein Vision : Review sets better models support
* SharinPix mobile App : Show media infos
* SharinPix mobile App : Display warning on old version of the mobile App
* SharinPix mobile App : Keep Tags in same order than URL for CheckList and Menu
* Crop : [select crop ratio from a list](/documentation/features/user-interface/large-view-toolbar-crop-with-aspect-ratios.md)
* Annotation : new handles and Shift / Alt keyboard shortcuts to resize/rotate only
* Annotation : ALT and drag copy the element
* Optimized upload : Upload Multipart
* New Upload UI for all components (support Folder Drag and Drop)


---

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