@signageos/front-display 14.9.1 → 14.10.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 +10 -0
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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.10.0] - 2025-01-15
|
|
8
|
+
### Added
|
|
9
|
+
- Telemetry `FEATURE_FLAGS` is now reported
|
|
10
|
+
- Limitation for setting stream auto reconnect interval on 10,000ms. If value is lower it may break the streams and reconnection.
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- P2p sync on Tizen 4.0
|
|
14
|
+
- Storage checking interval when saving offline actions
|
|
15
|
+
- Duplication issues with `connected` event on streams, it's now called only when the device truly plays the stream
|
|
16
|
+
|
|
7
17
|
## [14.9.1] - 2024-12-02
|
|
8
18
|
### Fixed
|
|
9
19
|
- `sos.sync.connect` doesn't fail for p2p-local if called without network
|