|
1 | 1 | # MQTTany Change Log |
2 | 2 |
|
3 | | -## Development |
| 3 | +## 0.13.0 |
4 | 4 |
|
5 | | -* **Changed** |
| 5 | +* ***BREAKING CHANGE*** |
6 | 6 | * LED restructure set/get pixel functions to simplify array subclassing. |
7 | | - * LED some minor cleanup of array subtypes. |
8 | | - * MQTT use custom client logger for better control of log messages. |
9 | | - * Migrate from pylint to Pylance for code checking in VSCode. |
10 | | - * Convert entire codebase to be fully typed. |
11 | | - * Migrate CI code check to Pyright from pylint. |
| 7 | + [#92](https://github.com/CrazyIvan359/mqttany/pull/92) |
| 8 | + |
| 9 | +* **Changed** |
| 10 | + * LED some minor cleanup of array subtypes. [#92](https://github.com/CrazyIvan359/mqttany/pull/92) |
| 11 | + * MQTT use custom client logger for better control of log messages. [#93](https://github.com/CrazyIvan359/mqttany/pull/93) |
| 12 | + * Migrate from pylint to Pylance for code checking in VSCode. [#96](https://github.com/CrazyIvan359/mqttany/pull/96) |
| 13 | + * Convert entire codebase to be fully typed. [#96](https://github.com/CrazyIvan359/mqttany/pull/96) |
| 14 | + * Migrate CI code check to Pyright from pylint. [#96](https://github.com/CrazyIvan359/mqttany/pull/96) |
12 | 15 | * OneWire move `get_w1_address` function from base `bus` class to wire-1 bus class. |
| 16 | + [#97](https://github.com/CrazyIvan359/mqttany/pull/97) |
13 | 17 |
|
14 | 18 | * **Fixed** |
15 | | - * Missing comma in Odroid C1+ and C2 board definitions. |
| 19 | + * Missing comma in Odroid C1+ and C2 board definitions. [#89](https://github.com/CrazyIvan359/mqttany/pull/89) |
16 | 20 | * GPIO Digital pin pulse message handler using entire payload as state instead of |
17 | | - JSON property `'state'`. |
| 21 | + JSON property `'state'`. [#90](https://github.com/CrazyIvan359/mqttany/pull/90) |
18 | 22 | * I2C Bus instance referencing error, devices not able to access the bus instance. |
19 | | - * OneWire bus not being instantiated. |
20 | | - * OneWire polling not referencing device instance. |
21 | | - * XSET module missing module type. |
| 23 | + [#91](https://github.com/CrazyIvan359/mqttany/pull/91) |
| 24 | + * OneWire bus not being instantiated. [#94](https://github.com/CrazyIvan359/mqttany/pull/94) |
| 25 | + * OneWire polling not referencing device instance. [#94](https://github.com/CrazyIvan359/mqttany/pull/94) |
| 26 | + * XSET module missing module type. [#95](https://github.com/CrazyIvan359/mqttany/pull/95) |
22 | 27 |
|
23 | 28 | ## 0.12.2 |
24 | 29 |
|
|
0 commit comments