Releases: Lookyloo/har2tree
v1.35.1
v1.35.0
- Improve matching local iFrames URLs
- Improve generation of HHHashes in edge case
Full Changelog: v1.34.2...v1.35.0
v1.34.2
Many improvements (speed and straight bugs) in the iFrames support.
Use frames during the tree generation, improving the tree.
Full Changelog: v1.34.1...v1.34.2
v1.34.1
Insert rendered frames in the tree (if any), less aggressive use of full regex to attach nodes in tree.
Full Changelog: v1.34.0...v1.34.1
v1.34.0
Maintenance, drop python 3.9.
Full Changelog: v1.33.0...v1.34.0
v1.33.0
Mostly a maintenance release, improve logging.
What's Changed
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #396
Full Changelog: v1.32.1...v1.33.0
v1.32.1
Maintenance, missing a f-string in the logs.
Full Changelog: v1.32.0...v1.32.1
v1.32.0
Two relatively important changes in this one:
- Decode POSTed contents in multipart format
- Improve trees when the final URL in the browser is not in the HAR (yes, it is a thing)
Also match a few more JSON types for pretty-print.
Full Changelog: v1.31.6...v1.32.0
v1.31.6
Add POSTed size and an info field to inform the user how the decoding went.
What's Changed
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #392
Full Changelog: v1.31.5...v1.31.6
v1.31.5
Add support for proper rendering of json stream POSTed content.
Full Changelog: v1.31.4...v1.31.5