Skip to content

Commit 0871140

Browse files
committed
v0.4.0 changelog.
1 parent 9c31fe4 commit 0871140

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v0.4.0] - 2021-02-18
4+
5+
### Added
6+
7+
- `notebook.$(cellName)` method to get the ElementHandle of a cell's container.
8+
- New `--browser-wsendpoint` on `op` CLI programs for connecting to remote browser instances.
9+
- Better error handling when loading non-existant notebook and cells.
10+
- `notebook.close()` to close the notebook's browser when done, or only the notebook's page if connected to remote browser.
11+
12+
### Fixed
13+
14+
- Bugs on some CLI programs that didn't allow reading from stdin in `--redefine-file` and `--file-attachments`
15+
316
## [v0.3.0] - 2021-02-16
417

518
### Added

0 commit comments

Comments
 (0)