@signageos/front-display 14.41.2 → 14.42.0

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 CHANGED
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [Unreleased]
8
+
9
+ ## [14.42.0] - 2026-09-01
10
+ ### Added
11
+ - Support custom Supra controller applets and report the active controller applet in Supra connection telemetry
12
+
13
+ ### Fixed
14
+ - Preserve the supplied host when downloading custom-script archives
15
+ - CI jobs no longer stall indefinitely during `npm ci`. The unused `puppeteer` dev dependency is dropped — nothing imported it and the browser tests resolve Chrome through `CHROME_BIN` — but its postinstall downloaded ~250 MB of Chromium from Google's CDN on every install, which hung jobs for their full timeout once installs stopped using `--ignore-scripts`.
16
+ - Reject incomplete IndexedDB downloads instead of storing partial files
17
+
7
18
  ## [14.41.2] - 2026-08-24
8
19
  ### Fixed
9
20
  - Socket sync: `sos.sync.cancelWait()` is implemented for the `sync-server` engine — it emits `sync_request_cancel` and rejects every wait pending on the group, not only the most recent one. On a group that isn't joined it is a no-op, matching the `p2p` engine behind the same API.