Changelog 3 1 12 » History » Version 2
Torbjorn Carlqvist Admin, 05/17/2023 06:19 PM
1 | 1 | Torbjorn Carlqvist Admin | h1. Changelog 3.1.12 |
---|---|---|---|
2 | |||
3 | version:3.1.12 (2023-05-17) |
||
4 | |||
5 | * New features: |
||
6 | 2 | Torbjorn Carlqvist Admin | ** MAP (a.k.a Maply) is now a native part of DTX, not just a project. It can be accessed from code menu only. The content is in project folder "map_app" with a couple of demo basemaps hosting a couple of layers each. |
7 | A total re-work of the mapping feature of DTX. Now with a totally new Draw toolbar, possibility to rotate the whole map, cutting holes in existing layers, sending text updates to layers from Blockly and many things more. |
||
8 | !Maply.PNG! |
||
9 | ** A PING watchdog function via Setup. Configurable target IP address. |
||
10 | ** Email settings (including SMPT-server) is now part of Setup instead of hard coded. |
||
11 | Supports SMTP TLS. Verified on the google relay service. |
||
12 | !Email-setup.PNG! |
||
13 | ** Introduced an SSH-client that can be controlled commanded via javascript. |
||
14 | In short you send a text message to any DTX (including windows based) with some parameters. The client in that DTX will do a SSH call to the specified remote ssh server and the response is a text message back. |
||
15 | It support even sudo by passing the sudo password as part of the JSON command set. |
||
16 | Example: |
||
17 | !ssh_client_feature.PNG! |
||
18 | ** Introduced support for Multi State Input/Output BACnet-objects. |
||
19 | ** Introduced the BACnet Loop object in a beta version. |
||
20 | The BACnet implementation of a PID regulator. More to come in next release. |
||
21 | ** Enabled the reset of ENC28J60 network chip on L-platforms (LION) |
||
22 | ** Added a new block to Blockly that can update a layer on a map in Maply. |
||
23 | 1 | Torbjorn Carlqvist Admin | |
24 | * Bug fixes: |
||
25 | The OPR login feature did not work. A normal login was conducted instead of the dedicated opr-page. |
||
26 | |||
27 | * Build: |
||
28 | Lion 3.0 |
||
29 | mwiede 0.2.8 (new, for SSH client) |
||
30 | Also a new feature in build is that a windows executable is no automatically built for easy setup on windows |