Skip to content

Commit 90c7639

Browse files
authored
Add release notes file (#21)
1 parent 441364a commit 90c7639

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

HISTORY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 0.2.0 (2023-05-03)
2+
## New Features
3+
- settings module - makes using various test settings easier and cleaner (#7)
4+
- video module - adds features to enhance the video capture capabilities of Squish (#16)
5+
## Improvements
6+
- `LOGLEVEL` of the **report** module can be set with a setter method that accepts also strings (#20)
7+
## Bugfixes
8+
- Fixed a bug where Squish snoozeFactor set to 0 broke the object highlighting when `vph_property()` was used (#15)
9+
- Fixed a bug with nested object properties in `vph_property()` (#14)
10+
11+
# 0.1.0 (2023-04-17)
12+
Initial version of the Python package that extends Squish Python API. It provides tools for everyday automated test cases development.
13+
## Dependencies
14+
- Squish 6.7.0+
15+
## New Features
16+
- report module - adds features to enhance the reporting capabilities of Squish
17+
- vps module - extension of Squish verification points

0 commit comments

Comments
 (0)