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

# Release Notes - Q3 2023

## Known Bug with correction

* SharinPix Mobile App: Annotation Modal stays on the screen when changing links
* SharinPix Mobile App: Thumbnails not showing correctly
* SharinPix Mobile App: Photo input fields on PDF forms do not show the image once it has been taken
* SharinPix Mobile App: The description field disappears after taking a picture
* SharinPix Mobile App: Allowing to swipe to images in another checklist
* SharinPix Mobile App: BatchId ID shows up on photos taken for PDF forms
* SharinPix Album: Annotation not showing when images are duplicated
* SharinPix Plan: Field sets were taking the default one rather than the custom one
* SharinPix to PDF: Landscape not displaying correctly

## Features

* SharinPix Mobile App: Link to photos for PDF (not available for SharinPix Mobile App iOS only). We now have the ability to click on an image, and it redirects us to the browser where it opens the image.
* SharinPix Mobile App: Now it does not wait for all 50 photos to load. The preview Image (big screen) shows the first photo. It will load the first 10 images with the preview image, then if you swipe to the right, it will show you that the other images are loading
* SharinPix Mobile App: Photo Annotation within PDFs
* SharinPix Mobile App: Checklist UI Enhancement
* SharinPix Mobile App: Now you can just swipe right and left to view the next image in the preview image
* SharinPix Mobile App: You can now add a photo field as mandatory in a PDF
* SharinPix Mobile App: PDF auto-save when closing the app - If you're working on a PDF and by mistake you close the app, the PDF will now be auto-saved
* SharinPix Album: Merge Multiple PDF
* SharinPix Album: Uploader Enhancement (ability to use the rear camera)
* SharinPix: Team Checklist on Mobile Launcher


---

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