-
Notifications
You must be signed in to change notification settings - Fork 500
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
6df486b
commit b18f312
Showing
3 changed files
with
17 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,14 @@ | ||
Changelog for version 0.1.17 | ||
|
||
- Fixed screenshot blocks in puppeteer | ||
- Fixed some memory leaks | ||
- Improved output of LoliCodeParserException | ||
- Added ability to block URLs on puppeteer (in Config Settings) | ||
- Added XOR and XORStrings blocks | ||
- Added ability to move proxies between groups | ||
- Fixed some issues with Cloudflare bot detection when getting proxies from remote (added User-Agent header to requests) | ||
- Fixed the maximum redirects setting in Http Request block | ||
- Added safe mode to auto blocks (see below) | ||
- Added SvgToPng block (to solve svg captchas using captcha services) | ||
|
||
**Safe mode** will catch exceptions and store their message in the string variable `data.ERROR` so you don't have to manually deal with try/catch anymore, and you can easily perform a keycheck on the message. |
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.16 | ||
0.1.17 |