We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c31fe4 commit 0871140Copy full SHA for 0871140
1 file changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## [v0.3.0] - 2021-02-16
17
18
### Added
0 commit comments