BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.
- * List, Sorting: Now when you sort the list by scripting in descending sort order, or when the default sort order for a column is descending, the secondary sorted column (usually column "Name") is also sorted in descending order. Before it was sorted in ascending order.
::SortBy("Ext", "d"); //will secondary sort Name descending - * SC run: The wait dialog now shows a blinking icon while waiting.
- ! All small lists in various corners of the GUI had a bug that rarely surfaced. When you deleted the last item in a list the list was internally not completely updated to the new state. Fixed.