-
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
a0ae36b
commit 3840f99
Showing
6 changed files
with
33 additions
and
8 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# OpenBullet2 Contributors | ||
|
||
- [Ruri](https://github.com/openbullet) | ||
- [Gauvino](https://github.com/Gauvino) | ||
- [Ruri](https://github.com/openbullet) | ||
- [meinname](https://github.com/meinname) | ||
- [Gauvino](https://github.com/Gauvino) | ||
- [rudyrdx](https://github.com/rudyrdx) | ||
- [GekySan](https://github.com/GekySan) |
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,22 @@ | ||
Changelog for version 0.3.1 | ||
|
||
This release is mostly a bugfix release. The main changes are: | ||
|
||
##### RuriLib | ||
- Changed the script block for NodeJS to write the script to a string in the resulting C# code instead of using an external file (by rudyrdx) | ||
- Added workaround to fix PuppeteerSwitchToTab block | ||
- Added more IMAP blocks, mainly to switch folders (e.g. if the mail is in the spam folder instead of the inbox) | ||
- Fixed `ReadResponseContent = false` of the HTTP Request block not working when using the `System.Net` library | ||
- Implemented RSA signing for JWT (by GekySan) | ||
|
||
##### OpenBullet (Web) | ||
- Fixed incorrect function calls when trying to edit or clone a proxy check job | ||
- Added warning upon disabling require admin login | ||
- Fixed API Key generation in the Sharing section | ||
- Added version to console output when the program starts | ||
- Fixed wordlist type not being kept in the config debugger | ||
- Added autocomplete for custom input answers and prefilled the default answers | ||
- Fixed the date filter for hits (it was not taking the timezone into account) | ||
|
||
##### OpenBullet (Native) | ||
- Fixed multi-line text boxes in RL Settings (global ban keys, global retry keys and custom user agents were not being saved correctly) |
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.3.0 | ||
0.3.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.3.0 | ||
0.3.1 |