There are some syntax coloring issues regarding legacy controls structures, such as
:caselist
:select
:end
This has been fixed.
There is a problem with execute and event handlers when referencing User Defined APL Functions. If you use methods (such as fn() ) it works ok. This has been fixed.
There is a problem with the Index Function (squad) when indexing vectors. This has been fixed.
The []fmt now supports composite format strings for dates.
The []chdir now accepts zilde as well as ''
Snippets are now supported in the Visual Studio editor.
[]fi was returning an error when the second character in a non numeric value was a strong type identifier. This has been fixed. For instance: []fi 'od' returned an error.
Comparison using == to niladic/monadic quads with the quad as the left argument threw an error, this has been fixed.