Changelog 3 0 14 » History » Version 5
Torbjorn Carlqvist Admin, 09/02/2022 01:53 PM
1 | 2 | Torbjorn Carlqvist Admin | h1. Changelog v3.0.14 |
---|---|---|---|
2 | |||
3 | version:3.0.14 (2022-09-01) |
||
4 | |||
5 | 4 | Torbjorn Carlqvist Admin | * Objects view |
6 | - 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. |
||
7 | |||
8 | 1 | Torbjorn Carlqvist Admin | * JS Editor |
9 | 4 | Torbjorn Carlqvist Admin | - Live auto completion when writing |
10 | - Introduced code snippets (not complete, only a few so far. Start write "Controller" for example) |
||
11 | - New name standard and sorting of devices. Sorting is per virtual network so that devices is not randomly stacked. |
||
12 | 5 | Torbjorn Carlqvist Admin | - A new option "Download" when selecting BACnet File objects in the device object tree. This feature will donwload the content into the local DTX project folder. |
13 | The file is prefixed with the remove device id to no cause conflicts. The file can after downloaded be seen in project tree after a refresh. To open for example a zip-file you can right-click and choose open in new web browser tab and the web browser will download the file for you. |
||
14 | 1 | Torbjorn Carlqvist Admin | |
15 | * Setup |
||
16 | - New way of getting Long/Lat position from browser via https://geolocation-db.com/jsonp request |
||
17 | 3 | Torbjorn Carlqvist Admin | |
18 | 4 | Torbjorn Carlqvist Admin | * Blocks |
19 | - New name standard and sorting of devices inside designated block types |
||
20 | |||
21 | * Javascript coding (the JS proxy) |
||
22 | - All scheduling method returns a JSON string that explains what this call performed #6 |
||
23 | - More information about the serial ports when call to Controller.listSerialPorts() |
||
24 | - Added a way of removing files by new function - "Controller.removeFiles(...)" |
||
25 | 3 | Torbjorn Carlqvist Admin | - Added a 10s timeout for calls to host OS via Controller.execCommand to avoid getting stuck in text editors, unlimited ping reqs etc... |
26 | 4 | Torbjorn Carlqvist Admin | |
27 | 5 | Torbjorn Carlqvist Admin | * Non visible functionality |
28 | - New project backup feature. |
||
29 | DTXr now zipping important files like project directory, settings etc to a file called dtx_backup.zip which stored in dtx root folder. |
||
30 | The dtx_backup.zip file is accessible as a BACnet File Object. The file is updated with 1h interval and is overwritten every time. There is no history. It is up to you to save the file eleswhere in a suitable manner. |
||
31 | |||
32 | |||
33 | 1 | Torbjorn Carlqvist Admin | * Building of DTX |
34 | 5 | Torbjorn Carlqvist Admin | - New version for log4j framework to 2.18.0 to dodge vulnerability |
35 | - New version for GraalVM (JS engine) from 21.2.0 to 22.2.0 |
||
36 | 3 | Torbjorn Carlqvist Admin | |
37 | * Bugs: |
||
38 | 1 | Torbjorn Carlqvist Admin | - ackedTransitions property support in override.json |
39 | - One device was missig from the device discovery in object and blockly device lists. |