Releases: bloop16/ioBroker.f1
Releases · bloop16/ioBroker.f1
Release list
Release v0.1.11
chore: update to version 0.1.11 with live data quality improvements a…
Release v0.1.10
- Updated version numbers in io-package.json, package-lock.json, and package.json to 0.1.10.
- Added news entries in multiple languages for the live timing fix, detailing the migration from legacy SignalR to SignalR Core, which reduces reconnect warnings and improves feed stability.
- Refactored WebSocket connection logic in main.ts to implement SignalR Core, including negotiation and subscription handling.
- Enhanced message processing to accommodate SignalR Core's JSON protocol and maintain connection stability.
Release v0.1.9
chore: update to version 0.1.9 with maintenance updates, dependency a…
Release v0.1.8
fix: remove unused npm-token from test-and-release workflow
Release v0.1.7
- Keep only last 3 versions (0.1.7, 0.1.6, 0.1.5) in README.md
- Move older versions (0.1.4–0.1.0) to CHANGELOG_OLD.md
- Add link to CHANGELOG_OLD.md in README
- Reduces README changelog clutter per [W6019] repochecker warning
- Improves readability: recent in README, historical in CHANGELOG_OLD
Release v0.1.6
Merge branch 'main' of https://github.com/bloop16/ioBroker.f1
Release v0.1.4
refactor: update node version in deployment step from 22.x to 24.x