Project

General

Profile

Changelog 3 1 0 » History » Version 3

Torbjorn Carlqvist Admin, 09/19/2022 11:10 AM

1 1 Torbjorn Carlqvist Admin
h1. Changelog 3.1.0
2 2 Torbjorn Carlqvist Admin
3
version:3.1.0 (2022-09-19)
4
5
* Enhancements
6
- The pi4j library is removed to favor JNA, Java Native Access. This is the link between DTX and OS resources like i2c and gpio. Pi4j version 1.2 that was use was deprecated many years ago and the JNA was the natural replacement. To make use of JNA DTX uses some help classes via helins (thanks To Adam Helinski). These libraries utilize JNA 5.10.0 currently.
7
[[https://github.com/helins/linux-io.java]]
8 3 Torbjorn Carlqvist Admin
[[https://github.com/java-native-access/jna]]
9 2 Torbjorn Carlqvist Admin
10
* Bugs:
11
- Fixed the missing device ID for the local device in all device lists, treeview, blockly etc.