Skip to content

Releases: bloop16/ioBroker.f1

Release v0.1.11

Choose a tag to compare

@github-actions github-actions released this 10 Jun 20:02
chore: update to version 0.1.11 with live data quality improvements a…

Release v0.1.10

Choose a tag to compare

@github-actions github-actions released this 05 Jun 15:41
  • 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

Choose a tag to compare

@github-actions github-actions released this 02 Jun 16:00
chore: update to version 0.1.9 with maintenance updates, dependency a…

Release v0.1.8

Choose a tag to compare

@github-actions github-actions released this 02 Jun 13:13
fix: remove unused npm-token from test-and-release workflow

Release v0.1.7

Choose a tag to compare

@github-actions github-actions released this 03 May 20:23
  • 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

Choose a tag to compare

@github-actions github-actions released this 02 May 21:24
Merge branch 'main' of https://github.com/bloop16/ioBroker.f1

Release v0.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Apr 18:46
refactor: update node version in deployment step from 22.x to 24.x