@signageos/front-display 14.7.0 → 14.9.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,23 @@ 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.0] - 2024-11-20
8
+ ### Added
9
+ - Remote desktop session could be replaced by another SetRemoteDesktopSettings action call
10
+ - `sos.sync.isMaster` method to check if the device is the master of a sync group
11
+ - `sos.sync.onStatus` events contain field `isMaster` that indicates if the device is the master of that sync group
12
+
13
+ ### Fixed
14
+ - `sos.osd.showOSD`
15
+
16
+ ## [14.8.0] - 2024-11-08
17
+ ### Added
18
+ - Support for disabling screenshot capturing using DeviceFeatureFlags
19
+ - Randomization of initial and second telemetry delay to reduce peak load on the server (including screenshots)
20
+
21
+ ### Fixed
22
+ - Improved P2P sync resilience against network issues. Reliability of P2P synchronization heavily depends on being able to deliver all message to all devices in the group, because each device has to hold the state of the entire network and constantly update it. If a device misses a message, it will have an inconsistent state and will not be able to recover from it. This change improves the reliability of the P2P synchronization by adding a mechanism that ensures that all messages are delivered to all devices in the group.
23
+
7
24
  ## [14.7.0] - 2024-10-21
8
25
  ### Added
9
26
  - Acceptance tests now supports timeout for each test