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

# Release Notes - Q1 2023

## Known Bug with correction

* SharinPix Mobile App: Image size not to scale when the image viewer is in landscape
* SharinPix Mobile App: Global Target Size not enabling Torch on Android
* SharinPix Mobile App: Keyboard moves the image viewer to top when typing
* SharinPix Mobile App: Torch is turned on automatically
* SharinPix Mobile App: iOS restartsthe  camera if roll permission not accepted
* SharinPix Mobile App: Torch is switched on but the icon does not match the torch
* SharinPix Search: Missing images when downloading
* SharinPix Album: Fix error with annotation viewbox
* SharinPix Album: The Same annotation does not save on multiple images

## Features

* SharinPix Mobile App: New UI Media editor and confirmation
* SharinPix Mobile App: Target Size Resolution Parameter on Global Configuration
* SharinPix PDF Viewer: Tag and Download
* [SharinPix PDF Builder: Pdf History](/documentation/lightning-web-component/sharinpix-pdf-form-builder.md#demo)
* SharinPix Image: Upload large file supported
* SharinPix Image: Download Images with annotation
* [SharinPix Album: Custom sort action in the selection dropdown](/documentation/features/menu-commands/custom-sort-action-in-thumbnail-menu.md)
* [SharinPix Single Image: Caption supported](/documentation/features/user-interface/single-image-caption.md)
* [SharinPix Search: Copy to Clipboard support](/documentation/lightning-web-component/sharinpix-copy-to-clipboard.md)


---

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