-
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
5b6a150
commit 3245495
Showing
5 changed files
with
26 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,20 @@ | ||
Changelog for version 0.2.2 | ||
|
||
##### RuriLib | ||
- Fixed time format in log | ||
- Added support for Chrome extensions in Puppeteer | ||
- Added support for logging any kind of object with `LOG` and `CLOG` in LoliCode (not just strings) | ||
- Added `MultiLine` attribute support to string parameters (will be displayed as a text area instead of a string). | ||
- Added `MultiLine` to some existing blocks (you can use it in plugins too!) | ||
- Added support for using the `Description` attribute in enums (you can use it in plugins too!) | ||
|
||
##### OpenBullet (Core) | ||
- Added failsafe when deserializing `triggeredActions.json` | ||
|
||
##### OpenBullet (Web) | ||
- Fixed problem with editing wordlist type not being persisted without reloading the wordlist in the job | ||
|
||
##### OpenBullet (Native) | ||
- Fixed bug with keychains reordering | ||
- Added prompt if jobs are running when quitting | ||
- Fixed bug where deleting a group would delete all proxies |
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.1 | ||
0.2.2 |
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.1 | ||
0.2.2 |