We're excited to announce a new release of the GTlab Core Framework! This update includes crucial bug fixes of the 2.0 series that address some user experience concerns, enhancing its overall usability.
Fixed
- Fixed problems in the process dock. The changes from version 2.0.7 have been reverted. It is now again possible to change the order of tasks and calculators - #1270
- Major performance improvement of the objectlink selection dialog. Searching for specific objects in large projects was very slow before, almost unusable. This release now fixes this issue, searching now works even in very large projects. - #1206
- Fixed crash when deleting multiple calculators or task via the context menu - #1266
- Fixed deletion of environment variable value, when trying to edit it via gtlab settings - #1268
Added
- Added option to skip/unskip multiple process elements at once via keyboard shortcut - #1226
- Added button and context menu entry, to disconnect all connections from a calculator or task to others - #1228
Changed
- Setting the value of a enum property via
GtEnumProperty::setValueFromVariant
does not change the value, if the variant string is invalid, i.e. is not an enum value. - #609