Changelog 3 0 14 » History » Version 3
Torbjorn Carlqvist Admin, 09/01/2022 07:47 PM
1 | 2 | Torbjorn Carlqvist Admin | h1. Changelog v3.0.14 |
---|---|---|---|
2 | |||
3 | version:3.0.14 (2022-09-01) |
||
4 | |||
5 | * JS Editor |
||
6 | 3 | Torbjorn Carlqvist Admin | - Live auto completion |
7 | - Introduced code snippets (not complete, only a few) |
||
8 | - New device name and sorting of devices |
||
9 | |||
10 | |||
11 | * Setup |
||
12 | - New way of getting Long/Lat position from browser via https://geolocation-db.com/jsonp request |
||
13 | |||
14 | * Javascript coding |
||
15 | - All scheduling method returns a JSON string that explains what this call performed |
||
16 | - More information about the serial ports when call to listSerialPorts |
||
17 | - Added a way of removing files by new function - "Controller.removeFiles" |
||
18 | - Added a 10s timeout for calls to host OS via Controller.execCommand to avoid getting stuck in text editors, unlimited ping reqs etc... |
||
19 | |||
20 | * Building |
||
21 | - New version for log4j2 framework |
||
22 | |||
23 | * Bugs: |
||
24 | - ackedTransitions property support in override.json |
||
25 | - One device was missig from the device discovery in object and blockly device lists. |