Skip to content

Commit 0d9b891

Browse files
bump: version 0.6.0 → 0.7.0
1 parent 8e40491 commit 0d9b891

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 0.7.0 (2024-12-09)
2+
3+
### Feat
4+
5+
- autoremove dialog from connection_handler when closed
6+
- add handle_dialog method to PageCommands class
7+
- add dialog handling methods to Page class
8+
- add support for handling JavaScript dialog opening events
9+
- refactor network response handling for base64 encoding support
10+
- add clipping option for screenshots and implement element capture
11+
12+
### Fix
13+
14+
- index error on method get_dialog_message
15+
- update screenshot format from 'jpg' to 'jpeg' for consistency
16+
- handle potential IndexError when retrieving valid page targetId
17+
- filter valid pages using URL condition instead of title check
18+
19+
### Refactor
20+
21+
- run ruff formatter to ensure code consistency
22+
- run ruff formatter to ensure code consistency
23+
- change screenshot format from PNG to JPG in commands and element
24+
125
## 0.6.0 (2024-11-18)
226

327
### Feat

cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 0.6.0
5+
version: 0.7.0

0 commit comments

Comments
 (0)