-
Notifications
You must be signed in to change notification settings - Fork 501
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
6d68bd4
commit 96a1c9a
Showing
3 changed files
with
19 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,16 @@ | ||
Changelog for version 0.1.11 | ||
|
||
- Fixed FolderDelete block not deleting folders which are not empty | ||
- Added the Custom Webhook hit output. More info [here](https://discourse.openbullet.dev/t/how-to-use-the-custom-webhook-output/1965) | ||
- Added ability to send only hits to webhooks (and not custom / to check) | ||
- Added ability to export proxies to a file | ||
- PuppeteerNavigateTo now also fills the data.ADDRESS field | ||
- Added ability to provide multiple proxy files when importing proxies | ||
- Fixed some UI issue in Job Manager | ||
- Brightened the color of the debugger log | ||
- Added PuppeteerWaitForResponse block | ||
- Added ability to skip reading the response content in HttpRequest block | ||
- Fixed the response's content-related headers not being added to data.HEADERS | ||
- Added extended sorting to configs grid | ||
- Fixed SortList block in numeric mode | ||
- Added SET VAR and SET CAP LoliCode statements. More info in the docs inside the program. |
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.10 | ||
0.1.11 |