> For the complete documentation index, see [llms.txt](https://www.blenderguppy.com/add-ons/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.blenderguppy.com/add-ons/preselect/changelog.md).

# Changelog

### Version 1.6.0

You can now pick on the geometry produced by the mirror modifier. Preview drawing will still appear on the real geometry side.

You can now change the hotkeys for all the operators in the add-on preferences.

Added a new cull faces toggle in the three select operator. You can see this in their redo panel by pressing [F9](/add-ons/other-information/redo-panel.md). When enabled, it will show two more new paramaters called Minimum Edge Length and Maximum Edge Length that will you remove faces that do not meet these values from the selection. This is great when using this for Random Flow to avoid randomizations on too thin or too small faces than can result to overlaps or spiking.

### Version 1.5.0

Added the seam limit and sharp limit toggle to Shift+F and Ctrl+Shift+F functionality. This limits their selection to edges marked with either seams or sharpness.

Fix for the add-on not selecting faces in edit mode suddenly (has to do with matrices), which can sometimes never work again. Previously, the workaround is just selecting in object mode but this update fixes that. Problem can still arise so just report.


---

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

```
GET https://www.blenderguppy.com/add-ons/preselect/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
