# 2021r2.1

Released on August 10th, 2021.

This release has important improvements to `Xojo 2021r2</resources/release_notes/2021r2>`.

## Bug fixes (16 cases)

| Case                                         | Area                                           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
|----------------------------------------------|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [65310](http://feedback.xojo.com/case/65310) | Build Pipeline (IDE)                           | Post-build build steps run before the ad-hoc code signature step on macOS builds again.                                                                                                                                                                                                                                                                                                                                                                                                            |
| [65408](http://feedback.xojo.com/case/65408) | Build Pipeline (IDE)                           | The Linux IDE can build 64-Bit Windows apps again.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| [65367](http://feedback.xojo.com/case/65367) | Crashes & Assertions » IDE Unhandled Exception | Trying to go to a line number from the Go To Location dialog on an item that doesn't have line numbers no longer crashes the IDE.                                                                                                                                                                                                                                                                                                                                                                  |
| [65391](http://feedback.xojo.com/case/65391) | Crashes & Assertions » IDE Unhandled Exception | Fix a nilobjectException in autocomplete                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [65347](http://feedback.xojo.com/case/65347) | Framework » Web                                | Fixed a regression which caused WebListbox selected rows to have the original unsorted values regardless of how the list was sorted.                                                                                                                                                                                                                                                                                                                                                               |
| [65346](http://feedback.xojo.com/case/65346) | Framework » macOS                              | Fixed a regression which caused the Slider control on macOS Big Sur to be positioned incorrectly and not visible when placed within another control.                                                                                                                                                                                                                                                                                                                                               |
| [65283](http://feedback.xojo.com/case/65283) | IDE » Auto Complete                            | Picture.Graphics autocompletes properly again.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [65345](http://feedback.xojo.com/case/65345) | IDE » Auto Complete                            | Autocomplete handles more situations where properties have the same name as classes.                                                                                                                                                                                                                                                                                                                                                                                                               |
| [65495](http://feedback.xojo.com/case/65495) | IDE » Auto Complete                            | Implicit instances of WebPages autocomplete properly again.                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [65342](http://feedback.xojo.com/case/65342) | IDE » Build Automation                         | Fixed a regression which prevented the Copy File Steps in macOS Universal Console apps from working properly.                                                                                                                                                                                                                                                                                                                                                                                      |
| [65352](http://feedback.xojo.com/case/65352) | IDE » Build Automation                         | Fixed a regression which caused post-build build steps from running for macOS Universal builds.                                                                                                                                                                                                                                                                                                                                                                                                    |
| [65329](http://feedback.xojo.com/case/65329) | IDE » Code Editor                              | Code folding indicators now scale with font size and the hit area is accurate with large font sizes.                                                                                                                                                                                                                                                                                                                                                                                               |
| [65339](http://feedback.xojo.com/case/65339) | IDE » Code Editor                              | Fixed several regressions regarding block matching of for-next loops.                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [65340](http://feedback.xojo.com/case/65340) | IDE » Code Editor                              | Improved handling of up/down arrows when code is selected, particular when code has been selected with the keyboard. When selection was extended (with the keyboard) to the left, up/down arrow moves to line above/below positioning near the start of the selection. If selection was extended to the right (with the keyboard), up/down arrow moves to the line above/below positioning near the end of the selection. Moving back to the original line should also position the cursor better. |
| [65418](http://feedback.xojo.com/case/65418) | IDE » Code Editor                              | Display standard mouse pointer when the cursor is over the code editor gutter area.                                                                                                                                                                                                                                                                                                                                                                                                                |
| [64974](http://feedback.xojo.com/case/64974) | IDE » Find & Replace                           | Pressing the DELETE key in the find field no longer clears the field.                                                                                                                                                                                                                                                                                                                                                                                                                              |

## Changes (1 case)

| Case                                         | Area                          | Description                                                                                       |
|----------------------------------------------|-------------------------------|---------------------------------------------------------------------------------------------------|
| [65237](http://feedback.xojo.com/case/65237) | Database Plugins » PostgreSQL | PostgreSQLDatabase: updated libpq client library to version 13.2 on Linux to match Windows/macOS. |
