@signageos/front-osd 0.15.0 → 0.16.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 +14 -0
- package/dist/index.js +104 -82
- package/dist/main.css +2 -1
- package/package.json +8 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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
|
+
## [0.16.1] - 2026-03-20
|
|
8
|
+
### Fixed
|
|
9
|
+
- Function for validating certificates should be enabled only on Brightsign devices.
|
|
10
|
+
- Issue where Wi-Fi client was not properly enabled on Wi-Fi settings pages for Linux devices.
|
|
11
|
+
|
|
12
|
+
## [0.16.0] - 2026-02-13
|
|
13
|
+
### Added
|
|
14
|
+
- Support for connection to hidden Wi-Fi networks
|
|
15
|
+
- Support for Wi-Fi enterprise networks with EAP-TLS, EAP-TTLS and EAP-PEAP authentication methods
|
|
16
|
+
- Logs are now hidden from console by default, but can be enabled via local storage by setting `debug` to `@signageos/front-osd`
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
- Issues with validating connection on OPEN Wi-Fi networks on setup page
|
|
20
|
+
|
|
7
21
|
## [0.15.0] - 2025-09-23
|
|
8
22
|
### Added
|
|
9
23
|
- Moved WiFi and Ethernet out of Network upper level to top level
|