# Release Notes for Xojo 2026r2

<div id="Xojo2026r2.release_notes">

- Bugs fixed: 76
- Beta bugs fixed: 29
- Features added: 53
- Documentation changes: 5
- Examples changed: 1

</div>

| Revision | Issue                                                         | Type            | Category      | Platform | Description                                                                                                                                                                                                                                                                                                                                                    |
|----------|---------------------------------------------------------------|-----------------|---------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 67647    | [81262](https://tracker.xojo.com/xojoinc/xojo/-/issues/81262) | Feature Request | IDE           |          | Jade can now be used with local LLMs, OpenAI and OpenRouter.                                                                                                                                                                                                                                                                                                   |
| 67642    | [81178](https://tracker.xojo.com/xojoinc/xojo/-/issues/81178) | Feature Request | Framework     | Windows  | WinUI: Added support for DesktopToolbar.                                                                                                                                                                                                                                                                                                                       |
| 67638    | [81533](https://tracker.xojo.com/xojoinc/xojo/-/issues/81533) | Beta Bug        | Framework     | Web      | Fixed a beta regression causing WebTextField / WebTextArea to throw a JavaScript error with some inputs.                                                                                                                                                                                                                                                       |
| 67636    | [81564](https://tracker.xojo.com/xojoinc/xojo/-/issues/81564) | Beta Bug        | Framework     | iOS      | Fixed a regression on MobileMessageBox for iOS leading to a crash. Also added the expected behavior for MessageBox (title / message separation as it does on other platforms).                                                                                                                                                                                 |
| 67625    | [81556](https://tracker.xojo.com/xojoinc/xojo/-/issues/81556) | Bug             |               | Android  | Fixed an Android compile error that could occur when there is a Library in the Plugins folder.                                                                                                                                                                                                                                                                 |
| 67617    | [81559](https://tracker.xojo.com/xojoinc/xojo/-/issues/81559) | Beta Bug        | Framework     | iOS      | Fixed assigning the Tag value from a MobileMenuItem when it is assigned as a new row to MobilePopupMenu on iOS using AddRow or AddRowAt methods.                                                                                                                                                                                                               |
| 67612    | [73066](https://tracker.xojo.com/xojoinc/xojo/-/issues/73066) | Feature Request | IDE           |          | Code Editor now has a Page Guide that you can specify in settings.                                                                                                                                                                                                                                                                                             |
| 67608    | [81549](https://tracker.xojo.com/xojoinc/xojo/-/issues/81549) | Beta Bug        | IDE           |          | Adjusted Page Guide settings label to not overlap text field on dark mode in Windows.                                                                                                                                                                                                                                                                          |
| 67607    | [81530](https://tracker.xojo.com/xojoinc/xojo/-/issues/81530) | Bug             | IDE           |          | Jade Copy/Insert buttons on code blocks now work on Windows.                                                                                                                                                                                                                                                                                                   |
| 67599    | [81542](https://tracker.xojo.com/xojoinc/xojo/-/issues/81542) | Beta Bug        | Framework     | Web      | Protected the web framework against a race condition that could happen when completing a request.                                                                                                                                                                                                                                                              |
| 67591    | [81540](https://tracker.xojo.com/xojoinc/xojo/-/issues/81540) | Beta Bug        | Framework     | iOS      | Fixed setting menu and DisplayMenuAsAction to a MobileToolbarButton on iOS when such button is assigned to a MobileToolbar.                                                                                                                                                                                                                                    |
| 67586    | [81537](https://tracker.xojo.com/xojoinc/xojo/-/issues/81537) | Beta Bug        | Framework     | Web      | Fixed a Web framework issue that could cause the Main Thread to be blocked, while terminating one of the request threads.                                                                                                                                                                                                                                      |
| 67584    | [81524](https://tracker.xojo.com/xojoinc/xojo/-/issues/81524) | Bug             | IDE           |          | Custom property values on DesktopWindow subclasses now load correctly in text-based projects.                                                                                                                                                                                                                                                                  |
| 67577    | [59961](https://tracker.xojo.com/xojoinc/xojo/-/issues/59961) | Feature Request | Framework     | Windows  | DesktopHTMLViewer now uses WebView2 when targeting WinUI. For non-WinUI Windows targets, WebView2 can be selected as the HTMLViewer backend through the Windows Advanced Build Settings.                                                                                                                                                                       |
| 67574    | [81525](https://tracker.xojo.com/xojoinc/xojo/-/issues/81525) | Beta Bug        | IDE           | macOS    | Fixed trying to Sign hidden files on macOS Console apps.                                                                                                                                                                                                                                                                                                       |
| 67568    | [81458](https://tracker.xojo.com/xojoinc/xojo/-/issues/81458) | Beta Bug        | IDE           |          | Improved Settings AI panel label alignment, icon and link cursors.                                                                                                                                                                                                                                                                                             |
| 67566    | [81514](https://tracker.xojo.com/xojoinc/xojo/-/issues/81514) | Bug             | Framework     |          | MySQLCommunityServer.Connect is now safe to call from preemptive threads.                                                                                                                                                                                                                                                                                      |
| 67562    | [81021](https://tracker.xojo.com/xojoinc/xojo/-/issues/81021) | Feature Request | Framework     | Desktop  | Added DesktopScrollableArea control.                                                                                                                                                                                                                                                                                                                           |
| 67560    | [79703](https://tracker.xojo.com/xojoinc/xojo/-/issues/79703) | Feature Request | IDE           |          | Improved copy/paste of project items as text. You can now paste in multiple code items (constants, methods, properties, etc.) into a single project item. You can now copy classes and modules as text to the clipboard. You can now paste classes and modules from text into the project.                                                                     |
| 67559    | [67601](https://tracker.xojo.com/xojoinc/xojo/-/issues/67601) | Bug             | IDE           |          | Fixed an issue where modifying Extension method definitions to add ByRef or ByVal modifiers prevented the methods from appearing correctly in autocomplete.                                                                                                                                                                                                    |
| 67558    | [81472](https://tracker.xojo.com/xojoinc/xojo/-/issues/81472) | Beta Bug        | IDE           |          | Fixed an issue that could occur when pasting multiple methods from a single text block into the Navigator when the method declarations had line continuation characters.                                                                                                                                                                                       |
| 67554    | [81515](https://tracker.xojo.com/xojoinc/xojo/-/issues/81515) | Bug             | IDE           | Web      | DateFormat property won't be forced to appear under the Behavior group anymore, in web projects.                                                                                                                                                                                                                                                               |
| 67549    | [81470](https://tracker.xojo.com/xojoinc/xojo/-/issues/81470) | Bug             | IDE           |          | Fixed an IDE crash when a DirtyAllProjectItems command (via script) was executed.                                                                                                                                                                                                                                                                              |
| 67544    | [81490](https://tracker.xojo.com/xojoinc/xojo/-/issues/81490) | Bug             | IDE           | Web      | Fixed an issue where the inspector may not show a property from a parent WebContainer class.                                                                                                                                                                                                                                                                   |
| 67542    | [81495](https://tracker.xojo.com/xojoinc/xojo/-/issues/81495) | Beta Bug        | Framework     | macOS    | Fixed a regression that happens on macOS when the Super of the Quit menu item is set to DesktopMenuItem instead of DesktopQuitMenuItem.                                                                                                                                                                                                                        |
| 67541    | [81493](https://tracker.xojo.com/xojoinc/xojo/-/issues/81493) | Beta Bug        | Framework     | Windows  | Fixed a regression in retrieving the Text value of TextField/Combobox controls on Windows (non-WinUI).                                                                                                                                                                                                                                                         |
| 67539    | [81392](https://tracker.xojo.com/xojoinc/xojo/-/issues/81392) | Bug             | IDE           | iOS      | iOS and Android controls now work with the Navigator Filter.                                                                                                                                                                                                                                                                                                   |
| 67535    | [81491](https://tracker.xojo.com/xojoinc/xojo/-/issues/81491) | Bug             | IDE           | Web      | Fixed a WebSegmentedButton issue that could crash the IDE when dropping some subclassed instances into the views.                                                                                                                                                                                                                                              |
| 67527    | [81398](https://tracker.xojo.com/xojoinc/xojo/-/issues/81398) | Feature Request | Framework     | Linux    | PrinterSetup.Landscape is now supported on Linux.                                                                                                                                                                                                                                                                                                              |
| 67524    | [81471](https://tracker.xojo.com/xojoinc/xojo/-/issues/81471) | Bug             | IDE           |          | Fixed a System.DebugLog race condition when running multiple preemptive threads under the debugger.                                                                                                                                                                                                                                                            |
| 67519    | [81484](https://tracker.xojo.com/xojoinc/xojo/-/issues/81484) | Bug             | Framework     | Web      | Fixed a WebListBox issue causing SelectionChanged to not be fired after setting the SelectedRowIndex property, sometimes.                                                                                                                                                                                                                                      |
| 67517    | [81480](https://tracker.xojo.com/xojoinc/xojo/-/issues/81480) | Feature Request | IDE           | iOS      | Added Device Hub support so iOS apps can be debugged when Xcode 27+ is installed.                                                                                                                                                                                                                                                                              |
| 67513    | [81474](https://tracker.xojo.com/xojoinc/xojo/-/issues/81474) | Beta Bug        | Framework     | Web      | Fixed a Web beta bug causing request threads to not be cleaned up after closing the incoming socket.                                                                                                                                                                                                                                                           |
| 67510    | [81367](https://tracker.xojo.com/xojoinc/xojo/-/issues/81367) | Bug             | Framework     | Web      | Fixed a WebListBox issue when sorting a column with selected checkboxes.                                                                                                                                                                                                                                                                                       |
| 67508    | [81457](https://tracker.xojo.com/xojoinc/xojo/-/issues/81457) | Bug             | IDE           |          | Constant values containing invalid escape sequences no longer prevent a project or snippet from loading. When an invalid escape sequence is encountered, the IDE now displays the affected line and prompts you to either continue loading the project/snippet or cancel the operation.                                                                        |
| 67504    | [81479](https://tracker.xojo.com/xojoinc/xojo/-/issues/81479) | Feature Request | Framework     | Web      | Added a way to call WebPage.Show from the WebApplication.HandleURL event without automatically creating temporary sessions. This allows for improved SEO support and makes it possible to show a different page on different URL paths, like <span class="title-ref">/foo</span>, <span class="title-ref">/bar</span> and <span class="title-ref">/baz</span>. |
| 67502    | [81475](https://tracker.xojo.com/xojoinc/xojo/-/issues/81475) | Beta Bug        | Framework     | Windows  | Fixed an issue where enabling the HTMLViewer uses WebView2 option would cause apps, that used plugins, to crash for non-WinUI targets.                                                                                                                                                                                                                         |
| 67500    | [81477](https://tracker.xojo.com/xojoinc/xojo/-/issues/81477) | Bug             | Framework     | Windows  | Dark mode controls with labels no longer leave visual artifacts, and depending on scale factor these artifacts were much more noticeable.                                                                                                                                                                                                                      |
| 67496    | [81467](https://tracker.xojo.com/xojoinc/xojo/-/issues/81467) | Feature Request | Framework     | iOS      | Added SelectionLimit property to MobileImagePicker on iOS, so now it is possible to set the number of selected images when the source is set to Photos.                                                                                                                                                                                                        |
| 67487    | [81414](https://tracker.xojo.com/xojoinc/xojo/-/issues/81414) | Bug             | Framework     | Windows  | Updated various non-standard mouse cursors (such as HandOpen and HandClosed) for HiDPI.                                                                                                                                                                                                                                                                        |
| 67485    | [81462](https://tracker.xojo.com/xojoinc/xojo/-/issues/81462) | Beta Bug        | IDE           |          | Fixed an issue that could result in duplicates when pasting project items into the Navigator.                                                                                                                                                                                                                                                                  |
| 67479    | [81461](https://tracker.xojo.com/xojoinc/xojo/-/issues/81461) | Bug             | Framework     | macOS    | Fixed a NOE exception on macOS when a Container containing a Timer is closed.                                                                                                                                                                                                                                                                                  |
| 67478    | [81466](https://tracker.xojo.com/xojoinc/xojo/-/issues/81466) | Bug             | Framework     | macOS    | Fixed displaying the ToolTip value set in the Inspector Panel or at runtime for DesktopSegmentedControl on macOS Tahoe+.                                                                                                                                                                                                                                       |
| 67477    | [81450](https://tracker.xojo.com/xojoinc/xojo/-/issues/81450) | Beta Bug        | Framework     | Android  | Fixed compile errors that would occur when subclassing some Android framework classes.                                                                                                                                                                                                                                                                         |
| 67474    | [81449](https://tracker.xojo.com/xojoinc/xojo/-/issues/81449) | Bug             | Framework     |          | Fixed an issue where MemoryBlock compression level enumerations were incorrectly mapped, causing Normal compression to behave as uncompressed data while No compression produced results similar to Normal compression.                                                                                                                                        |
| 67472    | [81417](https://tracker.xojo.com/xojoinc/xojo/-/issues/81417) | Bug             | Framework     |          | Fixed an issue where Thread.Sleep could sleep indefinitely due to time calculations crossing an artificially enforced 32-bit rollover boundary.                                                                                                                                                                                                                |
| 67471    | [81401](https://tracker.xojo.com/xojoinc/xojo/-/issues/81401) | Beta Bug        | Framework     | Linux    | Control DrawInto no longer applies an incorrect offset when drawing on a transparent Canvas.                                                                                                                                                                                                                                                                   |
| 67470    | [81447](https://tracker.xojo.com/xojoinc/xojo/-/issues/81447) | Feature Request | Framework     | Android  | Added TintColor As ColorGroup to MobilePopupMenu to match iOS.                                                                                                                                                                                                                                                                                                 |
| 67465    | [81446](https://tracker.xojo.com/xojoinc/xojo/-/issues/81446) | Bug             | Framework     | macOS    | Fixed a bug crashing the macOS app when KeyChain.AddPassword was used.                                                                                                                                                                                                                                                                                         |
| 67462    | [81443](https://tracker.xojo.com/xojoinc/xojo/-/issues/81443) | Feature Request | IDE           | iOS      | Added Quick Edit Button to MobilePopupMenu on iOS, so the Initial Value entries can be populated directly in the Layout Editor.                                                                                                                                                                                                                                |
| 67460    | [75465](https://tracker.xojo.com/xojoinc/xojo/-/issues/75465) | Feature Request | Framework     | Android  | MobileSwitch now uses modern Material Switch. Added ThumbColor & TintColor to match iOS.                                                                                                                                                                                                                                                                       |
| 67459    | [81423](https://tracker.xojo.com/xojoinc/xojo/-/issues/81423) | Feature Request | Framework     | Android  | Added MobilePopupMenu.AddRow/At() methods that take a MobileMenuItem to match iOS. SelectionChanged also now has a MobileMenuItem parameter.                                                                                                                                                                                                                   |
| 67457    | [81422](https://tracker.xojo.com/xojoinc/xojo/-/issues/81422) | Feature Request | Framework     | Android  | Added TextColor As ColorGroup and TextFont As Font to MobilePopupMenu to match iOS.                                                                                                                                                                                                                                                                            |
| 67455    | [81334](https://tracker.xojo.com/xojoinc/xojo/-/issues/81334) | Feature Request | Framework     | Android  | Added MobileMenuItem class, along with these MobileButton changes: Menu As MobileMenuItem, DisplayMenuAsAction As Boolean properties and MenuItemSelected event handler.                                                                                                                                                                                       |
| 67452    | [81424](https://tracker.xojo.com/xojoinc/xojo/-/issues/81424) | Beta Bug        | Framework     | Linux    | Fixed various UI drawing issues on Wayland.                                                                                                                                                                                                                                                                                                                    |
| 67449    | [81425](https://tracker.xojo.com/xojoinc/xojo/-/issues/81425) | Feature Request | Framework     | macOS    | Added Orientation option to the Printer Dialog shown by DesktopHTMLViewer.Print on macOS.                                                                                                                                                                                                                                                                      |
| 67447    | [81429](https://tracker.xojo.com/xojoinc/xojo/-/issues/81429) | Feature Request | IDE           | Web      | Added a new DatabaseConnection property for Web projects, for having separate connections per WebSession.                                                                                                                                                                                                                                                      |
| 67445    | [81434](https://tracker.xojo.com/xojoinc/xojo/-/issues/81434) | Bug             | Framework     | iOS      | Fixed a bug on MobileImagePicker (iOS) that was crashing the app when the selected image has no Exif info on it.                                                                                                                                                                                                                                               |
| 67444    | [81433](https://tracker.xojo.com/xojoinc/xojo/-/issues/81433) | Bug             | Framework     | iOS      | Fixed a bug on MobileImagePicker so it doesn't crash when the Source is set to any of the available cameras after Photo being used as the source.                                                                                                                                                                                                              |
| 67442    | [81427](https://tracker.xojo.com/xojoinc/xojo/-/issues/81427) | Beta Bug        | Compiler      | Android  | Fixed a regression when parsing an instance Declare.                                                                                                                                                                                                                                                                                                           |
| 67439    | [80885](https://tracker.xojo.com/xojoinc/xojo/-/issues/80885) | Bug             | IDE           | Android  | Layout Editor Navigation area and Switch control colors now better match runtime when a custom color is selected.                                                                                                                                                                                                                                              |
| 67436    | [81399](https://tracker.xojo.com/xojoinc/xojo/-/issues/81399) | Beta Bug        | IDE           |          | Fixed a regression debugging macOS apps when Notarization/Hardened Runtime was enabled.                                                                                                                                                                                                                                                                        |
| 67435    | [81363](https://tracker.xojo.com/xojoinc/xojo/-/issues/81363) | Feature Request | Framework     | iOS      | Added MobilePopupMenu control to iOS projects.                                                                                                                                                                                                                                                                                                                 |
| 67430    | [81394](https://tracker.xojo.com/xojoinc/xojo/-/issues/81394) | Bug             | Framework     | Web      | Fixed a WebPagePanel / WebTabPanel issue causing the control to overfire the PanelChanged event.                                                                                                                                                                                                                                                               |
| 67428    | [81403](https://tracker.xojo.com/xojoinc/xojo/-/issues/81403) | Bug             | Framework     | Web      | Fixed a WebListBox issue causing the list to return a wrong order when sorting cells containing WebListBoxStyleRenderer.                                                                                                                                                                                                                                       |
| 67423    | [81396](https://tracker.xojo.com/xojoinc/xojo/-/issues/81396) | Beta Bug        | Framework     | Linux    | Fixed the rendering position of Listbox checkboxes and also made sure they are clipped to the Listbox content area, preventing them from drawing outside.                                                                                                                                                                                                      |
| 67418    | [81390](https://tracker.xojo.com/xojoinc/xojo/-/issues/81390) | Bug             | Framework     |          | MySQLCommunityServer: running ExecuteSQL/SelectSQL concurrently on separate MySQL connections no longer introduces a race condition when running on preemptive threads.                                                                                                                                                                                        |
| 67416    | [81391](https://tracker.xojo.com/xojoinc/xojo/-/issues/81391) | Bug             | Framework     | Web      | Fixed a WebListBox selection issue when using AllowRowReordering with RowSelectionType set to Multiple.                                                                                                                                                                                                                                                        |
| 67415    | [81307](https://tracker.xojo.com/xojoinc/xojo/-/issues/81307) | Feature Request | Framework     | Web      | Added support for the Format property in WebTextField and WebTextArea, for consistency with the other targets.                                                                                                                                                                                                                                                 |
| 67413    | [81153](https://tracker.xojo.com/xojoinc/xojo/-/issues/81153) | Bug             | Compiler      | Android  | Fixed a compile error that would occur when using object as a method parameter name.                                                                                                                                                                                                                                                                           |
| 67406    | [81361](https://tracker.xojo.com/xojoinc/xojo/-/issues/81361) | Feature Request | Framework     | Android  | Updated to Kotlin 2.3.21 and updated various Android library dependencies.                                                                                                                                                                                                                                                                                     |
| 67401    | [81345](https://tracker.xojo.com/xojoinc/xojo/-/issues/81345) | Feature Request | Framework     | Android  | Updated to Material library 1.14.0.                                                                                                                                                                                                                                                                                                                            |
| 67397    | [81360](https://tracker.xojo.com/xojoinc/xojo/-/issues/81360) | Bug             | Framework     | iOS      | Now MobileSwitch for iOS renders its associated contraint properly under iOS 26+.                                                                                                                                                                                                                                                                              |
| 67396    | [81332](https://tracker.xojo.com/xojoinc/xojo/-/issues/81332) | Feature Request | Framework     | iOS      | Added MobileMenuItem class to iOS, and the ability to add a MobileMenuItem instance to MobileButton and MobileToolbarButton instances on iOS. Such menus can be displayed on single tap or a long press over the MobileButton/MobileToolbarButton instances.                                                                                                   |
| 67391    | [81205](https://tracker.xojo.com/xojoinc/xojo/-/issues/81205) | Feature Request | Framework     | Desktop  | DesktopToolbar now supports different toolbar styles and symbol-based button icons, allowing you to specify a semicolon-separated list of symbol names. Also added a new AllowMulticolorSymbol option for macOS to enable color symbols.                                                                                                                       |
| 67387    | [79985](https://tracker.xojo.com/xojoinc/xojo/-/issues/79985) | Bug             | Framework     | Android  | Fixed a compile error that could occur when comparing a number to a variant.                                                                                                                                                                                                                                                                                   |
| 67386    | [81353](https://tracker.xojo.com/xojoinc/xojo/-/issues/81353) | Feature Request | IDE           |          | Improved compiler error reporting for rendered layout issues. Errors now include a snippet of the generated layout content to help identify the source of the problem, even when the original lines are not directly accessible.                                                                                                                               |
| 67385    | [81112](https://tracker.xojo.com/xojoinc/xojo/-/issues/81112) | Feature Request | Framework     | Android  | Added SQLiteDatabase.AffectedRowCount() As UInt64 to match other targets.                                                                                                                                                                                                                                                                                      |
| 67384    | [81357](https://tracker.xojo.com/xojoinc/xojo/-/issues/81357) | Beta Bug        | Framework     | Android  | Fixed compile errors when instantiating some XML and PDF classes.                                                                                                                                                                                                                                                                                              |
| 67383    | [81356](https://tracker.xojo.com/xojoinc/xojo/-/issues/81356) | Beta Bug        | Framework     | Android  | Fixed a compile error when using UserAuthentication.                                                                                                                                                                                                                                                                                                           |
| 67382    | [81355](https://tracker.xojo.com/xojoinc/xojo/-/issues/81355) | Beta Bug        | Framework     | Android  | Fixed a compile error when using Thread.                                                                                                                                                                                                                                                                                                                       |
| 67381    | [81354](https://tracker.xojo.com/xojoinc/xojo/-/issues/81354) | Beta Bug        | Framework     | Android  | Fixed a compile error when using the Database class.                                                                                                                                                                                                                                                                                                           |
| 67380    | [81352](https://tracker.xojo.com/xojoinc/xojo/-/issues/81352) | Beta Bug        | Framework     | Android  | Fixed a compile error when using Barcode.                                                                                                                                                                                                                                                                                                                      |
| 67379    | [81358](https://tracker.xojo.com/xojoinc/xojo/-/issues/81358) | Bug             | Framework     | Web      | WebDatePicker won't fire DateChanged event twice anymore when the previous and new value is Nil.                                                                                                                                                                                                                                                               |
| 67376    | [81339](https://tracker.xojo.com/xojoinc/xojo/-/issues/81339) | Beta Bug        | Compiler      | Android  | Fixed a compile error when using the Array method with a negative literal number.                                                                                                                                                                                                                                                                              |
| 67375    | [81338](https://tracker.xojo.com/xojoinc/xojo/-/issues/81338) | Beta Bug        | Framework     | Android  | Fixed a compile error regression with Clipboard.                                                                                                                                                                                                                                                                                                               |
| 67374    | [81336](https://tracker.xojo.com/xojoinc/xojo/-/issues/81336) | Beta Bug        | Framework     | Android  | Fixed compile error when subclassing XmlReader.                                                                                                                                                                                                                                                                                                                |
| 67373    | [81290](https://tracker.xojo.com/xojoinc/xojo/-/issues/81290) | Feature Request | Framework     | Android  | Added MobileProgressBar.Indeterminate property.                                                                                                                                                                                                                                                                                                                |
| 67372    | [80790](https://tracker.xojo.com/xojoinc/xojo/-/issues/80790) | Feature Request | Framework     | Android  | Updated MobileProgressBar to use Material theme and added TintColor property.                                                                                                                                                                                                                                                                                  |
| 67368    | [81267](https://tracker.xojo.com/xojoinc/xojo/-/issues/81267) | Bug             | Framework     | Linux    | Fixed a clipping issue for certain controls when they are embedded within a DesktopContainer.                                                                                                                                                                                                                                                                  |
| 67363    | [81309](https://tracker.xojo.com/xojoinc/xojo/-/issues/81309) | Feature Request | Framework     | Web      | Added the missing WebToolbar.Count method for consistency with DesktopToolbar.                                                                                                                                                                                                                                                                                 |
| 67362    | [81344](https://tracker.xojo.com/xojoinc/xojo/-/issues/81344) | Bug             | Framework     | Web      | Fixed a WebBreadcrumb rendering issue when setting the Enabled property to False.                                                                                                                                                                                                                                                                              |
| 67359    | [81059](https://tracker.xojo.com/xojoinc/xojo/-/issues/81059) | Bug             | IDE           |          | Jade now better handles prompts that contain a backslash.                                                                                                                                                                                                                                                                                                      |
| 67354    | [81330](https://tracker.xojo.com/xojoinc/xojo/-/issues/81330) | Bug             | Framework     | macOS    | Fixed an issue where the ComboBox height was too small when UI Compatibility mode was enabled.                                                                                                                                                                                                                                                                 |
| 67350    | [81333](https://tracker.xojo.com/xojoinc/xojo/-/issues/81333) | Bug             | Framework     |          | The Dictionary.Iterator method is no longer hidden and is now accessible to plugins.                                                                                                                                                                                                                                                                           |
| 67348    | [81329](https://tracker.xojo.com/xojoinc/xojo/-/issues/81329) | Bug             | Framework     | Windows  | WinUI: IsContextualClick now correctly returns True when a right mouse button click triggers a MouseDown event.                                                                                                                                                                                                                                                |
| 67347    | [81319](https://tracker.xojo.com/xojoinc/xojo/-/issues/81319) | Bug             | IDE           | macOS    | Selecting and dragging large amounts of text in the code editor no longer causes the IDE to become unresponsive.                                                                                                                                                                                                                                               |
| 67344    | [81326](https://tracker.xojo.com/xojoinc/xojo/-/issues/81326) | Bug             | Framework     | Web      | Fixed a WebMapLocation bug causing DistanceTo method to return invalid results, most of the time.                                                                                                                                                                                                                                                              |
| 67343    | [81308](https://tracker.xojo.com/xojoinc/xojo/-/issues/81308) | Feature Request | Framework     | Web      | Added WebListBox.ColumnAlignmentAt for consistency with DesktopListBox.                                                                                                                                                                                                                                                                                        |
| 67339    | [81302](https://tracker.xojo.com/xojoinc/xojo/-/issues/81302) | Bug             | IDE           |          | Subclassed WebPages and WebControls, that expose Database properties in the Inspector, no longer cause a compilation error.                                                                                                                                                                                                                                    |
| 67337    | [81310](https://tracker.xojo.com/xojoinc/xojo/-/issues/81310) | Feature Request | Framework     | Web      | Added support for WebGraphics.DrawPath and WebGraphics.FillPath.                                                                                                                                                                                                                                                                                               |
| 67336    | [81311](https://tracker.xojo.com/xojoinc/xojo/-/issues/81311) | Feature Request | Framework     | iOS      | Now it is possible to add Badges to the buttons added to a NavigationToolBar on iOS projects, setting the text, text font, text color and background color. These Badges are only applied under iOS 26+.                                                                                                                                                       |
| 67334    | [81304](https://tracker.xojo.com/xojoinc/xojo/-/issues/81304) | Bug             | Framework     | Windows  | WinUI: DesktopTabPanel and DesktopGroupBox now correctly strip ampersands from captions and assigns the corresponding accelerator key.                                                                                                                                                                                                                         |
| 67330    | [70008](https://tracker.xojo.com/xojoinc/xojo/-/issues/70008) | Bug             | IDE           |          | Fixed an issue where the method parameter editor would incorrectly treat ByRef parameters as ByVal.                                                                                                                                                                                                                                                            |
| 67329    | [61558](https://tracker.xojo.com/xojoinc/xojo/-/issues/61558) | Feature Request | Framework     | Web      | Added WebSeparator control, similar to DesktopSeparator.                                                                                                                                                                                                                                                                                                       |
| 67328    | [81301](https://tracker.xojo.com/xojoinc/xojo/-/issues/81301) | Feature Request | Framework     | iOS      | Added MinimizeTabBar property to MobileScreen on iOS. This property only has effect when the app is ran on iOS 26+.                                                                                                                                                                                                                                            |
| 67327    | [81295](https://tracker.xojo.com/xojoinc/xojo/-/issues/81295) | Feature Request | Framework     | Web      | Changing the WebImageViewer.Image property will do a better job now replacing the image without flickering.                                                                                                                                                                                                                                                    |
| 67323    | [81299](https://tracker.xojo.com/xojoinc/xojo/-/issues/81299) | Bug             | IDE           |          | Jade code result syntax highlighting is working again.                                                                                                                                                                                                                                                                                                         |
| 67322    | [81296](https://tracker.xojo.com/xojoinc/xojo/-/issues/81296) | Bug             | Framework     | Windows  | Enabling the DesktopContainer.Composited property now works again, so composited drawing can be used to reduce flicker. Note that compositing is not compatible with all controls—most notably DesktopHTMLViewer, where it may prevent rendering altogether.                                                                                                   |
| 67320    | [81211](https://tracker.xojo.com/xojoinc/xojo/-/issues/81211) | Feature Request | Framework     | Web      | Improved the Web framework performance to handle more requests per second.                                                                                                                                                                                                                                                                                     |
| 67316    | [81294](https://tracker.xojo.com/xojoinc/xojo/-/issues/81294) | Bug             | Framework     | macOS    | Fixed the use of chained Child methods over a valid FolderItem on macOS; so its behavior adheres what is described in the documentation and also matches the current behavior of Windows and Linux. Now, if some of the intermediate Child calls for the path chain doesn't exist, it returns Nil.                                                             |
| 67314    | [80218](https://tracker.xojo.com/xojoinc/xojo/-/issues/80218) | Feature Request | IDE           |          | Added a new AI Settings panel, which contains AI-related settings including the ability to turn off AI features.                                                                                                                                                                                                                                               |
| 67312    | [81266](https://tracker.xojo.com/xojoinc/xojo/-/issues/81266) | Bug             | Framework     | Windows  | Maximizing a window no longer leaves stray layout artifacts.                                                                                                                                                                                                                                                                                                   |
| 67311    | [81210](https://tracker.xojo.com/xojoinc/xojo/-/issues/81210) | Bug             | Framework     | macOS    | Fixed incorrect position offset when writting to a BinaryStream after a Read operation.                                                                                                                                                                                                                                                                        |
| 67307    | [79365](https://tracker.xojo.com/xojoinc/xojo/-/issues/79365) | Bug             | Framework     | macOS    | Now FolderItem.Constructor(Path) throws UnsupportedFormatException on macOS if the provided path is not reachable (that is, part of the path components doesn't exist).                                                                                                                                                                                        |
| 67305    | [81279](https://tracker.xojo.com/xojoinc/xojo/-/issues/81279) | Bug             | Framework     | iOS      | Now when the Pressed event isn't implemented in MobileImageViewer on iOS, the click is sent up through the hierarchy.                                                                                                                                                                                                                                          |
| 67298    | [81194](https://tracker.xojo.com/xojoinc/xojo/-/issues/81194) | Bug             | IDE           |          | Jade can now return much longer code blocks.                                                                                                                                                                                                                                                                                                                   |
| 67297    | [81060](https://tracker.xojo.com/xojoinc/xojo/-/issues/81060) | Bug             | IDE           |          | Jade does a better job of displaying tables in its replies.                                                                                                                                                                                                                                                                                                    |
| 67287    | [81250](https://tracker.xojo.com/xojoinc/xojo/-/issues/81250) | Bug             | Framework     | Windows  | WinUI: Controls now fire MouseWheel events. This is also supported for DesktopXAMLContainers via EventTriggered with the eventName set to PointerWheelChanged.                                                                                                                                                                                                 |
| 67286    | [80064](https://tracker.xojo.com/xojoinc/xojo/-/issues/80064) | Feature Request | IDE           |          | Jade can now request project item source and compile errors as needed.                                                                                                                                                                                                                                                                                         |
| 67281    | [64490](https://tracker.xojo.com/xojoinc/xojo/-/issues/64490) | Feature Request | Framework     |          | ShadowBrush is now available on PDFGraphics.                                                                                                                                                                                                                                                                                                                   |
| 67269    | [81092](https://tracker.xojo.com/xojoinc/xojo/-/issues/81092) | Bug             | IDE           |          | Fixed several drawing issues in the Navigator and Libraries list when using the LibraryIcon and NavigatorIcon constants.                                                                                                                                                                                                                                       |
| 67267    | [81222](https://tracker.xojo.com/xojoinc/xojo/-/issues/81222) | Feature Request | IDE           |          | Added preference to customize the debugger watch source line highlight color.                                                                                                                                                                                                                                                                                  |
| 67266    | [81234](https://tracker.xojo.com/xojoinc/xojo/-/issues/81234) | Bug             | Framework     | Windows  | WinUI: Password TextFields now correctly apply custom background and text colors. Also now correctly applies custom text colors for TextArea controls.                                                                                                                                                                                                         |
| 67262    | [81212](https://tracker.xojo.com/xojoinc/xojo/-/issues/81212) | Bug             | Framework     | Windows  | Graphics.ShadowBrush combined with Graphics.Scale no longer results into blurry rendering.                                                                                                                                                                                                                                                                     |
| 67261    | [81224](https://tracker.xojo.com/xojoinc/xojo/-/issues/81224) | Bug             | IDE           | Linux    | Web project: A layout heavy with controls no longer causes a crash in the IDE when dragging controls around.                                                                                                                                                                                                                                                   |
| 67260    | [81218](https://tracker.xojo.com/xojoinc/xojo/-/issues/81218) | Bug             | IDE           | Android  | Updated Layout Editor drawing of MobileSlider to better match its new Material styling.                                                                                                                                                                                                                                                                        |
| 67259    | [81151](https://tracker.xojo.com/xojoinc/xojo/-/issues/81151) | Bug             | Compiler      | Android  | Fixed NilObjectExceptions that could occur when subclassing constructors in certain situations.                                                                                                                                                                                                                                                                |
| 67255    | [81192](https://tracker.xojo.com/xojoinc/xojo/-/issues/81192) | Feature Request | IDE           | macOS    | The Quit menu item displays the expected icon under macOS Tahoe.                                                                                                                                                                                                                                                                                               |
| 67251    | [79430](https://tracker.xojo.com/xojoinc/xojo/-/issues/79430) | Feature Request | Framework     | iOS      | Implemented Scene based lifecycle for iOS apps.                                                                                                                                                                                                                                                                                                                |
| 67249    | [81204](https://tracker.xojo.com/xojoinc/xojo/-/issues/81204) | Bug             | Framework     | Windows  | A read-only TextField/TextArea no longer applies themed background colors that reduced text readability when using a high contrast theme.                                                                                                                                                                                                                      |
| 67248    | [81200](https://tracker.xojo.com/xojoinc/xojo/-/issues/81200) | Bug             | Framework     | macOS    | A subclassed SearchField control no longer fires the TextChanged event before the Opening event.                                                                                                                                                                                                                                                               |
| 67243    | [81177](https://tracker.xojo.com/xojoinc/xojo/-/issues/81177) | Bug             | Framework     | Linux    | DrawInto on a non-transparent Canvas Graphics no longer draws with incorrect x/y offsets.                                                                                                                                                                                                                                                                      |
| 67242    | [81175](https://tracker.xojo.com/xojoinc/xojo/-/issues/81175) | Bug             | Framework     | macOS    | Selected rows in hierarchical listboxes now correctly render the disclosure widget in white in light mode on macOS Tahoe.                                                                                                                                                                                                                                      |
| 67240    | [81152](https://tracker.xojo.com/xojoinc/xojo/-/issues/81152) | Bug             | Compiler      | Android  | A user-added, no-parameter constructor on a control subclass is now called when the control is initialized on the layout.                                                                                                                                                                                                                                      |
| 67236    | [81148](https://tracker.xojo.com/xojoinc/xojo/-/issues/81148) | Bug             | Compiler      | Android  | Fixed a compiler error processing optional parameters to overridden methods that call the parent with Super.                                                                                                                                                                                                                                                   |
| 67235    | [81123](https://tracker.xojo.com/xojoinc/xojo/-/issues/81123) | Bug             | IDE           |          | Autocompleting toolbar items now works correctly and no longer omits items.                                                                                                                                                                                                                                                                                    |
| 67234    | [80859](https://tracker.xojo.com/xojoinc/xojo/-/issues/80859) | Bug             | Framework     | Android  | Fixed an issue with LittleEndian when used MemoryBlock.LeftB.                                                                                                                                                                                                                                                                                                  |
| 67233    | [80941](https://tracker.xojo.com/xojoinc/xojo/-/issues/80941) | Feature Request | Framework     | Android  | Added TintColor to MobileTextArea/-Field to match iOS.                                                                                                                                                                                                                                                                                                         |
| 67232    | [81170](https://tracker.xojo.com/xojoinc/xojo/-/issues/81170) | Feature Request | IDE           | macOS    | Now it is possible both to debug and build macOS apps wit Hardening enabled even if they are Ad-Hoc signed.                                                                                                                                                                                                                                                    |
| 67228    | [80874](https://tracker.xojo.com/xojoinc/xojo/-/issues/80874) | Bug             | IDE           | Android  | Hide IsEventImplemented from Android projects since it is not yet... implemented.                                                                                                                                                                                                                                                                              |
| 67214    | [81154](https://tracker.xojo.com/xojoinc/xojo/-/issues/81154) | Bug             | Framework     |          | The DatabaseColumn.Type is now updated properly when the Value is set if there is no RowSet assigned.                                                                                                                                                                                                                                                          |
| 67213    | [81033](https://tracker.xojo.com/xojoinc/xojo/-/issues/81033) | Feature Request | Framework     | Android  | MobilePopupMenu now uses modern Material style.                                                                                                                                                                                                                                                                                                                |
| 67185    | [81043](https://tracker.xojo.com/xojoinc/xojo/-/issues/81043) | Feature Request | Framework     | Android  | Added AdjustTextSizeToFit property to MobileButton, MobileDateTimePicker & MobileLabel to match iOS.                                                                                                                                                                                                                                                           |
| 67180    | [14298](https://tracker.xojo.com/xojoinc/xojo/-/issues/14298) | Feature Request | Framework     |          | AffectedRowCount is now supported in the SQLiteDatabase, PostgreSQLDatabase, and ODBCDatabase classes. For ODBCDatabase, if the driver does not provide the affected row count, the method will return -1.                                                                                                                                                     |
| 67177    | [81102](https://tracker.xojo.com/xojoinc/xojo/-/issues/81102) | Bug             | Framework     | Windows  | WinUI: TextArea/TextField contextual menu now responds correctly to theme changes.                                                                                                                                                                                                                                                                             |
| 67176    | [70403](https://tracker.xojo.com/xojoinc/xojo/-/issues/70403) | Bug             | IDE           |          | Autocomplete now displays the correct signature and method icon for the Binary Enumerations Contains method.                                                                                                                                                                                                                                                   |
| 67175    | [81028](https://tracker.xojo.com/xojoinc/xojo/-/issues/81028) | Feature Request | IDE           | macOS    | Now the IDE creates a .pkg file when building for macOS and App Store is selected as the signing option, so it can be used with Transporter.                                                                                                                                                                                                                   |
| 67174    | [81088](https://tracker.xojo.com/xojoinc/xojo/-/issues/81088) | Bug             | Framework     |          | Fixed setting Width and Height values at runtime in the DesktopGrid control.                                                                                                                                                                                                                                                                                   |
| 67173    | [81089](https://tracker.xojo.com/xojoinc/xojo/-/issues/81089) | Bug             | IDE           | macOS    | Fixed adding empty entitlements on macOS builds. In addition, now the get-task-allow entitlement is also added for macOS apps running from the IDE when Notarization is enabled.                                                                                                                                                                               |
| 67150    | [81078](https://tracker.xojo.com/xojoinc/xojo/-/issues/81078) | Bug             | IDE           | Web      | Graphics.DrawOval no longer draws an unintended line based on the previous path state. This fixes an issue in the Linux IDE for Web projects when rendering RadioGroups in the layout editor.                                                                                                                                                                  |
| 67138    | [81072](https://tracker.xojo.com/xojoinc/xojo/-/issues/81072) | Feature Request | IDE           | macOS    | Added signing of macOS Console apps beyond Ad-Hoc, so Entitlements can be attached and these apps can be also Notarized and attached to Apple's Instruments app. Also, changed the compressed file sent to Notarization service from Zip to DMG image.                                                                                                         |
| 67060    | [81024](https://tracker.xojo.com/xojoinc/xojo/-/issues/81024) | Feature Request | Framework     | macOS    | Added the ability to create, retrieve, modify and delete Keychain generic passwords synced with iCloud on macOS.                                                                                                                                                                                                                                               |
| 66878    | [79763](https://tracker.xojo.com/xojoinc/xojo/-/issues/79763) | Feature Request | Framework     | Android  | Added XMLDocument, XMLReader and related classes.Issue \#79763                                                                                                                                                                                                                                                                                                 |
| 66626    | [80611](https://tracker.xojo.com/xojoinc/xojo/-/issues/80611) | Bug             | Framework     |          | Thread.SleepCurrent now throws an UnsupportedOperationException when called from within a preemptive thread.                                                                                                                                                                                                                                                   |
|          | [80872](https://tracker.xojo.com/xojoinc/xojo/-/issues/80872) | Feature Request | IDE           |          | DesktopContainer properties are now available to be added to the Inspector via the inspector behaviors dialog.                                                                                                                                                                                                                                                 |
|          | [81496](https://tracker.xojo.com/xojoinc/xojo/-/issues/81496) | Feature Request | Documentation |          | Updated the SSH tunnel Windows instructions to link directly to the Xojo Blog post Setting up puTTY to create a SSH tunnel from Windows to Xojo Cloud instead of suggesting a generic web search.                                                                                                                                                              |
|          | [81073](https://tracker.xojo.com/xojoinc/xojo/-/issues/81073) | Feature Request | IDE           | macOS    | Added signing of macOS Console apps beyond Ad-Hoc, so Entitlements can be attached and these apps can be also Notarized and attached to Apple's Instruments app. Also, changed the compressed file sent to Notarization service from Zip to DMG image.                                                                                                         |
|          | [77881](https://tracker.xojo.com/xojoinc/xojo/-/issues/77881) | Bug             | Documentation |          | Added documentation for the drag-and-drop feature in the File Type Group editor, which automatically fills in file type properties when a file is dragged onto the editor from Finder or File Explorer.                                                                                                                                                        |
|          | [77558](https://tracker.xojo.com/xojoinc/xojo/-/issues/77558) | Bug             | Documentation |          | The information on preemptive threads has been updated to explain that the type can be changed at any time as long as the thread isn't running. When it is, only from within the thread itself.                                                                                                                                                                |
|          | [76594](https://tracker.xojo.com/xojoinc/xojo/-/issues/76594) | Bug             | Documentation |          | Added Notes subsection to String documenting Unicode homoglyphs — visually identical characters with different codepoints that do not compare as equal with the = operator — with a code example and a note about security implications.                                                                                                                       |
|          | [76494](https://tracker.xojo.com/xojoinc/xojo/-/issues/76494) | Bug             | Documentation | Web      | Added WebDatePicker.AllowKeyboardEntry as a Boolean property, which controls whether users can type dates directly into the field or must use the calendar picker.                                                                                                                                                                                             |
|          | [81554](https://tracker.xojo.com/xojoinc/xojo/-/issues/81554) | Feature Request | Examples      |          | Added DesktopScrollableArea example to project examples.                                                                                                                                                                                                                                                                                                       |
|          | [58514](https://tracker.xojo.com/xojoinc/xojo/-/issues/58514) | Bug             | Framework     |          | Fixed a potential crash when closing windows containing Containers. Also resolved a memory leak that occurred when closing Containers on a window.                                                                                                                                                                                                             |
