@signageos/front-display 14.20.0 → 14.21.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,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
+ ## [14.21.1] - 2025-07-17
8
+ ### Fixed
9
+ - Validate application type before apply device policy with application version change
10
+ - HTTP socket implementation (shared messages for `front` and `management` socket types) - Broken in versions `11.3.0` - `14.21.0`
11
+
12
+ ## [14.21.0] - 2025-06-19
13
+ ### Added
14
+ - Screenshot JS API can now receive aHash information if device supports it
15
+ - File system wipeout action can now be called from JS API
16
+ - Support for encryption Wi-Fi types in connect properties
17
+
7
18
  ## [14.20.0] - 2025-05-27
8
19
  ### Added
9
20
  - Scheduled reboots can now be created on device with JS API methods like `sos.management.power.setScheduledReboot()`