Releases: equinor/webviz-config
Releases · equinor/webviz-config
Version 0.3.9
Added
- #572 - Added
title_position
for the BannerImage plugin, allowing the user to place the text at the top or at the bottom of the image.
Version 0.3.9-rc.0
Add `flask`/`werkzeug` as direct dependencies (#573)
Version 0.3.8
Changed
- #562 - Added global WebvizInstanceInfo accessible through
WEBVIZ_INSTANCE_INFO
Version 0.3.8-rc.0
Remove `dash-bootstrap-components` `UserWarning` filter (#566)
Version 0.3.7
Fixed
- #558 - Added documentation on SSH deploy keys, and fix permission on
ssh_identity
files in Dockerfile. - #555 - Fix issue where clientside callbacks were not getting whitelisted
- #539 - Support using OAuth behind proxy. If silent refresh of OAuth token fails, fall back to loud refresh of token instead of raising internal server error.
- #550 - Change user data directory on Windows from
Application Data
toAppData
(both work on Windows 10, but only the latter works on Windows 11). - #546 - Replaced
cp
withcopyfiles
inpackage.json
'spostinstall
script and added note toREADME
. - #552 - Fix Windows problem when calling
gh api
in Radix deploy.
Version 0.3.7-rc.2
Document `ssh` deploy keys in Docker file (#558)
Version 0.3.7-rc.1
Add `--flat` argument to `copyfiles` (#553)
Version 0.3.7-rc.0
Avoid tempfile in `gh api` subprocess (#552)
Version 0.3.6
Added
- #528 - Implemented
initiallyCollapsed
setting for groups in menu.
Version 0.3.6-rc.0
Shorten AD secret lifetime (#541)