signalk-polar-performance-plugin 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,15 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [1.3.3] - 2026-08-28
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- npm publishes now use GitHub Actions OIDC trusted publishing instead of a long-lived `NPM_TOKEN`.
|
|
13
|
+
- Idle input recovery is now always enabled; the temporary `detectStaleData` setting has been removed from the runtime settings UI.
|
|
14
|
+
|
|
9
15
|
### Fixed
|
|
10
16
|
- Signal K admin styling now loads from standalone CSS records in current Vite manifests while retaining support for entry-associated CSS and older server fallbacks.
|
|
11
17
|
- `/live` and `/status` endpoints now return `null` for `tws`/`twa` (and downstream fields) when the wind smoother has no data or is stale, instead of `0`. The guard was checking for the presence of the smoother object rather than its `ready` state.
|
|
12
18
|
- `computeAndSend`: when the polar table lookup fails (boat outside polar range — in irons or above max TWS), the `performance.polarSpeed`, `performance.polarSpeedRatio`, and `performance.targetSpeed` SK paths are now written with `null` instead of `0`. Writing `0` was misleading because it is a valid-looking value rather than an explicit "no data" signal.
|
|
13
19
|
- Live input subscriptions are now re-established after prolonged silence for all subscribed inputs, not just true wind. Boat speed and optional true heading use the same recovery path, and the plugin now reports their lifecycle state through the webapp/status endpoints.
|
|
14
20
|
|
|
15
|
-
### Changed
|
|
16
|
-
- Idle input recovery is now always enabled; the temporary `detectStaleData` setting has been removed from the runtime settings UI.
|
|
17
|
-
|
|
18
21
|
## [1.2.1] - 2026-07-25
|
|
19
22
|
|
|
20
23
|
### Fixed
|
package/package.json
CHANGED