Project

General

Profile

Changelog 3 0 14 » History » Version 4

Torbjorn Carlqvist Admin, 09/01/2022 07: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 1 Torbjorn Carlqvist Admin
13
* Setup
14
- New way of getting Long/Lat position from browser via https://geolocation-db.com/jsonp request
15 3 Torbjorn Carlqvist Admin
16 4 Torbjorn Carlqvist Admin
* Blocks
17
- New name standard and sorting of devices inside designated block types
18
19
* Javascript coding (the JS proxy)
20
- All scheduling method returns a JSON string that explains what this call performed #6
21
- More information about the serial ports when call to Controller.listSerialPorts()
22
- Added a way of removing files by new function - "Controller.removeFiles(...)"
23 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...
24
25 4 Torbjorn Carlqvist Admin
* Building of DTX
26 3 Torbjorn Carlqvist Admin
- New version for log4j2 framework
27
28
* Bugs:
29 1 Torbjorn Carlqvist Admin
- ackedTransitions property support in override.json
30
- One device was missig from the device discovery in object and blockly device lists.