The underlying server library (Jetty) was updated to the latest version (9.4.6). This is a major upgrade. Developers using the server library should test their project with the new version.
Note that due to security issues, weaker versions of SSL are disabled by default (TLS 1.0 and TLS 1.1). It is possible to re-enable them if needed.
New TreeTableView. A combination of TreeView and TableView:
I've uploaded beta #5. It will probably be the last beta for v5.80.
The runtime layout loading was improved. The global fields that are assigned when the layout is loaded, no longer need to be exact match. For example this code will work:
B4X:
Sub Process_Globals
Private Label1 As Node
End Sub
This feature will be used in the future to add cross platform thin wrappers over the existing views.