Project

General

Profile

Changelog 3 0 14 » History » Revision 4

Revision 3 (Torbjorn Carlqvist Admin, 09/01/2022 07:47 PM) → Revision 4/6 (Torbjorn Carlqvist Admin, 09/01/2022 07:53 PM)

h1. Changelog v3.0.14 

 version:3.0.14 (2022-09-01) 

 * Objects view 
 - New name standard and sorting of devices. Sorting is per virtual network so that devices is not randomly stacked. The dropdown also has dividers between networks. 

 * JS Editor 
 - Live auto completion when writing 
 - Introduced code snippets (not complete, only a few so far. Start write "Controller" for example) few) 
 - New device name standard and sorting of devices. Sorting is per virtual network so that devices is not randomly stacked. 

 


 * Setup 
 - New way of getting Long/Lat position from browser via https://geolocation-db.com/jsonp request 

 * Blocks 
 - New name standard and sorting of devices inside designated block types 

 * Javascript coding (the JS proxy) 
 - All scheduling method returns a JSON string that explains what this call performed #6 
 - More information about the serial ports when call to Controller.listSerialPorts() listSerialPorts 
 - Added a way of removing files by new function - "Controller.removeFiles(...)" "Controller.removeFiles" 
 - Added a 10s timeout for calls to host OS via Controller.execCommand to avoid getting stuck in text editors, unlimited ping reqs etc... 

 * Building of DTX 
 - New version for log4j2 framework 

 * Bugs: 
 - ackedTransitions property support in override.json 
 - One device was missig from the device discovery in object and blockly device lists.