@signageos/front-display 14.16.3 → 14.17.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,21 @@ 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.17.0] - 2025-03-28
8
+ ### Added
9
+ - Calculation of aHash or dHash of uploaded screen shot
10
+
11
+ ### Fixed
12
+ - Issue with MD5 checksum on old devices (Blob)
13
+
14
+ ## [14.16.4] - 2025-03-21
15
+ ### Added
16
+ - System log for information about changing device policy items
17
+
18
+ ### Fixed
19
+ - Issue with provisioning some devices after offline deprovisioning
20
+ - Added back support for legacy Custom Scripts, which was accidentally removed in 14.14.0
21
+
7
22
  ## [14.16.3] - 2025-03-14
8
23
  ### Fixed
9
24
  - Opening OSD on applet start
package/README.md CHANGED
@@ -7,7 +7,6 @@ In addition, it includes the Emulator, an implementation of the display that can
7
7
  ## Developing
8
8
  ```bash
9
9
  cp -n config/env.\{a\}.json config/env.development.json # only for the first time
10
- npx husky install # only for the first time
11
10
  npm run develop
12
11
  ```
13
12