Fixed an error in Mac OS M1 and M2 that was caused by direct subprocess execution. Special thanks to Tavi for reporting the issue in the extension.
Added a logger to aid in debugging the encryption and decryption background process.
Implemented a new way to include or exclude parameters for encryption and decryption in requests and responses, thanks to @Parimal-shaw for the feature idea.
Improved the speed of PyCript compared to older versions.
The PyCript editor tab now works more efficiently for both request and response at the same time.
Added a new resource option to help users get started with PyCript.
Custom requests can now take headers in base64 encoded format.
The decrypted request table now allows for deleting entries. Special thanks to Akshay Dandekar for the feature idea.
Fixed a bug where the response encryption file was being replaced with the request encryption file from local storage.
Optimized the code to make PyCript more efficient.
Fixed a bug where the PyCript editor tab would show an error and get stuck when handling plain text requests or error scripts.
Fixed an issue where invalid or empty requests or responses would cause Burp Suite to freeze in the decrypted request table.