@signageos/front-display 14.21.3 → 14.23.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.23.0] - 2025-10-09
8
+ ### Fixed
9
+ - Issues with updating timezone on default screen
10
+
11
+ ### Added
12
+ - When socket connection closes, `SocketDisconnected` action will contain reason and context
13
+
14
+ ## [14.22.0] - 2025-09-01
15
+ ### Added
16
+ - `sos.management.package.stop` method to force stop Android package
17
+ - Initial support for PLUGINS/RUNNERS
18
+
19
+ ### Fixed
20
+ - add HLS playback support into emulator
21
+ - system logging can be switched off using feature flag
22
+ - Handling getting device info from JS API `sos.deviceInfo.getDeviceName()`
23
+
7
24
  ## [14.21.3] - 2025-08-06
8
25
  ### Fixed
9
26
  - If telemetry reporting fails with an error, always log the error to the console instead of only logging it as an opt-in debug log.