Changes
* An [[XAML_Tips#InvokeOnItemsCommand|InvokeOnItemsCommand]] is now available to execute a specified command on list items.
* Added the [[SYSCLS_3DMODELCLASSIFICATION|Archive3DModelClassification]] to enable downloading 3D models including additional files like textures.
* Added a {{key press|Edit UBIKThemes}} button for fast and easy access to the custom/default UBIKThemes.xaml file, see [[Developer_Mode#XAML_Files|developer mode]].
=== Enhancements ===
* Improved ToString representations of collections for better use in DeveloperMode
* Improved the performance and responsiveness when loading large lists.
=== Bugfixes ===
* Fixed an issue where UBIK was crashing when repeatedly opening the GuidEditor using the PropertyWizard.
* Fixed an issue where configured barcode formats for not read correctly from the profile, thus the App always used QR Codes only, after restart
<br />
We have made some improvements to make some bindings in Xaml code easier and more efficient. Some changes to your existing Xaml customizings might be necessary. Please refer to each section to see if the change is mandatory or not.
== General changes regarding how UBIKThemes.xaml is customized ==
In previous versions, one must include all resources defined in the default UBIKThemes.xaml file, which means the custom version of it will contain hundreds of resources even if only a handful of minor changes are actually made.
<br />
Starting from 3.6, this mechanism is overhauled so that the custom UBIKThemes.xaml file only needs to contain those customized resources. For all other default ones that do not require changes, one can delete them (and we highly recommend doing so) to keep the customizings cleaner and more maintainable.
== Binding to TemplateService and the templates ==