-
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
65e62cd
commit cb4b27d
Showing
3 changed files
with
21 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,18 @@ | ||
Changelog for version 0.1.13 | ||
|
||
- Save grid query status per user instead of globally | ||
- Removed scientific notation when displaying floats | ||
- Added ListToDictionary block | ||
- Fixed small bug in Regex Helper | ||
- Allow `Connection: Upgrade` header to upgrade from http(s) to ws(s) | ||
- Fixed vulnerability where guests could access all proxies | ||
- Added `?h` in RandomString block | ||
- Added RemoveAllFromList block | ||
- Fixed IsSubPathOf for relative paths and unix paths | ||
- Fixed admin not being logged in automatically during setup | ||
- Fixed serious issues with file operations | ||
- Added PuppeteerWaitForNavigation block | ||
- Fixed the width of modals on mobile | ||
- Fixed output variable types in Script block | ||
- Fixed errors when getting HTTP responses from some servers (thanks Rydj) | ||
- **BREAKING CHANGE:** Fixed AES blocks to work with byte arrays instead of strings |
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.12 | ||
0.1.13 |