- Show message on status bar when an error occurs during parsing of a request block.
- Fix incorrectly parsing headers whose value includes a colon.
- Upgrade urllib3 to 2.0.4
- Upgrade urllib3 to 1.26.10
- Encode payload as UTF-8: urllib3 will default to encoding payloads as latin-1, when the payload has characters out of the range urllib3 will raise an error. Encode the payload as utf-8 as suggested.
- Show errors on new tab: Previously errors would print a message to the status bar and the traceback to the developer console, now message and traceback are printed to a new tab.
- Initial release