-
Notifications
You must be signed in to change notification settings - Fork 496
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c44b726
commit 32e7de0
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Changelog for version 0.1.14 | ||
|
||
- Fixed visual issue in request log | ||
- Fixed issue with file lock | ||
- Fixed issue with ApplicationDbContext (when multiple jobs are storing hits at the same time) | ||
- Fixed issue with hits + fails not matching the amount of tested data | ||
- Fixed issue where progress was stuck at 99.99% in jobs | ||
- Added XPath mode to parse block | ||
- Added XPath support to puppeteer blocks | ||
- Improved the hits section | ||
|
||
--- | ||
About the hits section improvements: users can now download hits as a .txt file, execute actions on all filtered hits (and not only selected) and choose custom export formats from `Environment.ini` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.13 | ||
0.1.14 |