2021r2.1
Released on August 10th, 2021.
This release has important improvements to Xojo 2021r2.
Bug fixes (16 cases)
Case |
Area |
Description |
---|---|---|
Build Pipeline (IDE) |
Post-build build steps run before the ad-hoc code signature step on macOS builds again. |
|
Build Pipeline (IDE) |
The Linux IDE can build 64-Bit Windows apps again. |
|
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. |
|
Crashes & Assertions » IDE Unhandled Exception |
Fix a nilobjectException in autocomplete |
|
Framework » Web |
Fixed a regression which caused WebListbox selected rows to have the original unsorted values regardless of how the list was sorted. |
|
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. |
|
IDE » Auto Complete |
Picture.Graphics autocompletes properly again. |
|
IDE » Auto Complete |
Autocomplete handles more situations where properties have the same name as classes. |
|
IDE » Auto Complete |
Implicit instances of WebPages autocomplete properly again. |
|
IDE » Build Automation |
Fixed a regression which prevented the Copy File Steps in macOS Universal Console apps from working properly. |
|
IDE » Build Automation |
Fixed a regression which caused post-build build steps from running for macOS Universal builds. |
|
IDE » Code Editor |
Code folding indicators now scale with font size and the hit area is accurate with large font sizes. |
|
IDE » Code Editor |
Fixed several regressions regarding block matching of for-next loops. |
|
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. |
|
IDE » Code Editor |
Display standard mouse pointer when the cursor is over the code editor gutter area. |
|
IDE » Find & Replace |
Pressing the DELETE key in the find field no longer clears the field. |
Changes (1 case)
Case |
Area |
Description |
---|---|---|
Database Plugins » PostgreSQL |
PostgreSQLDatabase: updated libpq client library to version 13.2 on Linux to match Windows/macOS. |