...
The current BOS 9.0.145.1 release contains a Beta version of Chromium 110. This version, which exceeds the Power BI requirement for Series 5, can be set by using the chromium110
registry key.
The next BOS 9.0 release, which should be available before the end of August, will upgrade the Beta Chromium 110 version to version 120. This functionality, set through the registry, will be considered a Beta, but will eventually move into a BOS 9.1 release which will contain Chromium 120 as the default.
See this page for more information about changing registry key settings in BrightAuthor:connected.
...
Code Block | ||
---|---|---|
| ||
var registryClass = require("@brightsign/registry"); var registry = new registryClass(); registry.write("html", {widget_type:"chromium110"}).then( function(){console.log("Write Successful");}); |
...
Series 4
BrightSign plans to release BOS 9.1 with Chromium 120 as Beta before the end of August to help customers using Power BI. We are investigating if this version can unify the Series 4 and 5 BOS versions.
...