Releases: plotly/orca
Releases · plotly/orca
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.1
This release is associated with improved standalone installation instructions
in the repo README from #122.
Fixed
- Mac OS installer fixups [#122]
- Don't make any changes if
orca
is already on thePATH
- Only copy
orca.sh
to/usr/local/bin
if orca is installed as an application - Perform
orca.sh
copy with administrator privileges to avoid permission denied errors
- Don't make any changes if
v1.1.0
Orca is now a conda
package [#113]:
conda install -c plotly plotly-orca
Added
- Add
--graph-only
CLI option fororca serve
to only boot theplotly-graph
component, saving memory [#114] - Add
table
plotly graph traces to--safeMode
handler [#98]
Changed
- Use
request@2.88.0
[#117]
Fixed
- Hide electron icon from OS X dock [#103]