@signageos/front-display 14.19.1 → 14.21.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 +11 -1
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,18 @@ 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.
|
|
7
|
+
## [14.21.0] - 2025-06-19
|
|
8
|
+
### Added
|
|
9
|
+
- Screenshot JS API can now receive aHash information if device supports it
|
|
10
|
+
- File system wipeout action can now be called from JS API
|
|
11
|
+
- Support for encryption Wi-Fi types in connect properties
|
|
12
|
+
|
|
13
|
+
## [14.20.0] - 2025-05-27
|
|
14
|
+
### Added
|
|
15
|
+
- Scheduled reboots can now be created on device with JS API methods like `sos.management.power.setScheduledReboot()`
|
|
16
|
+
|
|
8
17
|
### Fixed
|
|
18
|
+
- (internal) Changed context of management driver scripts execution
|
|
9
19
|
- Issues with getting organization tags and location from server
|
|
10
20
|
|
|
11
21
|
## [14.19.0] - 2025-04-30
|