Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# choreographer changelog
# Choreographer changelog

For more context, please read through the
[release notes](https://github.com/plotly/choreographer/releases).
For more context, please read through the [release notes](https://github.com/plotly/choreographer/releases).

To see all merged commits on the main branch that will be part of the next
choreographer release, go to:
To see all merged commits on the main branch that will be part of the next choreographer release, go to:

<https://github.com/plotly/choreographer/compare/vX.Y.Z...main>

Expand All @@ -13,6 +11,9 @@ where X.Y.Z is the semver of the most recent choreographer release.

## [Unreleased]


## [1.4.0] -- 2026-09-16

### Added
- Add `enable_extensions` option to control browser extension loading [[#303](https://github.com/plotly/choreographer/pull/303)], with thanks to @hirohira9119 for the contribution!
- Add `proxy_server` browser configuration with a `CHOREO_PROXY_SERVER` environment fallback [[#304](https://github.com/plotly/choreographer/pull/304)], with thanks to @ColumbusLabs for the contribution!
Expand Down
Loading