-
Notifications
You must be signed in to change notification settings - Fork 490
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
75101a0
commit db3f8ff
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.21 | ||
|
||
- Added support for configurable bot limit | ||
- Fixed FtpConnect block not throwing exception on connection failed | ||
- Fixed important issues with email blocks | ||
- Order jobs by id in manager | ||
- Job options should be saved correctly now after being changed in the job viewer | ||
- Fixed yet another issue with ApplicationDbContext | ||
- Fixed issues where some entities wouldn't properly update after being written to the db | ||
- Progress % instead of just progress trigger | ||
- Changed execution info to STOPPED when a bot is stopping (in detailed view) | ||
- Added timeoutMilliseconds to email login blocks | ||
- Added ImapGetLog and Pop3GetLog blocks (for raw protocol logs) | ||
- Fixed data.ERROR not being cleared on retry | ||
- Improved dispose of puppeteer | ||
- Fixed WordlistType not updating after wordlist edit | ||
- Better exception when puppeteer element not found | ||
- Added StringToBytes and BytesToString blocks |
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.20 | ||
0.1.21 |