@signageos/front-display 9.17.0 → 9.19.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 +19 -0
- package/dist/bundle.js +21 -21
- package/dist/bundle.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,25 @@ 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
|
+
## [9.19.0] - 2022-07-14
|
|
8
|
+
### Added
|
|
9
|
+
- File System Wipeout power action
|
|
10
|
+
- In telemetry reports device capabilities FRONT and MANAGEMENT
|
|
11
|
+
- Front capability for Front-OSD
|
|
12
|
+
- Front-OSD in Applets
|
|
13
|
+
|
|
14
|
+
## [9.18.0] - 2022-06-22
|
|
15
|
+
### Added
|
|
16
|
+
- Telemetry for Wifi strength & proxy
|
|
17
|
+
- Device peer recovery methods and telemetry for that.
|
|
18
|
+
|
|
19
|
+
## [9.17.1] - 2022-06-20
|
|
20
|
+
### Fixed
|
|
21
|
+
- DeviceInfo when wifi is not supported
|
|
22
|
+
- Show verification hash when serial number isn't needed to generate device UID
|
|
23
|
+
- Unsubscribe internal video events once video stops for any reason, fixing memory leak
|
|
24
|
+
- Add CPU, Memory & Proxy applet messages
|
|
25
|
+
|
|
7
26
|
## [9.17.0] - 2022-05-24
|
|
8
27
|
### Added
|
|
9
28
|
- Wifi SSID & strength values
|