- + Catalog | Context Menu: Added command "Duplicate Item". Will insert a copy of the current item above the current item.
- + UDC dialog: Now, you can easily insert a menu separator by pressing Alt+Ins.
- * UDC dialog: The "New" button now pops a menu with some options.
- ! Scripting: Parsing error in certain contexts since Boolean operators were introduced. Fixed.
- * Scripting: Adapted the order of precedence of Boolean operators to that used in PHP:
&& > || > AND > XOR > OR