Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Fix conditional check for VIFs in case of timestamps

## [0.9.17] - 2026-03-21

### Changed

- Buffer overflow prevention: increased vifBuffer and charBuffer sizes by 1 byte
- Typo fix: LUMINOUS_IDENSITY_CD → LUMINOUS_INTENSITY_CD
- UNKNOWN_VIF no longer returns "total" as state_class
- Formatting: unified indentation to 4 spaces

## [0.9.16] - 2026-01-31

### Changed
Expand Down Expand Up @@ -72,7 +81,7 @@ PARTICLES_PM1_1M3,
PARTICLES_PM2_5_1M3,
PARTICLES_PM10_1M3,
ILLUMINANCE_LUX,
LUMINOUS_IDENSITY_CD,
LUMINOUS_INTENSITY_CD,
RADIANT_FLUX_DENS,
WIND_SPEED_M_S,
RAINFALL_L_MM,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MBusinoLib - an Arduino M-Bus Decoder Library

[![version](https://img.shields.io/badge/version-0.9.16-brightgreen.svg)](CHANGELOG.md)
[![version](https://img.shields.io/badge/version-0.9.17-brightgreen.svg)](CHANGELOG.md)
[![license](https://img.shields.io/badge/license-GPL--3.0-orange.svg)](LICENSE)


Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Zeppelin500/MBusinoLib.git"
},
"version": "0.9.16",
"version": "0.9.17",
"license": "GPL-3.0",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "espressif32" ,"espressif8266"],
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=MBusinoLib
version=0.9.16
version=0.9.17
author=Zeppelin500 <mbusinolib@gmail.com>
maintainer=Zeppelin500 <mbusinolib@gmail.com>
sentence=an Arduino M-Bus decoder Library
Expand Down
Loading