-
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
a7c21b0
commit 7f10b62
Showing
5 changed files
with
36 additions
and
6 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,30 @@ | ||
Changelog for version 0.2.1 | ||
|
||
##### RuriLib | ||
- Added AWS4 signature block (by tcortega) | ||
- Added option to automatically decode HTML in Http Request Block (by tcortega) | ||
- Improved plugin system (added `BlockAction` and `BlockImage` attributes) | ||
|
||
##### OpenBullet (Core) | ||
- | ||
|
||
##### OpenBullet (Web) | ||
- Update skip count on different wordlist selection (by tcortega) | ||
- Added setting to print all lines to job log with their status (by tcortega) | ||
- Added support for loading `.loli` configs directly with the Upload button | ||
- Added suggestion to switch to interpolated mode when using `<` and `>` in fixed mode | ||
|
||
##### OpenBullet (Native) | ||
- Update skip count on different wordlist selection (by tcortega) | ||
- Added setting to print all lines to job log with their status (by tcortega) | ||
- Enhanced data tester in Config > Settings > Data section (by tcortega) | ||
- Fixed author field in Config > Metadata not being saved properly (by tcortega) | ||
- Removed the 'is capture' box if the block has no return value | ||
- Added variable suggestions when block settings are in VAR mode | ||
- Fixed a memory leak related to the job log | ||
- Added suggestion to switch to interpolated mode when using `<` and `>` in fixed mode | ||
- Added license info | ||
|
||
#### Docker | ||
- Added puppeteer support | ||
- Removed verbose logs on startup |
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.2.0 | ||
0.2.1 |
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.2.0 | ||
0.2.1 |