Releases: CCOMJHC/WIBL
Release list
wibl-python-1.2.0
Changes since 1.1.1 release (May 8th, 2025)
- Notable changes:
- Use wibl@ccom.unh.edu as e-mail for example metadata (commit).
- Add strict mode support for commands that read WIBL files to allow failed packet transcriptions to be treated as an error. By default, strict mode is not enabled. Previous default was to treat packet transcription errors as fatal errors. New default is to treat these are warnings with a detailed explanation of exactly where the fault lies in the WIBL file being processed. (commit).
- logger-file: when reading WIBL packets record position before read so that byte offset reported during error will be more precise (commit.
- Update CLI application to use click (commit.
- Testing improvements
Firmware 1.6.1
This provides updated firmware to fix a bug, add voltage monitoring for hardware 2.5.1, and other bug fixes. See release notes for full details.
WIBL Firmware 1.6.0
This release memorialises the code at the release of firmware version 1.6.0. See release notes, and https://github.com/CCOMJHC/WIBL/commits/firmware-1.6.0/?path=LoggerFirmware
WIBL Firmware 1.5.5
This release incorporates firmware v1.5.5 for the WIBL logger, which adds support for support for multi-cast DNS to the WiFi stack. This allows the logger to be resolved by name (by default wibl.local) on the local network by any mDNS-capable browser (that's most of them now) rather than having to know the IP address to connect to; this works with the logger both in AP mode (stand-alone) and when connected to someone else's network. The name used ("wibl" by default) is a configuration parameter and can be set by serial command ("mdns"), via the integrated website, or by JSON bulk-setting as required.
See release notes, and https://github.com/CCOMJHC/WIBL/commits/firmware-1.5.5/?path=LoggerFirmware
wibl-python-1.1.1
- Fixes bug where DCDB submission would fail for GeoJSON files missing IDNumber property of platform metadata (#69)
Full Changelog: https://github.com/CCOMJHC/WIBL/commits/wibl-python-1.1.1/?path=wibl-python