@signageos/front-display 14.8.0 → 14.9.1

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,20 @@ 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
+ ## [14.9.1] - 2024-12-02
8
+ ### Fixed
9
+ - `sos.sync.connect` doesn't fail for p2p-local if called without network
10
+ - Fixed a potential catastrophic failure when driver throws an error during telemetry gathering
11
+
12
+ ## [14.9.0] - 2024-11-20
13
+ ### Added
14
+ - Remote desktop session could be replaced by another SetRemoteDesktopSettings action call
15
+ - `sos.sync.isMaster` method to check if the device is the master of a sync group
16
+ - `sos.sync.onStatus` events contain field `isMaster` that indicates if the device is the master of that sync group
17
+
18
+ ### Fixed
19
+ - `sos.osd.showOSD`
20
+
7
21
  ## [14.8.0] - 2024-11-08
8
22
  ### Added
9
23
  - Support for disabling screenshot capturing using DeviceFeatureFlags