-
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
13b92b8
commit 4863d28
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.15 | ||
|
||
- Fixed default value detection for LoliCode settings (ListOfStrings, DictionaryOfStrings, ByteArray) | ||
- Added missing integer comparison when using INTKEYs | ||
- Fixed issue with proxies in captcha blocks | ||
- Improved the "add block" menu | ||
- Added support for resources. You can find a small guide [here](https://discourse.openbullet.dev/t/using-global-variables-to-take-lines-from-a-file-in-order/48) | ||
- Improved ZipLists block | ||
- Added "view as HTML" button to single line sources in the bot log | ||
- Added PuppeteerSelectByIndex and PuppeteerSelectByText blocks | ||
- Fixed issue in DataPoolSelector | ||
- Added "Delete Filtered" button to proxy manager | ||
- Automatically cast to int in REPEAT statement |
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.14 | ||
0.1.15 |